From 7a732c56fc31ab12cab0932f6450d38db4aa09f1 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 22 Jan 2008 23:36:56 -0500 Subject: initial commit --- .gitignore | 6 + FASauth.py | 2 + PackageOwners.py | 268 +++ check-licenses.py | 231 +++ data/bad-license-tags-by-owner | 2188 ++++++++++++++++++++++ data/bad-license-tags-by-package | 1611 +++++++++++++++++ data/old/bad-license-tags-by-owner | 2014 +++++++++++++++++++++ data/old/bad-license-tags-by-owner.1 | 2793 +++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.2 | 2793 +++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.3 | 2793 +++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.tmp | 2783 ++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~10~ | 2678 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~11~ | 2648 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~12~ | 2653 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~13~ | 2611 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~14~ | 2604 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~15~ | 2576 ++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~16~ | 2572 ++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~17~ | 2388 ++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~18~ | 2352 ++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~19~ | 2252 +++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~1~ | 2761 ++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~20~ | 2188 ++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~2~ | 2712 ++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~3~ | 2697 ++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~4~ | 2725 ++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~5~ | 2716 ++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~6~ | 2697 ++++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~7~ | 2693 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~8~ | 2693 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner.~9~ | 2681 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner2 | 2653 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner3 | 2644 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner4 | 2653 +++++++++++++++++++++++++++ data/old/bad-license-tags-by-owner~ | 2765 ++++++++++++++++++++++++++++ data/old/bad-license-tags-by-package | 1441 +++++++++++++++ data/old/bad-license-tags-by-package.1 | 2174 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.2 | 2169 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.3 | 2169 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.4 | 2169 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.tmp | 2160 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.~10~ | 2063 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~11~ | 2041 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~12~ | 2046 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~13~ | 2014 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~14~ | 2007 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~15~ | 1981 ++++++++++++++++++++ data/old/bad-license-tags-by-package.~16~ | 1979 ++++++++++++++++++++ data/old/bad-license-tags-by-package.~17~ | 1795 ++++++++++++++++++ data/old/bad-license-tags-by-package.~18~ | 1759 ++++++++++++++++++ data/old/bad-license-tags-by-package.~19~ | 1669 +++++++++++++++++ data/old/bad-license-tags-by-package.~1~ | 2140 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.~20~ | 1611 +++++++++++++++++ data/old/bad-license-tags-by-package.~2~ | 2099 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.~3~ | 2086 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~4~ | 2112 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.~5~ | 2105 ++++++++++++++++++++++ data/old/bad-license-tags-by-package.~6~ | 2088 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~7~ | 2082 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~8~ | 2082 +++++++++++++++++++++ data/old/bad-license-tags-by-package.~9~ | 2070 +++++++++++++++++++++ data/old/bad-license-tags-by-package2 | 2046 +++++++++++++++++++++ data/old/bad-license-tags-by-package3 | 2039 +++++++++++++++++++++ data/old/bad-license-tags-by-package4 | 2046 +++++++++++++++++++++ data/old/bad-license-tags-by-package~ | 2144 ++++++++++++++++++++++ license-stats | 8 + 66 files changed, 140488 insertions(+) create mode 100644 .gitignore create mode 100644 FASauth.py create mode 100755 PackageOwners.py create mode 100755 check-licenses.py create mode 100644 data/bad-license-tags-by-owner create mode 100644 data/bad-license-tags-by-package create mode 100644 data/old/bad-license-tags-by-owner create mode 100644 data/old/bad-license-tags-by-owner.1 create mode 100644 data/old/bad-license-tags-by-owner.2 create mode 100644 data/old/bad-license-tags-by-owner.3 create mode 100644 data/old/bad-license-tags-by-owner.tmp create mode 100644 data/old/bad-license-tags-by-owner.~10~ create mode 100644 data/old/bad-license-tags-by-owner.~11~ create mode 100644 data/old/bad-license-tags-by-owner.~12~ create mode 100644 data/old/bad-license-tags-by-owner.~13~ create mode 100644 data/old/bad-license-tags-by-owner.~14~ create mode 100644 data/old/bad-license-tags-by-owner.~15~ create mode 100644 data/old/bad-license-tags-by-owner.~16~ create mode 100644 data/old/bad-license-tags-by-owner.~17~ create mode 100644 data/old/bad-license-tags-by-owner.~18~ create mode 100644 data/old/bad-license-tags-by-owner.~19~ create mode 100644 data/old/bad-license-tags-by-owner.~1~ create mode 100644 data/old/bad-license-tags-by-owner.~20~ create mode 100644 data/old/bad-license-tags-by-owner.~2~ create mode 100644 data/old/bad-license-tags-by-owner.~3~ create mode 100644 data/old/bad-license-tags-by-owner.~4~ create mode 100644 data/old/bad-license-tags-by-owner.~5~ create mode 100644 data/old/bad-license-tags-by-owner.~6~ create mode 100644 data/old/bad-license-tags-by-owner.~7~ create mode 100644 data/old/bad-license-tags-by-owner.~8~ create mode 100644 data/old/bad-license-tags-by-owner.~9~ create mode 100644 data/old/bad-license-tags-by-owner2 create mode 100644 data/old/bad-license-tags-by-owner3 create mode 100644 data/old/bad-license-tags-by-owner4 create mode 100644 data/old/bad-license-tags-by-owner~ create mode 100644 data/old/bad-license-tags-by-package create mode 100644 data/old/bad-license-tags-by-package.1 create mode 100644 data/old/bad-license-tags-by-package.2 create mode 100644 data/old/bad-license-tags-by-package.3 create mode 100644 data/old/bad-license-tags-by-package.4 create mode 100644 data/old/bad-license-tags-by-package.tmp create mode 100644 data/old/bad-license-tags-by-package.~10~ create mode 100644 data/old/bad-license-tags-by-package.~11~ create mode 100644 data/old/bad-license-tags-by-package.~12~ create mode 100644 data/old/bad-license-tags-by-package.~13~ create mode 100644 data/old/bad-license-tags-by-package.~14~ create mode 100644 data/old/bad-license-tags-by-package.~15~ create mode 100644 data/old/bad-license-tags-by-package.~16~ create mode 100644 data/old/bad-license-tags-by-package.~17~ create mode 100644 data/old/bad-license-tags-by-package.~18~ create mode 100644 data/old/bad-license-tags-by-package.~19~ create mode 100644 data/old/bad-license-tags-by-package.~1~ create mode 100644 data/old/bad-license-tags-by-package.~20~ create mode 100644 data/old/bad-license-tags-by-package.~2~ create mode 100644 data/old/bad-license-tags-by-package.~3~ create mode 100644 data/old/bad-license-tags-by-package.~4~ create mode 100644 data/old/bad-license-tags-by-package.~5~ create mode 100644 data/old/bad-license-tags-by-package.~6~ create mode 100644 data/old/bad-license-tags-by-package.~7~ create mode 100644 data/old/bad-license-tags-by-package.~8~ create mode 100644 data/old/bad-license-tags-by-package.~9~ create mode 100644 data/old/bad-license-tags-by-package2 create mode 100644 data/old/bad-license-tags-by-package3 create mode 100644 data/old/bad-license-tags-by-package4 create mode 100644 data/old/bad-license-tags-by-package~ create mode 100755 license-stats diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3472265 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.sw[po] +.*.sw[po] +*.py[co] +bak/* +devel/* +fedora-cvs-pkgs-*.tar.gz diff --git a/FASauth.py b/FASauth.py new file mode 100644 index 0000000..9bbbe7c --- /dev/null +++ b/FASauth.py @@ -0,0 +1,2 @@ +username = '' +password = '' diff --git a/PackageOwners.py b/PackageOwners.py new file mode 100755 index 0000000..e79f167 --- /dev/null +++ b/PackageOwners.py @@ -0,0 +1,268 @@ +#!/usr/bin/python +# -*- mode: Python; indent-tabs-mode: nil; -*- +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +import commands +import errno +import os, sys, time +import shutil +import tempfile +from urllib import FancyURLopener + + +class AccountsURLopener(FancyURLopener): + """Subclass of urllib.FancyURLopener to allow passing http basic auth info""" + def __init__(self, username, password): + FancyURLopener.__init__(self) + self.username = username + self.password = password + + def prompt_user_passwd(self, host, realm): + return (self.username, self.password) + + +class PackageOwners: + """interface to Fedora package owners list (and Fedora Extras owners/owners.list file)""" + + def __init__(self): + self.dict = {} + self.how = 'unknown' + + + def FromURL(self, retries=3, retrysecs=300, url='https://admin.fedoraproject.org/pkgdb/acls/bugzilla?tg_format=plain', + pkgdb=True, username=None, password=None): + # old url='http://cvs.fedora.redhat.com/viewcvs/*checkout*/owners/owners.list?root=extras' + if pkgdb: + self.how = 'pkgdb' + else: + self.how = 'url' + self.url = url + self.retries = retries + self.retrysecs = retrysecs + self.username = username + self.password = password + return self._refresh() + + + def FromCVS(self, retries=3, retrysecs=300, command='LC_ALL=C CVS_RSH=ssh cvs -f -d :pserver:anonymous@cvs.fedora.redhat.com:/cvs/extras co owners', workdir=''): + self.how = 'cvs' + self.command = command + self.retries = retries + self.retrysecs = retrysecs + self.workdir = workdir + self.ownersfile = os.path.join('owners', 'owners.list') + self.cwdstack = [] + return self._refresh() + + + def __getitem__(self,rpmname): + """return e-mail address from initialowner field""" + return self.GetOwner(rpmname) + + + def GetOwner(self,rpmname): + """return e-mail address from initialowner field""" + try: + r = self.dict[rpmname]['mailto'] + except KeyError: + r = '' + return r + + + def GetOwners(self,rpmname): + """return list of e-mail addresses from initialowner+initialcclist fields""" + r = self.GetCoOwnerList(rpmname) + r2 = self.GetOwner(rpmname) + if len(r2): + r.append(r2) + return r + + + def GetCoOwnerList(self,rpmname): + """return list of e-mail addresses from initialcclist field""" + try: + r = self.dict[rpmname]['cc'] + except KeyError: + r = [] + return r + + + def _enterworkdir(self): + self.cwdstack.append( os.getcwd() ) + if self.workdir != '': + os.chdir(self.workdir) + + + def _leaveworkdir(self): + if len(self.cwdstack): + os.chdir( self.cwdstack.pop() ) + + + def _refresh(self): + self.dict = {} # map package name to email address, dict[name] + return self._download() + + + def _parse(self,ownerslist): + for line in ownerslist: + if line.startswith('#') or line.isspace(): + continue + try: + (repo,pkgname,summary,emails,qacontact,cc) = line.rstrip().split('|') + # The PkgDb includes repo's other than Fedora (Fedora EPEL, + # Fedora OLPC, and Red Hat Linux, for example). Skip them. + if repo != 'Fedora': + continue + def fixaddr(a): + # Old Fedora CVS owners.list contains e-mail addresses. + # PkgDb plain output contains usernames only. + if not self.how == 'pkgdb': + return a + if not self.usermap.has_key(a): + return a + return self.usermap[a] + + addrs = [] + mailto = '' # primary pkg owner + if len(emails): + if emails.find(',')>=0: + (addrs) = emails.split(',') + mailto = addrs[0] + addrs = addrs[1:] + else: + mailto = emails + mailto = fixaddr(mailto) + + ccaddrs = [] + if len(cc): + (ccaddrs) = cc.split(',') + addrs += ccaddrs + addrs = map(lambda a: fixaddr(a), addrs) + + self.dict[pkgname] = { + 'mailto' : mailto, + 'cc' : addrs + } + except: + print 'ERROR: owners.list is broken' + print line + + + def _downloadfromcvs(self): + self._enterworkdir() + # Dumb caching. Check that file exists and is "quite recent". + cached = False + try: + fstats = os.stat(self.ownersfile) + if ( fstats.st_size and + ((time.time() - fstats.st_ctime) < 3600*2) ): + cached = True + except OSError: + pass + + if not cached: + # Remove 'owners' directory contents, if it exists. + for root, dirs, files in os.walk( 'owners', topdown=False ): + for fname in files: + os.remove(os.path.join( root, fname )) + for dname in dirs: + os.rmdir(os.path.join( root, dname )) + # Retry CVS checkout a few times. + for count in range(self.retries): + (rc, rv) = commands.getstatusoutput(self.command) + if not rc: + break + print rv + time.sleep(self.retrysecs) + if rc: + # TODO: customise behaviour on error conditions + self._leaveworkdir() + return False + + try: + f = file( self.ownersfile ) + except IOError, (err, strerr): + print 'ERROR: %s' % strerr + # TODO: customise behaviour on error conditions + self._leaveworkdir() + return err + ownerslist = f.readlines() + f.close() + self._parse(ownerslist) + self._leaveworkdir() + return True + + + def _getlinesfromurl(self,url): + err = 0 + strerr = '' + # Retry URL download a few times. + for count in range(self.retries): + if count != 0: + time.sleep(self.retrysecs) + try: + opener = AccountsURLopener(self.username, self.password) + f = opener.open(url) + rc = 0 + if 'www-authenticate' in f.headers: + rc = 1 + strerr = 'Authentication is required to access %s' % url + break + except IOError, (_err, _strerr): + rc = 1 + print url + print _strerr + (err,strerr) = (_err,_strerr) + if rc: + raise IOError, (err, strerr) + else: + l = f.readlines() + f.close() + return l + + + def _downloadfromurl(self): + self._parse(self._getlinesfromurl(self.url)) + return True + + + def _downloadfrompkgdb(self): + fasdump = self._getlinesfromurl('https://admin.fedoraproject.org/accounts/dump-group.cgi') + self.usermap = {} + for line in fasdump: + fields = line.split(',') + user = fields[0] + addr = fields[1] + if (addr.find('@') < 0): # unexpected, no addr + print 'No email in:', line + raise Exception + self.usermap[user] = addr + self._parse(self._getlinesfromurl(self.url)) + return True + + + def _download(self): + if self.how == 'url': + return self._downloadfromurl() + elif self.how == 'pkgdb': + return self._downloadfrompkgdb() + elif self.how == 'cvs': + return self._downloadfromcvs() + else: + self.__init__() + return False + + diff --git a/check-licenses.py b/check-licenses.py new file mode 100755 index 0000000..8894cdd --- /dev/null +++ b/check-licenses.py @@ -0,0 +1,231 @@ +#!/usr/bin/python + +"""Report problems with License: tags in Fedora spec files. + +This script checks the License: tag in spec files. The default is to check spec +files in a checkout of the devel branch. Download a daily checkout seed from: + +http://cvs.fedoraproject.org/webfiles/ + +You will need to fix up the CVS/Root entries: + +find devel -wholename '*/CVS/Root' | \ + xargs sed -i 's/^/:pserver:anonymous@cvs.fedora.redhat.com:/' + +To generate a report sorted by owner, you will need to grab PackageOwners.py +from the extras-repoclosure module in fedora CVS: + +http://cvs.fedoraproject.org/viewcvs/extras-repoclosure/?root=fedora + +You also need to create an FASauth.py file that contains your Fedora Account +System username and password. Something like: + +username = 'username' +password = 'password' +""" + +# TODO +# +# display the full license tag in the output as well as the bad licenses. this +# will make it easier to spot problems in the script or license tags that are +# mostly valid but just use the wrong syntax for specifying multiple licenses. + +import os +import re +import sys +import glob +import string +import optparse +from time import gmtime, strftime +from FASauth import username, password +from PackageOwners import PackageOwners + +blacklist = ['glibc32', 'glibc64', 'olpc-logos'] +no_owner = '_No_Owner_in_PackageDB' +# which of these is least ugly? suggestions to improve readability welcome. +regex = re.compile('\(([^)]+)\)|\s(?:and|or)\s') +#regex = re.compile('[(]([^)]+)[)]|\s(?:and|or)\s') + +# these packages have spec file names which don't match the cvs module +# the key is the specfile name, the value is the cvs module +cvs_module_map = { + 'audacious-docklet': 'audacious-plugins-docklet', + 'gcc41': 'gcc', + 'gconfmm': 'gconfmm26', + 'glibmm': 'glibmm24', + 'gnome-vfsmm': 'gnome-vfsmm26', + 'gtkmm': 'gtkmm24', + 'kernel-xen': 'kernel-xen-2.6', + 'libglademm': 'libglademm24', + 'libgnomecanvasmm': 'libgnomecanvasmm26', + 'libgnomemm': 'libgnomemm26', + 'libgnomeuimm': 'libgnomeuimm26', + 'libsigc++': 'libsigc++20', +} + +def find_bad_licenses(license, valid_licenses): + if license in valid_licenses: + return [] + last = [] + while 42: + licenses = split_license(license) + if licenses == last: + break + for l in licenses[:]: + if l in valid_licenses: + licenses.remove(l) + if not licenses: + break + last = licenses + license = ' or '.join(licenses) + return licenses + + +def get_valid_licenses(): + rpmlint_path = '/usr/share/rpmlint' + rpmlint_conf = os.path.join(rpmlint_path, 'config') + sys.path.append(rpmlint_path) + + import Config + execfile(rpmlint_conf) + return Config.getOption('ValidLicenses') + + +def split_license(license): + return map(string.strip, [l for l in regex.split(license) if l]) + + +def get_owners(): + owners = PackageOwners() + if not owners.FromURL(username=username, password=password): + print 'Unable to retrieve package owner data' + raise SystemExit(1) + addressmap = dict((v, k) for k, v in owners.usermap.iteritems()) + return owners, addressmap + + +def status_by_owner(bogus, owners, addressmap, show_addrs): + + bad = {} + for srpm, licenses in bogus.items(): + owner = owners.GetOwner(srpm) + if owner: + owner = addressmap[owner] + else: + owner = no_owner + bad.setdefault(owner, {}).setdefault(srpm, licenses) + + for owner, data in sorted(bad.items()): + print owner, + if show_addrs and owner != no_owner: + print '(%s)' % owners.usermap[owner].replace('@', ' at '), + print '[%d]:' % len(data) + for srpm, licenses in sorted(data.items()): + print '\t%s: %s' % (srpm, ' '.join(['"%s"' % l for l in licenses])) + print + + +def status_by_package(bogus, owners, addressmap): + for srpm, licenses in sorted(bogus.items()): + owner = owners.GetOwner(srpm) + if owner: + owner = addressmap[owner] + else: + owner = no_owner + print '%s (%s): %s' % (srpm, owner, + ' '.join(['"%s"' % l for l in licenses])) + print + + +def _parse_args(): + parser = optparse.OptionParser() + parser.add_option('-a', '--show-addrs', dest='addrs', + action='store_true', default=False, + help='print email addresses for owners [%default]') + parser.add_option('--glob', dest='glob_pattern', action='store', + default='devel/*/*.spec', metavar='pattern', + help='glob pattern for finding spec files [%default]') + parser.add_option('--license', dest='license_regex', action='store', + default=None, metavar='regex', + help='find licenses matching the regex [%default]') + parser.add_option('-o', '--owners', dest='owners', + action='store_true', default=False, + help='group output by owner [%default]') + parser.add_option('-p', '--package', dest='packages', + action='store_true', default=True, + help='group output by package [%default]') + parser.add_option('-q', '--quiet', dest='quiet', + action='store_true', default=False, + help='only print a summary [%default]') + opts, args = parser.parse_args() + # opts.owners trumps opts.packages + if opts.owners: + opts.packages = False + # quiet trumps both owners and packages + if opts.quiet: + opts.owners = opts.packages = False + return opts, args, parser + + +def main(): + opts, args, parser = _parse_args() + specs = sorted(glob.glob(opts.glob_pattern)) + bogus = {} + valid_licenses = get_valid_licenses() + + if not specs: + print 'No specfiles found.' + return 1 + + for spec in specs: + base = os.path.basename(spec) + srpm = os.path.splitext(base)[0] + dead = os.path.join(os.path.split(spec)[0], 'dead.package') + if srpm in cvs_module_map: + srpm = cvs_module_map[srpm] + if srpm in blacklist or os.path.exists(dead): + specs.remove(spec) + continue + licenses = [re.sub('License:\s*', '', l).strip('\n').strip('\\') + for l in open(spec).readlines() if l.startswith('License:')] + bad_licenses = [] + for license in licenses: + license = license.strip() + if not opts.license_regex: + bad_licenses.extend(find_bad_licenses(license, valid_licenses)) + elif re.search(opts.license_regex, license): + bad_licenses.append(license) + if not licenses: + bad_licenses.append('NO LICENSE TAG IN SPEC FILE') + + if bad_licenses: + bogus[srpm] = bad_licenses + + if bogus: + bad = len(bogus) + all = len(specs) + percent = (bad / float(all)) * 100 + owners, addressmap = get_owners() + if opts.owners: + status_by_owner(bogus, owners, addressmap, opts.addrs) + elif opts.packages: + status_by_package(bogus, owners, addressmap) + + if not opts.license_regex: + datestr = strftime('%Y-%m-%d %H:%M UTC', gmtime()) + summary = 'Invalid licenses: %d out of %d (%.2f%%) [as of %s]' % ( + bad, all, percent, datestr) + print summary + elif opts.license_regex: + print 'No licenses matched "%s"' % opts.license_regex + else: + # check the script, there must be an error. :) + print 'All license tags are valid.' + + +if __name__ == '__main__': + try: + status = main() + except KeyboardInterrupt: + status = 1 + raise SystemExit(status) diff --git a/data/bad-license-tags-by-owner b/data/bad-license-tags-by-owner new file mode 100644 index 0000000..cc8c0ca --- /dev/null +++ b/data/bad-license-tags-by-owner @@ -0,0 +1,2188 @@ +abompard [3]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + psi: "GPL" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [3]: + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [10]: + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [2]: + perl-SVG-Graph: "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [2]: + curlftpfs: "GPL" + mod_auth_shadow: "GPL" + +andriy [1]: + qstat: "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [13]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [3]: + mtools: "GPlv2+" + psgml: "GPL" + python-adns: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [5]: + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +behdad [8]: + cairo: "LGPL/MPL" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + +ben [1]: + ketchup: "GPL" + +berrange [3]: + autobuild-applet: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [7]: + dwatch: "GPL" + gdome2: "LGPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + alex: "BSD-like" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +caillon [5]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [2]: + ifm: "GPL" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [115]: + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBIx-POS: "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "Artistic" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "Artistic" + perl-aliased: "GPL" "Artistic" + perl-pmtools: "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [11]: + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPLv2" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [2]: + exaile: "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [5]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [14]: + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [7]: + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [2]: + MyPasswordSafe: "GPL" + pwsafe: "GPL" + +farnold [1]: + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +gajownik [6]: + athcool: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gecko-maint [1]: + epiphany: "GFDL+" + +gemi [27]: + GtkAda: "GPL" + abcMIDI: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + polyml: "LGPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [4]: + Sprog: "GPL" "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [1]: + mantis: "GPL" + +green [14]: + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + libfreebob: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [11]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [1]: + system-config-boot: "GPL" + +hardaker [7]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [11]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [37]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [4]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [2]: + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [15]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [2]: + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [7]: + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + salinfo: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [10]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + gd: "GPL" + licq: "GPL" + lynx: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [1]: + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpye [1]: + fityk: "GPL" + +jsafrane [2]: + nc6: "GPL" + net-snmp: "CMU" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [2]: + python-dateutil: "Python Software Foundation License" + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [1]: + meanwhile: "GNU Free Documentation License" + +jwilson [13]: + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [5]: + cgoban: "GPL" + gnuchess: "GPL" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [13]: + cairo-java: "LGPL" + dosfstools: "GPL" + gawk: "GPL" + gdbm: "GPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + mkbootdisk: "GPL" + specspo: "GPL" + +katzj [4]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + pirut: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [4]: + PythonCAD: "GPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [4]: + gnome-applet-vm: "GPL" + lslk: "Distributable" + lsof: "Distributable" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [3]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [1]: + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [3]: + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [4]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + lvm2: "LGPLv2.1" "LGPLv2.1" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [6]: + file: "Distributable" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [6]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + +mdehaan [1]: + koan: "GPL" + +mdomsch [4]: + dkms: "GPL" + gpp: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [3]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + flac: "LGPL/GPL" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [3]: + cacti: "GPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mnagy [9]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + ppp: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + vsftpd: "GPL" + +mpg [3]: + sugar: "GPL/LGPL" + sugar-artwork: "GPL" + sugar-datastore: "GPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [1]: + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [2]: + filelight: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [2]: + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + cleanfeed: "distributable" + inn: "GPL" + system-config-bind: "GPL" + +orion [8]: + R-systemfit: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-String-Approx: "Artistic" + +orphan [19]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [3]: + jadetex: "Distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [3]: + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [1]: + balsa: "GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [23]: + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + bes: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-File-MimeInfo: "GPL" "Artistic" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [9]: + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [14]: + CastPodder: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [3]: + bittorrent: "BitTorrent Open Source License" + grepmail: "GPL" + perl-Tie-EncryptedHash: "Artistic" + +pgordon [9]: + glabels: "GFDLv1.1+" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [11]: + driftnet: "GPL" + fetchlog: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [7]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [3]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + madan-fonts: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [8]: + php-pear-Net-DIME: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rishi [3]: + anjuta: "GPL" + anjuta-gdl: "GPL" + gnome-build: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [3]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + svrcore: "MPL/GPL/LGPL" + +rmyers [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +rnorwood [15]: + perl-Bit-Vector: "GPL" "Artistic" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-LDAP: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-TimeDate: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [3]: + dirvish: "OSL" + kanatest: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [5]: + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + translate-toolkit: "GPL" + +rstrode [9]: + fedora-gnome-theme: "GPL" + fedora-screensaver-theme: "GPL" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + tomboy: "LGPL+" + +ruben [11]: + Perlbal: "GPL" "Artistic" + incron: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [3]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + +ryo [6]: + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [5]: + evolution-remove-duplicates: "GPL" + gnugo: "GPL" + pdfjam: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [2]: + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "Python License" "Zope Public License v 2.1" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +silfreed [1]: + syslog-ng: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [30]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +spot [10]: + AcetoneISO: "GPL" + asymptote: "GPL" + libcgi: "LGPL" + perl-GD: "Artistic" + perl-Gtk2: "LGPL" + perl-HTTP-Recorder: "GPL" + perl-IPC-Shareable: "GPL" + perl-SNMP_Session: "Artistic" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [9]: + horde: "LGPL" + ingo: "Apache Software License 1.0" + jeta: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License 1.0" + +steve [119]: + amavisd-new: "GPL" + celestia: "GPL" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [9]: + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pam_mysql: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + +stransky [4]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + +subhodip [2]: + dbh: "LGPL" + ddclient: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [21]: + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "Python Software Foundation License v2" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + wordtrans: "GPL" + xferstats: "GPL" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [3]: + flumotion: "GPL" + ladspa: "LGPL" + mod_annodex: "Apache Software License" + +thouveng [1]: + elsa: "GPL" + +timj [5]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [7]: + avarice: "GPL" + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + uisp: "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [4]: + apcupsd: "GPL" + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [3]: + SDL: "LGPL" + postfix: "IBM Public License" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [6]: + gmp: "LGPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [4]: + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [4]: + bonnie++: "GPL" + memtest86+: "GPL" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [21]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Lucida" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [26]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [9]: + libhangul: "LGPL" + pydict: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [4]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + fbset: "GPL" + +Invalid licenses: 1609 out of 5161 (31.18%) [as of 2007-12-20 06:59 UTC] diff --git a/data/bad-license-tags-by-package b/data/bad-license-tags-by-package new file mode 100644 index 0000000..ba07bc0 --- /dev/null +++ b/data/bad-license-tags-by-package @@ -0,0 +1,1611 @@ +AcetoneISO (spot): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (rishi): "GPL" +anjuta-gdl (rishi): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (tsmetana): "GPL" +apmd (zprikryl): "GPL" +archmage (pertusus): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mnagy): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (spot): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avarice (trondd): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bea-stax (vivekl): "Apache Software License" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +bes (pertusus): "LGPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bonnie++ (wtogami): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (odvorace): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +cln (qspencer): "GPL" +cman (cfeist): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +ctags (than): "GPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (subhodip): "LGPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPLv2" +dd_rescue (ixs): "GPL" +ddclient (subhodip): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (kasal): "GPL" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (rmyers): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eject (than): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (gecko-maint): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-gnome-theme (rstrode): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-screensaver-theme (rstrode): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (mlichvar): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-hebrew-fancy (danken): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kasal): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gd (jmoskovc): "GPL" +gdb (jkratoch): "GPL" +gdbm (kasal): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +gedit-plugins (trondd): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gnochm (pertusus): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (rishi): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +help2man (corsepiu): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +incron (ruben): "GPL" +ingo (static): "Apache Software License 1.0" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kdissert (icon): "GPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +lasi (orion): "LGPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mnagy): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (spot): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lvm2 (lvm-team): "LGPLv2.1" "LGPLv2.1" +lynx (jmoskovc): "GPL" +macchanger (splinux): "GPL" +madan-fonts (rbhalera): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mnagy): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (kasal): "GPL" +mkinitrd (pjones): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +net-snmp (jsafrane): "CMU" +netatalk (mnagy): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (stingray): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (salimma): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-B-Keywords (cweyl): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (cweyl): "GPL" "Artistic" +perl-Callback (mkpai): "GPL/Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Tiny (cweyl): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Font-TTF (nim): "Artistic" +perl-GD (spot): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (spot): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Recorder (spot): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (spot): "GPL" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-List-MoreUtils (cweyl): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (steve): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (cweyl): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (steve): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (cweyl): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (rnorwood): "GPL" "Artistic" +perl-Pod-Strip (rnorwood): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SNMP_Session (spot): "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (steve): "GPL" "Artistic" +perl-Test-Expect (cweyl): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Memory-Cycle (steve): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (cweyl): "GPL" "Artistic" +perl-Test-Pod (rnorwood): "GPL" "Artistic" +perl-Test-Pod-Coverage (rnorwood): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (cweyl): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CSV_XS (rnorwood): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "Artistic" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-pmtools (cweyl): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pirut (katzj): "GPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppp (mnagy): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psi (abompard): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puretls (mwringe): "BSD style" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (atkac): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (jspaleta): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "Python License" "Zope Public License v 2.1" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mnagy): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mnagy): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +rarpd (jmoskovc): "GPL" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +recordmydesktop (sindrepb): "GPL" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "Python Software Foundation License v2" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamassassin (wtogami): "Apache License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mnagy): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +sugar-artwork (mpg): "GPL" +sugar-datastore (mpg): "GPL" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (silfreed): "GPL" +sysreport (than): "GPL" +system-config-bind (odvorace): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-lvm (jparsons): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (spot): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (spot): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License 1.0" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uisp (trondd): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vsftpd (mnagy): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Lucida" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 1609 out of 5161 (31.18%) [as of 2007-12-20 06:59 UTC] diff --git a/data/old/bad-license-tags-by-owner b/data/old/bad-license-tags-by-owner new file mode 100644 index 0000000..b36659a --- /dev/null +++ b/data/old/bad-license-tags-by-owner @@ -0,0 +1,2014 @@ +abompard [3]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + psi: "GPL" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [3]: + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + +afb [1]: + slim: "GPL" + +ajax [6]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + +alexl [9]: + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl-run: "GPL" "Artistic" + pvm: "freely distributable" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [2]: + curlftpfs: "GPL" + mod_auth_shadow: "GPL" + +andriy [1]: + qstat: "Artistic" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [13]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + psgml: "GPL" + python-adns: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [5]: + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +behdad [8]: + cairo: "LGPL/MPL" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + +ben [1]: + ketchup: "GPL" + +berrange [1]: + autobuild-applet: "GPL" + +bjohnson [6]: + dwatch: "GPL" + gdome2: "LGPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [2]: + alex: "BSD-like" + llvm: "GPL" "GPL" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +buc [1]: + traceroute: "GPL" + +caillon [5]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [1]: + ifm: "GPL" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [96]: + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBIx-POS: "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "Artistic" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "Artistic" + perl-aliased: "GPL" "Artistic" + perl-pmtools: "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [10]: + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPLv2" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + hal: "AFL/GPL" + rdesktop: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [1]: + exaile: "Artistic" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [1]: + mdadm: "GPL" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [4]: + checkpolicy: "GPL" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + +dwmw2 [4]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + +ecik [3]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + python-ZSI: "LBNL BSD" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "%{?with_unrar:proprietary}%{!?with_unrar:GPLv2}" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [7]: + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [2]: + MyPasswordSafe: "GPL" + pwsafe: "GPL" + +farnold [1]: + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [6]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +gajownik [6]: + athcool: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gecko-maint [1]: + epiphany: "GFDL+" + +gemi [23]: + abcMIDI: "GPL" + compat-erlang: "Erlang Public License" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [4]: + Sprog: "GPL" "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +green [13]: + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + libfreebob: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [11]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [1]: + system-config-boot: "GPL" + +hardaker [8]: + dnssec-tools: "BSD-like" + geoqo: "Artistic" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [7]: + MochiKit: "MIT/Academic" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + python-feedparser: "BSD-ish" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [36]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [4]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [2]: + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [15]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [1]: + moomps: "GPL" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [7]: + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + salinfo: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [11]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + gd: "GPL" + licq: "GPL" + lynx: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + xferstats: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [1]: + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpye [1]: + fityk: "GPL" + +jsafrane [2]: + nc6: "GPL" + net-snmp: "CMU" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [2]: + python-dateutil: "Python Software Foundation License" + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [1]: + meanwhile: "GNU Free Documentation License" + +jwilson [13]: + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [5]: + cgoban: "GPL" + gnuchess: "GPL" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [7]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [15]: + cairo-java: "LGPL" + dosfstools: "GPL" + gawk: "GPL" + gdbm: "GPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + mkbootdisk: "GPL" + sharutils: "GPL" + specspo: "GPL" + transfig: "distributable" + +katzj [4]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + pirut: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +konradr [1]: + ibmasm: "LGPL" + +krh [5]: + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [3]: + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [4]: + gnome-applet-vm: "GPL" + lslk: "Distributable" + lsof: "Distributable" + vlock: "GPL" + +langel [1]: + azureus: "GPL" + +laroche [1]: + PyXML: "Apacheish" + +laxathom [7]: + gammu: "GPL" + gshutdown: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [3]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +liviopl [1]: + libical: "MPL, LGPLv2" + +lizhang [1]: + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [3]: + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [4]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + lvm2: "LGPLv2.1" "LGPLv2.1" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [1]: + squirrelmail: "GPL" + +mbarnes [15]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [6]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + +mdehaan [1]: + koan: "GPL" + +mdomsch [4]: + dkms: "GPL" + gpp: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [3]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + flac: "LGPL/GPL" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [3]: + cacti: "GPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mnagy [9]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + ppp: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + vsftpd: "GPL" + +mpg [3]: + sugar: "GPL/LGPL" + sugar-artwork: "GPL" + sugar-datastore: "GPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [1]: + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [2]: + filelight: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [2]: + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [1]: + cleanfeed: "distributable" + +orion [8]: + R-systemfit: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-String-Approx: "Artistic" + +orphan [20]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + ktrack: "GPL" + libdaemon: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [2]: + gdesklets-goodweather: "GPL" + proxychains: "GPL" + +pawsa [1]: + balsa: "GPL" + +pcheung [14]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + tagsoup: "GPL" + +pertusus [9]: + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" + pmount: "GPL" + wdm: "GPL" + +peter [6]: + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [14]: + CastPodder: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [3]: + bittorrent: "BitTorrent Open Source License" + grepmail: "GPL" + perl-Tie-EncryptedHash: "Artistic" + +pgordon [9]: + glabels: "GFDLv1.1+" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pjones [2]: + booty: "LGPL" + cdparanoia: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [1]: + nasm: "LGPL" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [11]: + driftnet: "GPL" + fetchlog: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [5]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + mftrace: "GPL" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [3]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + madan-fonts: "GPL" + +rbrich [1]: + system-config-bind: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [7]: + php-pear-Net-DIME: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rezso [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +rishi [3]: + anjuta: "GPL" + anjuta-gdl: "GPL" + gnome-build: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [3]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + svrcore: "MPL/GPL/LGPL" + +rmyers [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +rnorwood [13]: + perl-Bit-Vector: "GPL" "Artistic" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-LDAP: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-TimeDate: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [3]: + dirvish: "OSL" + kanatest: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [3]: + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + pyfribidi: "GPL" + +rstrode [9]: + fedora-gnome-theme: "GPL" + fedora-screensaver-theme: "GPL" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + tomboy: "LGPL+" + +ruben [11]: + Perlbal: "GPL" "Artistic" + incron: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [3]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + +ryo [6]: + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [1]: + lightning: "LGPLv2.1" + +salimma [4]: + evolution-remove-duplicates: "GPL" + gnugo: "GPL" + pdfjam: "GPL" + spicctrl: "GPL" + +sarantis [3]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + +sconklin [1]: + netlabel_tools: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [2]: + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "Python License" "Zope Public License v 2.1" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +silfreed [1]: + syslog-ng: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [30]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +spot [9]: + AcetoneISO: "GPL" + libcgi: "LGPL" + perl-GD: "Artistic" + perl-Gtk2: "LGPL" + perl-HTTP-Recorder: "GPL" + perl-IPC-Shareable: "GPL" + perl-SNMP_Session: "Artistic" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +ssp [23]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXfixes: "MIT/X11" + libXinerama: "MIT/X11" + libXres: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [9]: + horde: "LGPL" + ingo: "Apache Software License 1.0" + jeta: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License 1.0" + +steve [63]: + amavisd-new: "GPL" + celestia: "GPL" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-XML-XQL: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [8]: + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + +stransky [4]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + +subhodip [2]: + dbh: "LGPL" + ddclient: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [6]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + ushare: "GPL" + +than [17]: + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sip: "Python Software Foundation License v2" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + wordtrans: "GPL" + +thias [4]: + d4x: "Artistic" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [3]: + flumotion: "GPL" + ladspa: "LGPL" + mod_annodex: "Apache Software License" + +thouveng [1]: + elsa: "GPL" + +timj [4]: + mod_extract_forwarded: "Apache Software License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +tjikkun [1]: + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [5]: + avarice: "GPL" + gedit-plugins: "GPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + uisp: "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [7]: + apcupsd: "GPL" + file: "Distributable" + ksh: "Common Public License Version 1.0" + mpage: "GPL" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + psutils: "distributable" + +twaugh [10]: + desktop-printing: "GPL" + diffstat: "Distributable" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [3]: + SDL: "LGPL" + postfix: "IBM Public License" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [6]: + gmp: "LGPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [4]: + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [2]: + libmodelfile: "Distributable" + tktable: "BSD-like" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [4]: + bonnie++: "GPL" + memtest86+: "GPL" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xgl-maint [21]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Lucida" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [26]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [8]: + libhangul: "LGPL" + pydict: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + eject: "GPL" + fbset: "GPL" + +Invalid licenses: 1439 out of 5328 (27.01%) [as of 2008-01-23 06:17 UTC] diff --git a/data/old/bad-license-tags-by-owner.1 b/data/old/bad-license-tags-by-owner.1 new file mode 100644 index 0000000..bf81fb4 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.1 @@ -0,0 +1,2793 @@ +@_No_Owner_in_PackageDB: + sturmbahnfahrer: "GPL" + +aalam: + aspell-bn: "GPL" + aspell-gu: "GPL" + aspell-hi: "GPL" + aspell-mr: "GPL" + aspell-or: "GPL" + aspell-pa: "GPL" + aspell-ta: "GPL" + aspell-te: "GPL" + +abompard: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko: + astyle: "LGPL" + mrxvt: "GPL" + +adrian: + bogofilter: "GPL" + gmpc: "GPL" + grip: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb: + slim: "GPL" + +ajax: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl: + beagle: "LGPL" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan: + perl-Ace: "GPL" "Artistic" + perl-AutoClass: "GPL" "Artistic" + perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" + perl-Data-Stag: "GPL" "Artistic" + perl-GD-SVG: "GPL" "Artistic" + perl-Math-Derivative: "GPL" "Artistic" + perl-Math-Spline: "GPL" "Artistic" + perl-PostScript: "GPL" "Artistic" + perl-SVG-Graph: "Artistic" + perl-Text-Shellwords: "GPL" "Artistic" + perl-XML-DOM-XPath: "GPL" "Artistic" + perl-XML-XPathEngine: "GPL" "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson: + clutter: "LGPL" + clutter-gst: "LGPL" + clutter-gtk: "LGPL" + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + pyclutter: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint: + anaconda: "GPL" + +anderson: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp: + pybackpack: "GPL" + +arozansk: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii: + fish: "GPL" + +athimm: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac: + mtools: "GPlv2+" + psgml: "GPL" + +ausil: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara: + ppl: "GPL" + +behdad: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + freetype: "BSD/GPL dual license" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben: + ketchup: "GPL" + +berrange: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath: + eclipse: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +bkoz: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos: + ghc: "BSD style" + +bpeck: + conmux: "GPL" + +bpepple: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc: + php-extras: "The PHP License" + +cagney: + frysk: "GPL" + +caillon: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + libnl: "LGPL" + +candyz: + gcin: "LGPL" + +caolanm: + hunspell-he: "GPL" + +cbalint: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance: + fonts-chinese: "Arphic Public License" "GPL-like" + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chitlesh: + geda-docs: "GPL" + geda-examples: "GPL" + geda-symbols: "GPL" + netgen: "GPL" + +chrisw: + asciidoc: "GPL" + cogito: "GPL" + +clumens: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" + perl-Class-Autouse: "GPL" "Artistic" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-DBIx-SearchBuilder: "GPL" "Artistic" + perl-ExtUtils-AutoInstall: "GPL" "Artistic" + perl-File-Find-Rule: "Artistic" "GPL" + perl-File-Flat: "GPL" "Artistic" + perl-File-NCopy: "GPL" "Artistic" + perl-File-Slurp: "GPL" "Artistic" + perl-Font-AFM: "GPL" "Artistic" + perl-HTML-Format: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Locale-Maketext-Lexicon: "GPL" "Artistic" + perl-Mail-GnuPG: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Pod-Tests: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + perl-Text-Quoted: "GPL" "Artistic" + perl-Text-Wrapper: "GPL" "Artistic" + qhull: "Distributable" + rt3: "GPL" + +cr33dog: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash: + crash: "GPL" + +cweyl: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm: + initng: "GPL" + initng-ifiles: "GPL" + +danken: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw: + csound: "LGPL" + plague: "GPL" + +dchen: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm: + libiptcdata: "LGPL" + +deji: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells: + keyutils: "GPL/LGPL" + +dionysos: + tetex-eurofont: "LaTeX Project Public License" + +dledford: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley: + wavbreaker: "GPL" + +dreier: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus: + libatomic_ops: "GPL/MIT" + +dwalsh: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch: + metamonitor: "GPL" + +ensc: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework: + gtkdatabox: "LGPL" + +fangq: + wqy-bitmap-fonts: "GPL" + +farnold: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche: + systemtap: "GPL" "GPL" + +fitzsim: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok: + multitail: "GPL" + +fnasser: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick: + perl-PBS: "GPL" "Artistic" + torque: "Freely redistributable" "See PBS_License.txt" + +gemi: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + gtklp: "GPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu: + buildbot: "GPL" + mantis: "GPL" + +green: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + zynaddsubfx: "GPL" + +hadess: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf: + fuse-convmvfs: "GPL" + +hguemar: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless: + rudeconfig: "GPL" + +iburrell: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar: + varnish: "BSD-like" + +isimluk: + ruby-ncurses: "LGPL" + +ivazquez: + mod_dnssd: "Apache Software License" + +ixs: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + ddrescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile: + gtkglextmm: "LGPL" + +jakub: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + valgrind: "GPL" + +jamatos: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james: + createrepo: "GPL" + netlabel_tools: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson: + up-imapproxy: "GPL" + zile: "GPL" + +jcm: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek: + pv: "Artistic" "modified" + +jima: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh: + ragel: "GPL" + +jjohnstn: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + +jkeating: + cleanfeed: "distributable" + fedora-release: "GPL" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch: + gdb: "GPL" + +jlayton: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmagne: + esc: "GPL" + +jmoskovc: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn: + clement: "GPL" + +jnovy: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost: + fpc: "GPL" "modified LGPL" + +jorge: + mimetex: "GPL" + +jorton: + libc-client: "University of Washington Free-Fork License" + mod_auth_kerb: "Apache" + newt-perl: "GPL" "Artistic" + perl-Newt: "GPL" "Artistic" + webalizer: "GPL" + +josef: + geany: "GPL" + tilda: "GPL" + +jparsons: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa: + gnome-compiz-manager: "GPL" + +jpo: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye: + fityk: "GPL" + +jsafrane: + nc6: "GPL" + +jsoeterb: + xmms-cdread: "GPL" + +jspaleta: + python-xlib: "GPL" + +jwb: + bugzilla: "MPL" + +jwboyer: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede: + alfont: "BSD-like" + freetype1: "BSD-like" + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + squashfs-tools: "GPL" + yum-metadata-parser: "GPL" + +kevin: + dbh: "LGPL" + fwrestart: "GPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk: + pdsh: "GPL" + +krh: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavucontrol: "GPL" + pavumeter: "GPL" + pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" + +leo: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb: + glunarclock: "GPL" + +lizhang: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken: + nethack: "NetHack General Public License" + python-decoratortools: "PSF" "ZPL" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb: + perl-IO-Multiplex: "Artistic" + +lon: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya: + thewidgetfactory: "GPL" + +lvm-team: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes: + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen: + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan: + cobbler: "GPL" + koan: "GPL" + +mdomsch: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming: + GeoIP: "LGPL" + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mgarski: + jomolhari-fonts: "SIL Open Font License" + krusader: "GPL" + libkdcraw: "GPL" + smb4k: "GPL" + tibetan-machine-uni-fonts: "GPL" + xscorch: "GPL" + +mhalcrow: + ecryptfs-utils: "GPL" + +michaelc: + iscsi-initiator-utils: "GPL" + +mikep: + linkchecker: "GPL" + +misa: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + usermode: "GPL" + +mkpai: + perl-Callback: "GPL/Artistic" + +mmaslano: + anacron: "GPL" + groff: "GPL" + iproute: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg: + sugar: "GPL/LGPL" + +mra: + libp11: "LGPL" "LGPL" + +mricchet: + ss5: "GPL" + +mschwendt: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte: + qcomicbook: "GPL" + +mwringe: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron: + pypar2: "GPL" + +nalin: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4: + kio_p7zip: "GPL2+" + +nmurray: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec: + kbibtex: "GPL" + +nomis80: + camstream: "GPL" + quadkonsole: "GPL" + +notting: + mash: "GPL" + +nphilipp: + bzflag: "LGPL" + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + ppracer: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + ufraw: "GPL" + xsane: "GPL" + +nsantos: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-themes-extras: "LGPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + hamlib: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor: + mugshot: "GPL" + +ovasik: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt: + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj: + CastPodder: "GPL" + XaraLX: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfrields: + fedora-release-notes: "Distributable" + +pghmcfc: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon: + empathy: "GPL" + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner: + coreutils: "GPL" + +phuang: + scim-qtimm: "GPL" + +pilcher: + wifi-radar: "GPL" + +pingou: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch: + system-config-httpd: "GPL" + +pmachata: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat: + splint: "GPL" + +prarit: + dmidecode: "GPL" + +pwouters: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich: + cpio: "GPL" + dstat: "GPL" + +rcritten: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode: + bug-buddy: "GPL" + gnome-mime-data: "GPL" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal: + adns: "GPL" + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPL" + zeroinstall-injector: "LGPL" + +sarantis: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin: + openswan: "GPL" + +scop: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb: + amtu: "Common Public License" + +shahms: + bzr-gtk: "GPL" + bzrtools: "GPL" + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz: + tailor: "GPL" + +simo: + pam_smb: "GPL" + rsync: "GPL" + +sindrepb: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal: + yum-utils: "GPL" + +smccann: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker: + jokosher: "GPLv2+ with exceptions" + +splinux: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak: + fuse-smb: "GPL" + +tanguy: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias: + d4x: "Artistic" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng: + elsa: "GPL" + +tian: + gcfilms: "GPL" + +timj: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn: + NetworkManager-openvpn: "GPL" + +tjikkun: + amsn: "GPL" + cohoba: "GPL" + +toshio: + qa-assistant: "GPL" + +trasher: + BackupPC: "GPL" + kftpgrabber: "GPL" + ksplash-engine-moodin: "GPL" + +trondd: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg: + granule: "GPL" + libassa: "LGPL" + +walters: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart: + libmodelfile: "Distributable" + +wcohen: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods: + pybluez: "GPL" + +xen-maint: + xen: "GPL" + +xgl-maint: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam: + seedit: "GPL" + +yufan: + audacious-plugins-docklet: "GPL" + +zhu: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + + +Summary: 46.24% of spec files (2167 out of 4686) have invalid licenses (as of Thu, 30 Aug 2007 06:12:06 +0000) diff --git a/data/old/bad-license-tags-by-owner.2 b/data/old/bad-license-tags-by-owner.2 new file mode 100644 index 0000000..ae71cae --- /dev/null +++ b/data/old/bad-license-tags-by-owner.2 @@ -0,0 +1,2793 @@ +@_No_Owner_in_PackageDB: + sturmbahnfahrer: "GPL" + +aalam: + aspell-bn: "GPL" + aspell-gu: "GPL" + aspell-hi: "GPL" + aspell-mr: "GPL" + aspell-or: "GPL" + aspell-pa: "GPL" + aspell-ta: "GPL" + aspell-te: "GPL" + +abompard: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko: + astyle: "LGPL" + mrxvt: "GPL" + +adrian: + bogofilter: "GPL" + gmpc: "GPL" + grip: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb: + slim: "GPL" + +ajax: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl: + beagle: "LGPL" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan: + perl-Ace: "GPL" "Artistic" + perl-AutoClass: "GPL" "Artistic" + perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" + perl-Data-Stag: "GPL" "Artistic" + perl-GD-SVG: "GPL" "Artistic" + perl-Math-Derivative: "GPL" "Artistic" + perl-Math-Spline: "GPL" "Artistic" + perl-PostScript: "GPL" "Artistic" + perl-SVG-Graph: "Artistic" + perl-Text-Shellwords: "GPL" "Artistic" + perl-XML-DOM-XPath: "GPL" "Artistic" + perl-XML-XPathEngine: "GPL" "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson: + clutter: "LGPL" + clutter-gst: "LGPL" + clutter-gtk: "LGPL" + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + pyclutter: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint: + anaconda: "GPL" + +anderson: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp: + pybackpack: "GPL" + +arozansk: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii: + fish: "GPL" + +athimm: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac: + mtools: "GPlv2+" + psgml: "GPL" + +ausil: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara: + ppl: "GPL" + +behdad: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + freetype: "BSD/GPL dual license" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben: + ketchup: "GPL" + +berrange: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath: + eclipse: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +bkoz: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos: + ghc: "BSD style" + +bpeck: + conmux: "GPL" + +bpepple: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc: + php-extras: "The PHP License" + +cagney: + frysk: "GPL" + +caillon: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + libnl: "LGPL" + +candyz: + gcin: "LGPL" + +caolanm: + hunspell-he: "GPL" + +cbalint: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance: + fonts-chinese: "Arphic Public License" "GPL-like" + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chitlesh: + geda-docs: "GPL" + geda-examples: "GPL" + geda-symbols: "GPL" + netgen: "GPL" + +chrisw: + asciidoc: "GPL" + cogito: "GPL" + +clumens: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" + perl-Class-Autouse: "GPL" "Artistic" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-DBIx-SearchBuilder: "GPL" "Artistic" + perl-ExtUtils-AutoInstall: "GPL" "Artistic" + perl-File-Find-Rule: "Artistic" "GPL" + perl-File-Flat: "GPL" "Artistic" + perl-File-NCopy: "GPL" "Artistic" + perl-File-Slurp: "GPL" "Artistic" + perl-Font-AFM: "GPL" "Artistic" + perl-HTML-Format: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Locale-Maketext-Lexicon: "GPL" "Artistic" + perl-Mail-GnuPG: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Pod-Tests: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + perl-Text-Quoted: "GPL" "Artistic" + perl-Text-Wrapper: "GPL" "Artistic" + qhull: "Distributable" + rt3: "GPL" + +cr33dog: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash: + crash: "GPL" + +cweyl: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm: + initng: "GPL" + initng-ifiles: "GPL" + +danken: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw: + csound: "LGPL" + plague: "GPL" + +dchen: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm: + libiptcdata: "LGPL" + +deji: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells: + keyutils: "GPL/LGPL" + +dionysos: + tetex-eurofont: "LaTeX Project Public License" + +dledford: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley: + wavbreaker: "GPL" + +dreier: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus: + libatomic_ops: "GPL/MIT" + +dwalsh: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch: + metamonitor: "GPL" + +ensc: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework: + gtkdatabox: "LGPL" + +fangq: + wqy-bitmap-fonts: "GPL" + +farnold: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche: + systemtap: "GPL" "GPL" + +fitzsim: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok: + multitail: "GPL" + +fnasser: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick: + perl-PBS: "GPL" "Artistic" + torque: "Freely redistributable" "See PBS_License.txt" + +gemi: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + gtklp: "GPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu: + buildbot: "GPL" + mantis: "GPL" + +green: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + zynaddsubfx: "GPL" + +hadess: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf: + fuse-convmvfs: "GPL" + +hguemar: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless: + rudeconfig: "GPL" + +iburrell: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar: + varnish: "BSD-like" + +isimluk: + ruby-ncurses: "LGPL" + +ivazquez: + mod_dnssd: "Apache Software License" + +ixs: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + ddrescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile: + gtkglextmm: "LGPL" + +jakub: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + valgrind: "GPL" + +jamatos: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james: + createrepo: "GPL" + netlabel_tools: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson: + up-imapproxy: "GPL" + zile: "GPL" + +jcm: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek: + pv: "Artistic" "modified" + +jima: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh: + ragel: "GPL" + +jjohnstn: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + +jkeating: + cleanfeed: "distributable" + fedora-release: "GPL" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch: + gdb: "GPL" + +jlayton: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmagne: + esc: "GPL" + +jmoskovc: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn: + clement: "GPL" + +jnovy: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost: + fpc: "GPL" "modified LGPL" + +jorge: + mimetex: "GPL" + +jorton: + libc-client: "University of Washington Free-Fork License" + mod_auth_kerb: "Apache" + newt-perl: "GPL" "Artistic" + perl-Newt: "GPL" "Artistic" + webalizer: "GPL" + +josef: + geany: "GPL" + tilda: "GPL" + +jparsons: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa: + gnome-compiz-manager: "GPL" + +jpo: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye: + fityk: "GPL" + +jsafrane: + nc6: "GPL" + +jsoeterb: + xmms-cdread: "GPL" + +jspaleta: + python-xlib: "GPL" + +jwb: + bugzilla: "MPL" + +jwboyer: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede: + alfont: "BSD-like" + freetype1: "BSD-like" + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + squashfs-tools: "GPL" + yum-metadata-parser: "GPL" + +kevin: + dbh: "LGPL" + fwrestart: "GPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk: + pdsh: "GPL" + +krh: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavucontrol: "GPL" + pavumeter: "GPL" + pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" + +leo: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb: + glunarclock: "GPL" + +lizhang: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken: + nethack: "NetHack General Public License" + python-decoratortools: "PSF" "ZPL" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb: + perl-IO-Multiplex: "Artistic" + +lon: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya: + thewidgetfactory: "GPL" + +lvm-team: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes: + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen: + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan: + cobbler: "GPL" + koan: "GPL" + +mdomsch: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming: + GeoIP: "LGPL" + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mgarski: + jomolhari-fonts: "SIL Open Font License" + krusader: "GPL" + libkdcraw: "GPL" + smb4k: "GPL" + tibetan-machine-uni-fonts: "GPL" + xscorch: "GPL" + +mhalcrow: + ecryptfs-utils: "GPL" + +michaelc: + iscsi-initiator-utils: "GPL" + +mikep: + linkchecker: "GPL" + +misa: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + usermode: "GPL" + +mkpai: + perl-Callback: "GPL/Artistic" + +mmaslano: + anacron: "GPL" + groff: "GPL" + iproute: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg: + sugar: "GPL/LGPL" + +mra: + libp11: "LGPL" "LGPL" + +mricchet: + ss5: "GPL" + +mschwendt: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte: + qcomicbook: "GPL" + +mwringe: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron: + pypar2: "GPL" + +nalin: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4: + kio_p7zip: "GPL2+" + +nmurray: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec: + kbibtex: "GPL" + +nomis80: + camstream: "GPL" + quadkonsole: "GPL" + +notting: + mash: "GPL" + +nphilipp: + bzflag: "LGPL" + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + ppracer: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + ufraw: "GPL" + xsane: "GPL" + +nsantos: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + hamlib: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor: + mugshot: "GPL" + +ovasik: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt: + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj: + CastPodder: "GPL" + XaraLX: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfrields: + fedora-release-notes: "Distributable" + +pghmcfc: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon: + empathy: "GPL" + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner: + coreutils: "GPL" + +phuang: + scim-qtimm: "GPL" + +pilcher: + wifi-radar: "GPL" + +pingou: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch: + system-config-httpd: "GPL" + +pmachata: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat: + splint: "GPL" + +prarit: + dmidecode: "GPL" + +pwouters: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich: + cpio: "GPL" + dstat: "GPL" + +rcritten: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode: + bug-buddy: "GPL" + gnome-mime-data: "GPL" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal: + adns: "GPL" + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPL" + zeroinstall-injector: "LGPL" + +sarantis: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin: + openswan: "GPL" + +scop: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb: + amtu: "Common Public License" + +shahms: + bzr-gtk: "GPL" + bzrtools: "GPL" + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz: + tailor: "GPL" + +simo: + pam_smb: "GPL" + rsync: "GPL" + +sindrepb: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal: + yum-utils: "GPL" + +smccann: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker: + jokosher: "GPLv2+ with exceptions" + +splinux: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak: + fuse-smb: "GPL" + +tanguy: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng: + elsa: "GPL" + +tian: + gcfilms: "GPL" + +timj: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn: + NetworkManager-openvpn: "GPL" + +tjikkun: + amsn: "GPL" + cohoba: "GPL" + +toshio: + qa-assistant: "GPL" + +trasher: + BackupPC: "GPL" + kftpgrabber: "GPL" + ksplash-engine-moodin: "GPL" + +trondd: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg: + granule: "GPL" + libassa: "LGPL" + +walters: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart: + libmodelfile: "Distributable" + +wcohen: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods: + pybluez: "GPL" + +xen-maint: + xen: "GPL" + +xgl-maint: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam: + seedit: "GPL" + +yufan: + audacious-plugins-docklet: "GPL" + +zhu: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + + +Summary: 46.24% of spec files (2167 out of 4686) have invalid licenses (as of Thu, 30 Aug 2007 17:52:03 +0000) diff --git a/data/old/bad-license-tags-by-owner.3 b/data/old/bad-license-tags-by-owner.3 new file mode 100644 index 0000000..910aa65 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.3 @@ -0,0 +1,2793 @@ +@_No_Owner_in_PackageDB: + sturmbahnfahrer: "GPL" + +aalam: (aalam@redhat.com) + aspell-bn: "GPL" + aspell-gu: "GPL" + aspell-hi: "GPL" + aspell-mr: "GPL" + aspell-or: "GPL" + aspell-pa: "GPL" + aspell-ta: "GPL" + aspell-te: "GPL" + +abompard: (gauret@free.fr) + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway: (aconway@redhat.com) + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz: (alex@dalloz.de) + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko: (gnome@dux-linux.org) + astyle: "LGPL" + mrxvt: "GPL" + +adrian: (adrian@lisas.de) + bogofilter: "GPL" + gmpc: "GPL" + grip: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb: (afb@users.sourceforge.net) + slim: "GPL" + +ajax: (ajackson@redhat.com) + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl: (alexl@redhat.com) + beagle: "LGPL" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan: (alexl@users.sourceforge.net) + perl-Ace: "GPL" "Artistic" + perl-AutoClass: "GPL" "Artistic" + perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" + perl-Data-Stag: "GPL" "Artistic" + perl-GD-SVG: "GPL" "Artistic" + perl-Math-Derivative: "GPL" "Artistic" + perl-Math-Spline: "GPL" "Artistic" + perl-PostScript: "GPL" "Artistic" + perl-SVG-Graph: "Artistic" + perl-Text-Shellwords: "GPL" "Artistic" + perl-XML-DOM-XPath: "GPL" "Artistic" + perl-XML-XPathEngine: "GPL" "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson: (allisson@gmail.com) + clutter: "LGPL" + clutter-gst: "LGPL" + clutter-gtk: "LGPL" + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + pyclutter: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint: (anaconda-maint-list@redhat.com) + anaconda: "GPL" + +anderson: (fedora-packaging@dw-perspective.org.uk) + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy: (andy@smile.org.ua) + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp: (andy@andrewprice.me.uk) + pybackpack: "GPL" + +arozansk: (arozansk@redhat.com) + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii: (liljencrantz@gmail.com) + fish: "GPL" + +athimm: (Axel.Thimm@ATrpms.net) + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac: (atkac@redhat.com) + mtools: "GPlv2+" + psgml: "GPL" + +ausil: (dennis@ausil.us) + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb: (andreas.bierfert@lowlatency.de) + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara: (bagnara@cs.unipr.it) + ppl: "GPL" + +behdad: (besfahbo@redhat.com) + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + freetype: "BSD/GPL dual license" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet: (fabrice@bellet.info) + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben: (ben@codiert.org) + ketchup: "GPL" + +berrange: (berrange@redhat.com) + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson: (bjohnson@symetrix.com) + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath: (bkonrath@redhat.com) + eclipse: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +bkoz: (bkoz@redhat.com) + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos: (bos@serpentine.com) + ghc: "BSD style" + +bpeck: (bpeck@redhat.com) + conmux: "GPL" + +bpepple: (bdpepple@gmail.com) + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden: (braden@endoframe.com) + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc: (dmitry@butskoy.name) + php-extras: "The PHP License" + +cagney: (cagney@redhat.com) + frysk: "GPL" + +caillon: (caillon@redhat.com) + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + libnl: "LGPL" + +candyz: (candyz0416@gmail.com) + gcin: "LGPL" + +caolanm: (caolanm@redhat.com) + hunspell-he: "GPL" + +cbalint: (cbalint@redhat.com) + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance: (cchance@redhat.com) + fonts-chinese: "Arphic Public License" "GPL-like" + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist: (cfeist@redhat.com) + cman: "GPL" + gfs2-utils: "GPL" + +cgrau: (chris@chrisgrau.com) + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc: (chabotc@xs4all.nl) + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chitlesh: (cgoorah@yahoo.com.au) + geda-docs: "GPL" + geda-examples: "GPL" + geda-symbols: "GPL" + netgen: "GPL" + +chrisw: (chrisw@redhat.com) + asciidoc: "GPL" + cogito: "GPL" + +clumens: (clumens@redhat.com) + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell: (coldwell@redhat.com) + emacs: "GPL" + lsscsi: "GPL" + +corsepiu: (rc040203@freenet.de) + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" + perl-Class-Autouse: "GPL" "Artistic" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-DBIx-SearchBuilder: "GPL" "Artistic" + perl-ExtUtils-AutoInstall: "GPL" "Artistic" + perl-File-Find-Rule: "Artistic" "GPL" + perl-File-Flat: "GPL" "Artistic" + perl-File-NCopy: "GPL" "Artistic" + perl-File-Slurp: "GPL" "Artistic" + perl-Font-AFM: "GPL" "Artistic" + perl-HTML-Format: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Locale-Maketext-Lexicon: "GPL" "Artistic" + perl-Mail-GnuPG: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Pod-Tests: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + perl-Text-Quoted: "GPL" "Artistic" + perl-Text-Wrapper: "GPL" "Artistic" + qhull: "Distributable" + rt3: "GPL" + +cr33dog: (cr33dog@gmail.com) + fontypython: "GPL" + ltsp-utils: "GPL" + +crash: (anderson@redhat.com) + crash: "GPL" + +cweyl: (cweyl@alumni.drew.edu) + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert: (fedora@christoph-wickert.de) + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm: (dm@mensa.se) + initng: "GPL" + initng-ifiles: "GPL" + +danken: (danken@cs.technion.ac.il) + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz: (davidz@redhat.com) + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole: (dbhole@redhat.com) + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel: (dcantrell@redhat.com) + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw: (dcbw@redhat.com) + csound: "LGPL" + plague: "GPL" + +dchen: (dchen@redhat.com) + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm: (dcm@acm.org) + libiptcdata: "LGPL" + +deji: (dakingun@gmail.com) + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim: (devrim@commandprompt.com) + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin: (dgoodwin@dangerouslyinc.com) + testoob: "Apache Software License" + wuja: "GPL" + +dgregor: (dgregor@redhat.com) + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells: (dhowells@redhat.com) + keyutils: "GPL/LGPL" + +dionysos: (aportal@univ-montp2.fr) + tetex-eurofont: "LaTeX Project Public License" + +dledford: (dledford@redhat.com) + mdadm: "GPL" + pvm: "freely distributable" + +dmaley: (dmaley@redhat.com) + wavbreaker: "GPL" + +dreier: (rolandd@cisco.com) + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus: (drzeus-bugzilla@drzeus.cx) + libatomic_ops: "GPL/MIT" + +dwalsh: (dwalsh@redhat.com) + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2: (dwmw2@infradead.org) + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik: (mr.ecik@gmail.com) + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill: (ed@eh3.com) + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch: (hugo@devin.com.br) + metamonitor: "GPL" + +ensc: (enrico.scholz@informatik.tu-chemnitz.de) + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr: (miker5slow@grandecom.net) + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing: (redhat-bugzilla@camperquake.de) + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework: (work.eric@gmail.com) + gtkdatabox: "LGPL" + +fangq: (fangqq@gmail.com) + wqy-bitmap-fonts: "GPL" + +farnold: (frank@scirocco-5v-turbo.de) + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp: (faucamp@csir.co.za) + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche: (fche@redhat.com) + systemtap: "GPL" "GPL" + +fitzsim: (fitzsim@redhat.com) + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok: (folkert@vanheusden.com) + multitail: "GPL" + +fnasser: (fnasser@redhat.com) + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb: (frank-buettner@gmx.net) + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik: (gajownik@gmail.com) + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick: (garrick@usc.edu) + perl-PBS: "GPL" "Artistic" + torque: "Freely redistributable" "See PBS_License.txt" + +gemi: (gemi@bluewin.ch) + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + gtklp: "GPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry: (ghenry@suretecsystems.com) + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu: (giallu@gmail.com) + buildbot: "GPL" + mantis: "GPL" + +green: (green@redhat.com) + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + zynaddsubfx: "GPL" + +hadess: (bnocera@redhat.com) + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald: (harald@redhat.com) + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker: (wjhns174@hardakers.net) + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf: (hellwolf.misty@gmail.com) + fuse-convmvfs: "GPL" + +hguemar: (karlthered@gmail.com) + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless: (matt@rudeserver.com) + rudeconfig: "GPL" + +iburrell: (ianburrell@gmail.com) + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon: (mricon@gmail.com) + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox: (ifoox@redhat.com) + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar: (ingvar@linpro.no) + varnish: "BSD-like" + +isimluk: (lukasim@atlas.cz) + ruby-ncurses: "LGPL" + +ivazquez: (ivazqueznet@gmail.com) + mod_dnssd: "Apache Software License" + +ixs: (andreas@bawue.net) + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + ddrescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo: (jafo@tummy.com) + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile: (gilles.gagniard@gmail.com) + gtkglextmm: "LGPL" + +jakub: (jakub@redhat.com) + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + valgrind: "GPL" + +jamatos: (jamatos@fc.up.pt) + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james: (james.antill@redhat.com) + createrepo: "GPL" + netlabel_tools: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson: (jeff@ultimateevil.org) + up-imapproxy: "GPL" + zile: "GPL" + +jcm: (jonathan@jonmasters.org) + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie: (jeff@ocjtech.us) + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis: (jdennis@redhat.com) + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain: (jfontain@free.fr) + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik: (jgarzik@redhat.com) + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek: (jhrozek@redhat.com) + pv: "Artistic" "modified" + +jima: (jima@beer.tclug.org) + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh: (jeremy@hinegardner.org) + ragel: "GPL" + +jjohnstn: (jjohnstn@redhat.com) + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + +jkeating: (jkeating@redhat.com) + cleanfeed: "distributable" + fedora-release: "GPL" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch: (jan.kratochvil@redhat.com) + gdb: "GPL" + +jlayton: (jlayton@redhat.com) + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmagne: (jmagne@redhat.com) + esc: "GPL" + +jmoskovc: (jmoskovc@redhat.com) + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer: (jmoyer@redhat.com) + autofs: "GPL" + libaio: "LGPL" + +jmrcpn: (jmp@safe.ca) + clement: "GPL" + +jnovy: (jnovy@redhat.com) + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost: (joost@cnoc.nl) + fpc: "GPL" "modified LGPL" + +jorge: (jtorresh@gmail.com) + mimetex: "GPL" + +jorton: (jorton@redhat.com) + libc-client: "University of Washington Free-Fork License" + mod_auth_kerb: "Apache" + newt-perl: "GPL" "Artistic" + perl-Newt: "GPL" "Artistic" + webalizer: "GPL" + +josef: (josef@toxicpanda.com) + geany: "GPL" + tilda: "GPL" + +jparsons: (jparsons@redhat.com) + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa: (jpmahowald@gmail.com) + gnome-compiz-manager: "GPL" + +jpo: (jpo@di.uminho.pt) + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye: (john@curioussymbols.com) + fityk: "GPL" + +jsafrane: (jsafrane@redhat.com) + nc6: "GPL" + +jsoeterb: (joost.soeterbroek@gmail.com) + xmms-cdread: "GPL" + +jspaleta: (jspaleta@gmail.com) + python-xlib: "GPL" + +jwb: (john@ncphotography.com) + bugzilla: "MPL" + +jwboyer: (jwboyer@jdub.homelinux.org) + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson: (jwilson@redhat.com) + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede: (j.w.r.degoede@hhs.nl) + alfont: "BSD-like" + freetype1: "BSD-like" + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom: (kaboom@oobleck.net) + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten: (karsten@redhat.com) + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal: (skasal@redhat.com) + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj: (katzj@redhat.com) + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + squashfs-tools: "GPL" + yum-metadata-parser: "GPL" + +kevin: (kevin@tummy.com) + dbh: "LGPL" + fwrestart: "GPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk: (woodard@redhat.com) + pdsh: "GPL" + +krh: (krh@redhat.com) + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal: (kushaldas@gmail.com) + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart: (kwizart@gmail.com) + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak: (kzak@redhat.com) + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche: (laroche@redhat.com) + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom: (lxtnow@gmail.com) + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart: (lpoetter@redhat.com) + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavucontrol: "GPL" + pavumeter: "GPL" + pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" + +leo: (sdl.web@gmail.com) + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb: (limb@jcomserv.net) + glunarclock: "GPL" + +lizhang: (lizhang@redhat.com) + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken: (lmacken@redhat.com) + nethack: "NetHack General Public License" + python-decoratortools: "PSF" "ZPL" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb: (lmb@vironova.com) + perl-IO-Multiplex: "Artistic" + +lon: (lhh@redhat.com) + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter: (dlutter@redhat.com) + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya: (luya_tfz@thefinalzone.com) + thewidgetfactory: "GPL" + +lvm-team: (lvm-team@redhat.com) + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm: (mattdm@mattdm.org) + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk: (mbacovsk@redhat.com) + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas: (mbarabas@redhat.com) + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes: (mbarnes@redhat.com) + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl: (mcepl@redhat.com) + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen: (mclasen@redhat.com) + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan: (mdehaan@redhat.com) + cobbler: "GPL" + koan: "GPL" + +mdomsch: (Matt_Domsch@dell.com) + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown: (mebrown@michaels-house.net) + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme: (karen-pease@uiowa.edu) + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming: (mfleming+rpm@enlartenment.com) + GeoIP: "LGPL" + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mgarski: (mgarski@post.pl) + jomolhari-fonts: "SIL Open Font License" + krusader: "GPL" + libkdcraw: "GPL" + smb4k: "GPL" + tibetan-machine-uni-fonts: "GPL" + xscorch: "GPL" + +mhalcrow: (mhalcrow@us.ibm.com) + ecryptfs-utils: "GPL" + +michaelc: (mchristi@redhat.com) + iscsi-initiator-utils: "GPL" + +mikep: (mike@flyn.org) + linkchecker: "GPL" + +misa: (misa@redhat.com) + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr: (mitr@redhat.com) + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + usermode: "GPL" + +mkpai: (mkpai@redhat.com) + perl-Callback: "GPL/Artistic" + +mmaslano: (mmaslano@redhat.com) + anacron: "GPL" + groff: "GPL" + iproute: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath: (mmcgrath@redhat.com) + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg: (mpg@redhat.com) + sugar: "GPL/LGPL" + +mra: (mra@hp.com) + libp11: "LGPL" "LGPL" + +mricchet: (matteo.ricchetti@libero.it) + ss5: "GPL" + +mschwendt: (bugs.michael@gmx.net) + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte: (bakers@web-ster.com) + qcomicbook: "GPL" + +mwringe: (mwringe@redhat.com) + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron: (mxcarron@maxca.info) + pypar2: "GPL" + +nalin: (nalin@redhat.com) + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando: (nando@ccrma.stanford.edu) + qjackctl: "GPL" + qsynth: "GPL" + +nbecker: (ndbecker2@gmail.com) + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman: (nhorman@redhat.com) + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj: (dev@nigelj.com) + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim: (nicolas.mailhot@laposte.net) + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4: (lightsolphoenix@gmail.com) + kio_p7zip: "GPL2+" + +nmurray: (nmurray@redhat.com) + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec: (ch.nolte@noltec.org) + kbibtex: "GPL" + +nomis80: (nomis80@nomis80.org) + camstream: "GPL" + quadkonsole: "GPL" + +notting: (notting@redhat.com) + mash: "GPL" + +nphilipp: (nphilipp@redhat.com) + bzflag: "LGPL" + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + ppracer: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + ufraw: "GPL" + xsane: "GPL" + +nsantos: (nsantos@redhat.com) + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace: (odvorace@redhat.com) + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion: (orion@cora.nwra.com) + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan: (extras-orphan@fedoraproject.org) + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + hamlib: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor: (otaylor@redhat.com) + mugshot: "GPL" + +ovasik: (ovasik@redhat.com) + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt: (overholt@redhat.com) + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl: (tyler.l.owen@gmail.com) + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa: (pawsa@theochem.kth.se) + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung: (pcheung@redhat.com) + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus: (pertusus@free.fr) + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter: (lemenkov@gmail.com) + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen: (petersen@redhat.com) + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj: (paul@all-the-johnsons.co.uk) + CastPodder: "GPL" + XaraLX: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfrields: (stickster@gmail.com) + fedora-release-notes: "Distributable" + +pghmcfc: (paul@city-fan.org) + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon: (peter@thecodergeek.com) + empathy: "GPL" + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner: (pgraner@redhat.com) + coreutils: "GPL" + +phuang: (phuang@redhat.com) + scim-qtimm: "GPL" + +pilcher: (i.pilcher@comcast.net) + wifi-radar: "GPL" + +pingou: (pingoufc4@yahoo.fr) + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones: (pjones@redhat.com) + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch: (pknirsch@redhat.com) + system-config-httpd: "GPL" + +pmachata: (pmachata@redhat.com) + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai: (pmatilai@redhat.com) + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat: (pauln@truemesh.com) + splint: "GPL" + +prarit: (prarit@redhat.com) + dmidecode: "GPL" + +pwouters: (paul@xelerance.com) + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer: (qspencer@ieee.org) + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann: (rpm@greysector.net) + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera: (rbhalera@redhat.com) + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich: (rbrich@redhat.com) + cpio: "GPL" + dstat: "GPL" + +rcritten: (rcritten@redhat.com) + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter: (rdieter@math.unl.edu) + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi: (Fedora@FamilleCollet.com) + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones: (rjones@redhat.com) + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins: (rmeggins@redhat.com) + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood: (rnorwood@redhat.com) + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert: (redhat@linuxnetz.de) + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv: (robert@marcanoonline.com) + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland: (roland@redhat.com) + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh: (roozbeh@farsiweb.info) + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode: (rstrode@redhat.com) + bug-buddy: "GPL" + gnome-mime-data: "GPL" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben: (ruben@rubenkerkhof.com) + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard: (rvinyard@cs.nmsu.edu) + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal: (rvokal@redhat.com) + adns: "GPL" + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo: (ryo-dairiki@users.sourceforge.net) + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr: (Jochen@herr-schmitt.de) + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma: (michel.salim@gmail.com) + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPL" + zeroinstall-injector: "LGPL" + +sarantis: (paskalis@di.uoa.gr) + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin: (sconklin@redhat.com) + openswan: "GPL" + +scop: (ville.skytta@iki.fi) + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg: (seg@haxxed.com) + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb: (sgrubb@redhat.com) + amtu: "Common Public License" + +shahms: (shahms@shahms.com) + bzr-gtk: "GPL" + bzrtools: "GPL" + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz: (dan@danny.cz) + tailor: "GPL" + +simo: (ssorce@redhat.com) + pam_smb: "GPL" + rsync: "GPL" + +sindrepb: (foolish@guezz.net) + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal: (skvidal@linux.duke.edu) + yum-utils: "GPL" + +smccann: (mccann0011@hotmail.com) + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker: (snecklifter@gmail.com) + jokosher: "GPLv2+ with exceptions" + +splinux: (splinux25@gmail.com) + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp: (sandmann@redhat.com) + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma: (mastahnke@gmail.com) + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static: (fedora@theholbrooks.org) + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve: (steve@silug.org) + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved: (steved@redhat.com) + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray: (i@stingr.net) + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky: (stransky@redhat.com) + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak: (mszpak@wp.pl) + fuse-smb: "GPL" + +tanguy: (eric.tanguy@univ-nantes.fr) + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than: (than@redhat.com) + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias: (matthias@rpmforge.net) + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs: (thomas@apestaart.org) + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng: (guillaume.thouvenin@bull.net) + elsa: "GPL" + +tian: (tian@c-sait.net) + gcfilms: "GPL" + +timj: (rpm@timj.co.uk) + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn: (tim@niemueller.de) + NetworkManager-openvpn: "GPL" + +tjikkun: (sander@hoentjen.eu) + amsn: "GPL" + cohoba: "GPL" + +toshio: (a.badger@gmail.com) + qa-assistant: "GPL" + +trasher: (johan@x-tnd.be) + BackupPC: "GPL" + kftpgrabber: "GPL" + ksplash-engine-moodin: "GPL" + +trondd: (trond.danielsen@gmail.com) + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf: (tscherf@redhat.com) + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana: (tsmetana@redhat.com) + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh: (twaugh@redhat.com) + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner: (twoerner@redhat.com) + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog: (uwog@uwog.net) + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova: (varekova@redhat.com) + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek: (vcrhonek@redhat.com) + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard: (veillard@redhat.com) + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl: (vivekl@redhat.com) + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg: (3rdshift@comcast.net) + granule: "GPL" + libassa: "LGPL" + +walters: (walters@redhat.com) + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart: (wart@kobold.org) + libmodelfile: "Distributable" + +wcohen: (wcohen@redhat.com) + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami: (wtogami@redhat.com) + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods: (wwoods@redhat.com) + pybluez: "GPL" + +xen-maint: (xen-maint@redhat.com) + xen: "GPL" + +xgl-maint: (xgl-maint@redhat.com) + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris: (lists@forevermore.net) + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris: (chris.stone@gmail.com) + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam: (ynakam@hitachisoft.jp) + seedit: "GPL" + +yufan: (yufanyufan@gmail.com) + audacious-plugins-docklet: "GPL" + +zhu: (zhu@redhat.com) + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc: (zcerza@redhat.com) + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl: (zprikryl@redhat.com) + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + + +Summary: 46.24% of spec files (2167 out of 4686) have invalid licenses (as of Thu, 30 Aug 2007 19:35:06 +0000) diff --git a/data/old/bad-license-tags-by-owner.tmp b/data/old/bad-license-tags-by-owner.tmp new file mode 100644 index 0000000..553e778 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.tmp @@ -0,0 +1,2783 @@ +@_No_Owner_in_PackageDB: + sturmbahnfahrer: "GPL" + +aalam: + aspell-bn: "GPL" + aspell-gu: "GPL" + aspell-hi: "GPL" + aspell-mr: "GPL" + aspell-or: "GPL" + aspell-pa: "GPL" + aspell-ta: "GPL" + aspell-te: "GPL" + +abompard: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko: + astyle: "LGPL" + mrxvt: "GPL" + +adrian: + bogofilter: "GPL" + gmpc: "GPL" + grip: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb: + slim: "GPL" + +ajax: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl: + beagle: "LGPL" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan: + perl-Ace: "GPL" "Artistic" + perl-AutoClass: "GPL" "Artistic" + perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" + perl-Data-Stag: "GPL" "Artistic" + perl-GD-SVG: "GPL" "Artistic" + perl-Math-Derivative: "GPL" "Artistic" + perl-Math-Spline: "GPL" "Artistic" + perl-PostScript: "GPL" "Artistic" + perl-SVG-Graph: "Artistic" + perl-Text-Shellwords: "GPL" "Artistic" + perl-XML-DOM-XPath: "GPL" "Artistic" + perl-XML-XPathEngine: "GPL" "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson: + clutter: "LGPL" + clutter-gst: "LGPL" + clutter-gtk: "LGPL" + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + pyclutter: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint: + anaconda: "GPL" + +anderson: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp: + pybackpack: "GPL" + +arozansk: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii: + fish: "GPL" + +athimm: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac: + mtools: "GPlv2+" + psgml: "GPL" + +ausil: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara: + ppl: "GPL" + +behdad: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + freetype: "BSD/GPL dual license" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben: + ketchup: "GPL" + +berrange: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath: + eclipse: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +bkoz: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos: + ghc: "BSD style" + +bpeck: + conmux: "GPL" + +bpepple: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc: + php-extras: "The PHP License" + +cagney: + frysk: "GPL" + +caillon: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + libnl: "LGPL" + +candyz: + gcin: "LGPL" + +caolanm: + hunspell-he: "GPL" + +cbalint: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance: + fonts-chinese: "Arphic Public License" "GPL-like" + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chitlesh: + geda-docs: "GPL" + geda-examples: "GPL" + geda-symbols: "GPL" + netgen: "GPL" + +chrisw: + asciidoc: "GPL" + cogito: "GPL" + +clumens: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" + perl-Class-Autouse: "GPL" "Artistic" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-DBIx-SearchBuilder: "GPL" "Artistic" + perl-ExtUtils-AutoInstall: "GPL" "Artistic" + perl-File-Find-Rule: "Artistic" "GPL" + perl-File-Flat: "GPL" "Artistic" + perl-File-NCopy: "GPL" "Artistic" + perl-File-Slurp: "GPL" "Artistic" + perl-Font-AFM: "GPL" "Artistic" + perl-HTML-Format: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Locale-Maketext-Lexicon: "GPL" "Artistic" + perl-Mail-GnuPG: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Pod-Tests: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + perl-Text-Quoted: "GPL" "Artistic" + qhull: "Distributable" + rt3: "GPL" + +cr33dog: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash: + crash: "GPL" + +cweyl: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm: + initng: "GPL" + initng-ifiles: "GPL" + +danken: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw: + csound: "LGPL" + plague: "GPL" + +dchen: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm: + libiptcdata: "LGPL" + +deji: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells: + keyutils: "GPL/LGPL" + +dionysos: + tetex-eurofont: "LaTeX Project Public License" + +dledford: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley: + wavbreaker: "GPL" + +dreier: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus: + libatomic_ops: "GPL/MIT" + +dwalsh: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch: + metamonitor: "GPL" + +ensc: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework: + gtkdatabox: "LGPL" + +fangq: + wqy-bitmap-fonts: "GPL" + +farnold: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche: + systemtap: "GPL" "GPL" + +fitzsim: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok: + multitail: "GPL" + +fnasser: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick: + perl-PBS: "GPL" "Artistic" + torque: "Freely redistributable" "See PBS_License.txt" + +gemi: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + gtklp: "GPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu: + buildbot: "GPL" + mantis: "GPL" + +green: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf: + fuse-convmvfs: "GPL" + +hguemar: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless: + rudeconfig: "GPL" + +iburrell: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar: + varnish: "BSD-like" + +isimluk: + ruby-ncurses: "LGPL" + +ivazquez: + mod_dnssd: "Apache Software License" + +ixs: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile: + gtkglextmm: "LGPL" + +jakub: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + valgrind: "GPL" + +jamatos: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james: + createrepo: "GPL" + netlabel_tools: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson: + up-imapproxy: "GPL" + zile: "GPL" + +jcm: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek: + pv: "Artistic" "modified" + +jima: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh: + ragel: "GPL" + +jjohnstn: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + +jkeating: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch: + gdb: "GPL" + +jlayton: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmagne: + esc: "GPL" + +jmoskovc: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn: + clement: "GPL" + +jnovy: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost: + fpc: "GPL" "modified LGPL" + +jorge: + mimetex: "GPL" + +jorton: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef: + geany: "GPL" + tilda: "GPL" + +jparsons: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa: + gnome-compiz-manager: "GPL" + +jpo: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye: + fityk: "GPL" + +jsafrane: + nc6: "GPL" + +jsoeterb: + xmms-cdread: "GPL" + +jspaleta: + python-xlib: "GPL" + +jwb: + bugzilla: "MPL" + +jwboyer: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede: + alfont: "BSD-like" + freetype1: "BSD-like" + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + squashfs-tools: "GPL" + yum-metadata-parser: "GPL" + +kevin: + dbh: "LGPL" + fwrestart: "GPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk: + pdsh: "GPL" + +krh: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavucontrol: "GPL" + pavumeter: "GPL" + pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" + +leo: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb: + glunarclock: "GPL" + +lizhang: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken: + nethack: "NetHack General Public License" + python-decoratortools: "PSF" "ZPL" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb: + perl-IO-Multiplex: "Artistic" + +lon: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya: + thewidgetfactory: "GPL" + +lvm-team: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes: + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen: + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan: + cobbler: "GPL" + koan: "GPL" + +mdomsch: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming: + GeoIP: "LGPL" + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mgarski: + jomolhari-fonts: "SIL Open Font License" + krusader: "GPL" + libkdcraw: "GPL" + smb4k: "GPL" + tibetan-machine-uni-fonts: "GPL" + xscorch: "GPL" + +mhalcrow: + ecryptfs-utils: "GPL" + +michaelc: + iscsi-initiator-utils: "GPL" + +mikep: + linkchecker: "GPL" + +misa: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + usermode: "GPL" + +mkpai: + perl-Callback: "GPL/Artistic" + +mmaslano: + groff: "GPL" + iproute: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg: + sugar: "GPL/LGPL" + +mra: + libp11: "LGPL" "LGPL" + +mricchet: + ss5: "GPL" + +mschwendt: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte: + qcomicbook: "GPL" + +mwringe: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron: + pypar2: "GPL" + +nalin: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4: + kio_p7zip: "GPL2+" + +nmurray: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec: + kbibtex: "GPL" + +nomis80: + camstream: "GPL" + quadkonsole: "GPL" + +notting: + mash: "GPL" + +nphilipp: + bzflag: "LGPL" + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + ppracer: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + ufraw: "GPL" + xsane: "GPL" + +nsantos: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + hamlib: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor: + mugshot: "GPL" + +ovasik: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt: + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfrields: + fedora-release-notes: "Distributable" + +pghmcfc: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon: + empathy: "GPL" + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner: + coreutils: "GPL" + +phuang: + scim-qtimm: "GPL" + +pilcher: + wifi-radar: "GPL" + +pingou: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch: + system-config-httpd: "GPL" + +pmachata: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat: + splint: "GPL" + +prarit: + dmidecode: "GPL" + +pwouters: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich: + cpio: "GPL" + dstat: "GPL" + +rcritten: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode: + bug-buddy: "GPL" + gnome-mime-data: "GPL" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal: + adns: "GPL" + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPL" + zeroinstall-injector: "LGPL" + +sarantis: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin: + openswan: "GPL" + +scop: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb: + amtu: "Common Public License" + +shahms: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz: + tailor: "GPL" + +simo: + pam_smb: "GPL" + rsync: "GPL" + +sindrepb: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal: + yum-utils: "GPL" + +smccann: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker: + jokosher: "GPLv2+ with exceptions" + +splinux: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak: + fuse-smb: "GPL" + +tanguy: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng: + elsa: "GPL" + +tian: + gcfilms: "GPL" + +timj: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn: + NetworkManager-openvpn: "GPL" + +tjikkun: + amsn: "GPL" + cohoba: "GPL" + +toshio: + qa-assistant: "GPL" + +trasher: + BackupPC: "GPL" + kftpgrabber: "GPL" + ksplash-engine-moodin: "GPL" + +trondd: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg: + granule: "GPL" + libassa: "LGPL" + +walters: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart: + libmodelfile: "Distributable" + +wcohen: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods: + pybluez: "GPL" + +xen-maint: + xen: "GPL" + +xgl-maint: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam: + seedit: "GPL" + +yufan: + audacious-plugins-docklet: "GPL" + +zhu: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2158 out of 4685 (46.1%) [as of 2007-08-30 22:23 UTC] diff --git a/data/old/bad-license-tags-by-owner.~10~ b/data/old/bad-license-tags-by-owner.~10~ new file mode 100644 index 0000000..f69711d --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~10~ @@ -0,0 +1,2678 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [8]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + xulrunner: "MPL/LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [5]: + fonts-korean: "Distributable" + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [7]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-Inline: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [16]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [12]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [3]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [7]: + convmv: "GPL" + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellm-themes: "GPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [10]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [12]: + control-center: "GFDL+" + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [11]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tagoh [1]: + uim: "LGPL+" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2061 out of 4735 (43.53%) [as of 2007-09-17 13:58 UTC] diff --git a/data/old/bad-license-tags-by-owner.~11~ b/data/old/bad-license-tags-by-owner.~11~ new file mode 100644 index 0000000..40d2242 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~11~ @@ -0,0 +1,2648 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +cagney [1]: + frysk: "GPL" + +caillon [8]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + xulrunner: "MPL/LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [5]: + fonts-korean: "Distributable" + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [12]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [6]: + comps-extras: "GPL" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [3]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [7]: + convmv: "GPL" + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellm-themes: "GPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [17]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [5]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [11]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [9]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2039 out of 4746 (42.96%) [as of 2007-09-21 04:04 UTC] diff --git a/data/old/bad-license-tags-by-owner.~12~ b/data/old/bad-license-tags-by-owner.~12~ new file mode 100644 index 0000000..35a45a3 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~12~ @@ -0,0 +1,2653 @@ +abompard [7]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Jcode: "Artistic" + perl-Unicode-Map: "Artistic" + perl-Unicode-Map8: "Artistic" + perl-Unicode-MapUTF8: "Artistic" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +cagney [1]: + frysk: "GPL" + +caillon [8]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + xulrunner: "MPL/LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [5]: + fonts-korean: "Distributable" + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [12]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [5]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [6]: + comps-extras: "GPL" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [3]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [7]: + convmv: "GPL" + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellm-themes: "GPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [17]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [5]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [26]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [11]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [9]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2044 out of 4746 (43.07%) [as of 2007-09-21 17:39 UTC] diff --git a/data/old/bad-license-tags-by-owner.~13~ b/data/old/bad-license-tags-by-owner.~13~ new file mode 100644 index 0000000..aae39c9 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~13~ @@ -0,0 +1,2611 @@ +abompard [7]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Jcode: "Artistic" + perl-Unicode-Map: "Artistic" + perl-Unicode-Map8: "Artistic" + perl-Unicode-MapUTF8: "Artistic" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [15]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [2]: + alex: "BSD-like" + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [7]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [12]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [5]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [7]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [2]: + calcurse: "GPL" + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [4]: + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [10]: + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [4]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [7]: + convmv: "GPL" + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [24]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + redet: "GPL" + redet-doc: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [38]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [5]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [26]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [11]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [5]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2012 out of 4783 (42.07%) [as of 2007-09-27 16:45 UTC] diff --git a/data/old/bad-license-tags-by-owner.~14~ b/data/old/bad-license-tags-by-owner.~14~ new file mode 100644 index 0000000..9f33ecd --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~14~ @@ -0,0 +1,2604 @@ +abompard [3]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [15]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [2]: + alex: "BSD-like" + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [7]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [11]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [5]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [7]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [2]: + calcurse: "GPL" + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [4]: + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [10]: + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [4]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [6]: + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [24]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + redet: "GPL" + redet-doc: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [38]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [19]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [5]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [26]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [11]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [5]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2005 out of 4785 (41.90%) [as of 2007-09-27 18:53 UTC] diff --git a/data/old/bad-license-tags-by-owner.~15~ b/data/old/bad-license-tags-by-owner.~15~ new file mode 100644 index 0000000..be3cf93 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~15~ @@ -0,0 +1,2576 @@ +abompard [3]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [15]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [3]: + mtools: "GPlv2+" + psgml: "GPL" + python-adns: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +ben [1]: + ketchup: "GPL" + +bernie [1]: + abyssinica-fonts: "SIL Open Font License" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [2]: + alex: "BSD-like" + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [130]: + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [13]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPLv2" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [3]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [7]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [11]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [5]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [17]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [2]: + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [7]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [6]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [2]: + calcurse: "GPL" + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [4]: + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [10]: + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [1]: + koan: "GPL" + +mdomsch [4]: + dkms: "GPL" + gpp: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [4]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [6]: + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + redet: "GPL" + redet-doc: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [38]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [9]: + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [19]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [7]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [10]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [5]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [26]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [9]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [3]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [5]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [8]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [30]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 1979 out of 4811 (41.13%) [as of 2007-10-04 17:58 UTC] diff --git a/data/old/bad-license-tags-by-owner.~16~ b/data/old/bad-license-tags-by-owner.~16~ new file mode 100644 index 0000000..976eab3 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~16~ @@ -0,0 +1,2572 @@ +abompard [3]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [15]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [3]: + mtools: "GPlv2+" + psgml: "GPL" + python-adns: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [2]: + alex: "BSD-like" + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [130]: + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [13]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPLv2" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [3]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [7]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [11]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [5]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [17]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [2]: + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [7]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [6]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [2]: + calcurse: "GPL" + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [4]: + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [10]: + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [1]: + koan: "GPL" + +mdomsch [4]: + dkms: "GPL" + gpp: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [4]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [6]: + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + redet: "GPL" + redet-doc: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [38]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [9]: + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [19]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [7]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [10]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [5]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [26]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [9]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [3]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [5]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [8]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [21]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [30]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 1977 out of 4821 (41.01%) [as of 2007-10-08 00:46 UTC] diff --git a/data/old/bad-license-tags-by-owner.~17~ b/data/old/bad-license-tags-by-owner.~17~ new file mode 100644 index 0000000..aa5e6a6 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~17~ @@ -0,0 +1,2388 @@ +abompard [3]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [5]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [2]: + perl-SVG-Graph: "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [1]: + qstat: "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [13]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [3]: + mtools: "GPlv2+" + psgml: "GPL" + python-adns: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [7]: + docker: "GPL" + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [2]: + alex: "BSD-like" + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [3]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [115]: + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "Artistic" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "Artistic" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [13]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPLv2" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [5]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [2]: + MyPasswordSafe: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [7]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [4]: + Sprog: "GPL" "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [1]: + mantis: "GPL" + +green [15]: + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [11]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [37]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [4]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [17]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [2]: + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [11]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [71]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Gtk2: "LGPL" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [2]: + nc6: "GPL" + net-snmp: "CMU" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [1]: + meanwhile: "GNU Free Documentation License" + +jwilson [15]: + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + hdhomerun: "LGPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [5]: + cgoban: "GPL" + gnuchess: "GPL" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [10]: + cairo-java: "LGPL" + gawk: "GPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [6]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + mercurial: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [2]: + dbh: "LGPL" + munin: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [4]: + PythonCAD: "GPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [4]: + gnome-applet-vm: "GPL" + lslk: "Distributable" + lsof: "Distributable" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [2]: + calcurse: "GPL" + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [4]: + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [10]: + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [6]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + +mdehaan [1]: + koan: "GPL" + +mdomsch [4]: + dkms: "GPL" + gpp: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [3]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [4]: + cacti: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [3]: + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [10]: + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-String-Approx: "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + redet: "GPL" + redet-doc: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [27]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-File-MimeInfo: "GPL" "Artistic" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [9]: + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [18]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [6]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + +pgordon [9]: + glabels: "GFDLv1.1+" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [11]: + driftnet: "GPL" + fetchlog: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [7]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [3]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + madan-fonts: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [10]: + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rishi [1]: + tla: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [3]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [14]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TimeDate: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [4]: + dirvish: "OSL" + kanatest: "GPL" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [11]: + fedora-gnome-theme: "GPL" + fedora-screensaver-theme: "GPL" + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [3]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [4]: + evolution-remove-duplicates: "GPL" + gnugo: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [123]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [4]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + +subhodip [1]: + ddclient: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [26]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [4]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [7]: + avarice: "GPL" + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + uisp: "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [4]: + bonnie++: "GPL" + memtest86+: "GPL" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [21]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [29]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 1793 out of 4881 (36.73%) [as of 2007-10-17 21:04 UTC] diff --git a/data/old/bad-license-tags-by-owner.~18~ b/data/old/bad-license-tags-by-owner.~18~ new file mode 100644 index 0000000..5ba5471 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~18~ @@ -0,0 +1,2352 @@ +abompard [3]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [5]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [2]: + perl-SVG-Graph: "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [1]: + qstat: "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [13]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [3]: + mtools: "GPlv2+" + psgml: "GPL" + python-adns: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +behdad [10]: + cairo: "LGPL/MPL" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [2]: + alex: "BSD-like" + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +caillon [6]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [3]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [106]: + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBIx-POS: "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "Artistic" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [13]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPLv2" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [2]: + exaile: "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [5]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [7]: + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [2]: + MyPasswordSafe: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +gajownik [7]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gecko-maint [1]: + epiphany: "GFDL+" + +gemi [30]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [4]: + Sprog: "GPL" "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [1]: + mantis: "GPL" + +green [14]: + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + libfreebob: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [11]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [37]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [4]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [17]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [2]: + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [10]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [1]: + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [71]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Gtk2: "LGPL" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [2]: + nc6: "GPL" + net-snmp: "CMU" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [1]: + meanwhile: "GNU Free Documentation License" + +jwilson [14]: + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [5]: + cgoban: "GPL" + gnuchess: "GPL" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [10]: + cairo-java: "LGPL" + gawk: "GPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [4]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + rhpl: "GPL" + +kevin [2]: + dbh: "LGPL" + munin: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [4]: + PythonCAD: "GPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [4]: + gnome-applet-vm: "GPL" + lslk: "Distributable" + lsof: "Distributable" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [2]: + calcurse: "GPL" + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [4]: + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [10]: + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [6]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + +mdehaan [1]: + koan: "GPL" + +mdomsch [4]: + dkms: "GPL" + gpp: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [3]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [3]: + cacti: "GPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +mtasaka [5]: + mecab: "LGPL+" + mecab-java: "LGPL+" + perl-mecab: "LGPL+" + python-mecab: "LGPL+" + ruby-mecab: "LGPL+" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [3]: + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [10]: + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-String-Approx: "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + redet: "GPL" + redet-doc: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [8]: + coreutils: "GPL" + docbook-style-dsssl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [25]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-File-MimeInfo: "GPL" "Artistic" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [9]: + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [18]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [4]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + grepmail: "GPL" + perl-Tie-EncryptedHash: "Artistic" + +pgordon [9]: + glabels: "GFDLv1.1+" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [11]: + driftnet: "GPL" + fetchlog: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [7]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [3]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + madan-fonts: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [10]: + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rishi [1]: + tla: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [3]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [12]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-LDAP: "GPL" "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TimeDate: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [4]: + dirvish: "OSL" + kanatest: "GPL" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [9]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [3]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + +ryo [6]: + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [4]: + evolution-remove-duplicates: "GPL" + gnugo: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [32]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [9]: + horde: "LGPL" + ingo: "Apache Software License 1.0" + jeta: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License 1.0" + +steve [123]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pam_mysql: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + +stransky [4]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + +subhodip [1]: + ddclient: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [26]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [4]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [7]: + avarice: "GPL" + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + uisp: "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [10]: + gd: "GPL" + gmp: "LGPL" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [4]: + bonnie++: "GPL" + memtest86+: "GPL" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [21]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [29]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 1757 out of 4909 (35.79%) [as of 2007-10-25 17:10 UTC] diff --git a/data/old/bad-license-tags-by-owner.~19~ b/data/old/bad-license-tags-by-owner.~19~ new file mode 100644 index 0000000..2737ff2 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~19~ @@ -0,0 +1,2252 @@ +abompard [4]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Unicode-String: "Artistic" + psi: "GPL" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [4]: + bogofilter: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [2]: + perl-SVG-Graph: "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [2]: + curlftpfs: "GPL" + mod_auth_shadow: "GPL" + +andriy [1]: + qstat: "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [13]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [3]: + mtools: "GPlv2+" + psgml: "GPL" + python-adns: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +behdad [8]: + cairo: "LGPL/MPL" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [7]: + dwatch: "GPL" + gdome2: "LGPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + alex: "BSD-like" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +caillon [6]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + baekmuk-bdf-fonts: "Baekmuk" + baekmuk-ttf-fonts: "Baekmuk" "Baekmuk" "Baekmuk" + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [2]: + ifm: "GPL" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [115]: + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBIx-POS: "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "Artistic" + perl-aliased: "GPL" "Artistic" + perl-pmtools: "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [13]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPLv2" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [2]: + exaile: "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [5]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [14]: + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [7]: + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [2]: + MyPasswordSafe: "GPL" + pwsafe: "GPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +gajownik [6]: + athcool: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gecko-maint [1]: + epiphany: "GFDL+" + +gemi [28]: + GtkAda: "GPL" + abcMIDI: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [4]: + Sprog: "GPL" "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [1]: + mantis: "GPL" + +green [14]: + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + libfreebob: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [12]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [8]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [11]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [37]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPLv2+ with exceptions" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [2]: + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [16]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [2]: + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [7]: + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + salinfo: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [8]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [1]: + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpye [1]: + fityk: "GPL" + +jsafrane [2]: + nc6: "GPL" + net-snmp: "CMU" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [2]: + python-dateutil: "Python Software Foundation License" + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [1]: + meanwhile: "GNU Free Documentation License" + +jwilson [14]: + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [4]: + alfont: "FTL" + freetype1: "FTL" + hawknl: "LGPL2+" + imlib2: "Imlib2" + +kaboom [5]: + cgoban: "GPL" + gnuchess: "GPL" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [10]: + cairo-java: "LGPL" + gawk: "GPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + pirut: "GPL" + rhpl: "GPL" + +kevin [1]: + munin: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + CTL: "AMPAS BSD" + PythonCAD: "GPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [4]: + gnome-applet-vm: "GPL" + lslk: "Distributable" + lsof: "Distributable" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [3]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [1]: + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [4]: + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [7]: + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [6]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + +mdehaan [1]: + koan: "GPL" + +mdomsch [4]: + dkms: "GPL" + gpp: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [3]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [3]: + cacti: "GPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mnagy [9]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + ppp: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + vsftpd: "GPL" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [1]: + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [2]: + filelight: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + stix-fonts: "STIX" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [3]: + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [6]: + cleanfeed: "distributable" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + mkbootdisk: "GPL" + system-config-bind: "GPL" + +orion [8]: + R-systemfit: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-String-Approx: "Artistic" + +orphan [19]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [3]: + jadetex: "Distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [3]: + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [1]: + balsa: "GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [24]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + bes: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-File-MimeInfo: "GPL" "Artistic" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [9]: + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [18]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [3]: + bittorrent: "BitTorrent Open Source License" + grepmail: "GPL" + perl-Tie-EncryptedHash: "Artistic" + +pgordon [9]: + glabels: "GFDLv1.1+" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [11]: + driftnet: "GPL" + fetchlog: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [7]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [3]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + madan-fonts: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [9]: + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rishi [2]: + redet: "GPL" + redet-doc: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [3]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + svrcore: "MPL/GPL/LGPL" + +rmyers [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +rnorwood [16]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-LDAP: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-TimeDate: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [3]: + dirvish: "OSL" + kanatest: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [7]: + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + tomboy: "LGPL+" + +ruben [12]: + Perlbal: "GPL" "Artistic" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [3]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + +ryo [6]: + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [5]: + evolution-remove-duplicates: "GPL" + gnugo: "GPL" + pdfjam: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [30]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +spot [13]: + AcetoneISO: "GPL" + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + perl-GD: "Artistic" + perl-Gtk2: "LGPL" + perl-HTTP-Recorder: "GPL" + perl-IPC-Shareable: "GPL" + perl-Image-Size: "Artistic" + perl-SNMP_Session: "Artistic" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [9]: + horde: "LGPL" + ingo: "Apache Software License 1.0" + jeta: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License 1.0" + +steve [129]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pam_mysql: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + +stransky [4]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + +subhodip [2]: + dbh: "LGPL" + ddclient: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [23]: + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "Python Software Foundation License v2" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + wordtrans: "GPL" + xferstats: "GPL" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [4]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + +thouveng [1]: + elsa: "GPL" + +timj [5]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [7]: + avarice: "GPL" + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + uisp: "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [4]: + apcupsd: "GPL" + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [3]: + SDL: "LGPL" + postfix: "IBM Public License" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [8]: + gd: "GPL" + gmp: "LGPL" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [4]: + bonnie++: "GPL" + memtest86+: "GPL" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [21]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [26]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 1667 out of 5070 (32.88%) [as of 2007-11-28 23:21 UTC] diff --git a/data/old/bad-license-tags-by-owner.~1~ b/data/old/bad-license-tags-by-owner.~1~ new file mode 100644 index 0000000..60a70fa --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~1~ @@ -0,0 +1,2761 @@ +aalam [8]: + aspell-bn: "GPL" + aspell-gu: "GPL" + aspell-hi: "GPL" + aspell-mr: "GPL" + aspell-or: "GPL" + aspell-pa: "GPL" + aspell-ta: "GPL" + aspell-te: "GPL" + +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [12]: + bogofilter: "GPL" + gmpc: "GPL" + grip: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LGPL" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [14]: + perl-Ace: "GPL" "Artistic" + perl-AutoClass: "GPL" "Artistic" + perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" + perl-Data-Stag: "GPL" "Artistic" + perl-GD-SVG: "GPL" "Artistic" + perl-Math-Derivative: "GPL" "Artistic" + perl-Math-Spline: "GPL" "Artistic" + perl-PostScript: "GPL" "Artistic" + perl-SVG-Graph: "Artistic" + perl-Text-Shellwords: "GPL" "Artistic" + perl-XML-DOM-XPath: "GPL" "Artistic" + perl-XML-XPathEngine: "GPL" "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [10]: + clutter: "LGPL" + clutter-gst: "LGPL" + clutter-gtk: "LGPL" + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + pyclutter: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [19]: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [9]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + freetype: "BSD/GPL dual license" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [2]: + eclipse: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [4]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chitlesh [3]: + geda-docs: "GPL" + geda-examples: "GPL" + geda-symbols: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [4]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [23]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" + perl-Class-Autouse: "GPL" "Artistic" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-DBIx-SearchBuilder: "GPL" "Artistic" + perl-ExtUtils-AutoInstall: "GPL" "Artistic" + perl-File-Find-Rule: "Artistic" "GPL" + perl-HTML-Format: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Locale-Maketext-Lexicon: "GPL" "Artistic" + perl-Mail-GnuPG: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Pod-Tests: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + qhull: "Distributable" + rt3: "GPL" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +denis [1]: + hamlib: "LGPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +fangq [1]: + wqy-bitmap-fonts: "GPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [34]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [11]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [4]: + createrepo: "GPL" + netlabel_tools: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [2]: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [2]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [4]: + alfont: "BSD-like" + freetype1: "BSD-like" + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [6]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + squashfs-tools: "GPL" + yum-metadata-parser: "GPL" + +kevin [4]: + dbh: "LGPL" + fwrestart: "GPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [5]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [6]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavucontrol: "GPL" + pavumeter: "GPL" + pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [15]: + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [5]: + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [8]: + GeoIP: "LGPL" + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [6]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + usermode: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [9]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [14]: + bzflag: "LGPL" + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + ppracer: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + ufraw: "GPL" + xsane: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [6]: + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [42]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich [2]: + cpio: "GPL" + dstat: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [6]: + bug-buddy: "GPL" + gnome-mime-data: "GPL" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [5]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [12]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPL" + zeroinstall-injector: "LGPL" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [1]: + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [2]: + pam_smb: "GPL" + rsync: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [3]: + BackupPC: "GPL" + kftpgrabber: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [26]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [39]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [11]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2138 out of 4696 (45.53%) [as of 2007-09-02 17:08 UTC] diff --git a/data/old/bad-license-tags-by-owner.~20~ b/data/old/bad-license-tags-by-owner.~20~ new file mode 100644 index 0000000..cc8c0ca --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~20~ @@ -0,0 +1,2188 @@ +abompard [3]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + psi: "GPL" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [3]: + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + +afb [1]: + slim: "GPL" + +ajax [7]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [10]: + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [2]: + perl-SVG-Graph: "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [2]: + curlftpfs: "GPL" + mod_auth_shadow: "GPL" + +andriy [1]: + qstat: "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [13]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [3]: + mtools: "GPlv2+" + psgml: "GPL" + python-adns: "GPL" + +ausil [2]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + +awjb [5]: + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +behdad [8]: + cairo: "LGPL/MPL" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + +ben [1]: + ketchup: "GPL" + +berrange [3]: + autobuild-applet: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [7]: + dwatch: "GPL" + gdome2: "LGPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + alex: "BSD-like" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +caillon [5]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [4]: + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [2]: + ifm: "GPL" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [115]: + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBIx-POS: "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "Artistic" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "Artistic" + perl-aliased: "GPL" "Artistic" + perl-pmtools: "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [11]: + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPLv2" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 3.0" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [2]: + exaile: "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [5]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [14]: + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [7]: + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [2]: + MyPasswordSafe: "GPL" + pwsafe: "GPL" + +farnold [1]: + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +gajownik [6]: + athcool: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gecko-maint [1]: + epiphany: "GFDL+" + +gemi [27]: + GtkAda: "GPL" + abcMIDI: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + polyml: "LGPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [4]: + Sprog: "GPL" "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [1]: + mantis: "GPL" + +green [14]: + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + libfreebob: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [11]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [1]: + system-config-boot: "GPL" + +hardaker [7]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [11]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [37]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [4]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [2]: + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [15]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [2]: + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [7]: + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + salinfo: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [10]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + gd: "GPL" + licq: "GPL" + lynx: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [1]: + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpye [1]: + fityk: "GPL" + +jsafrane [2]: + nc6: "GPL" + net-snmp: "CMU" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [2]: + python-dateutil: "Python Software Foundation License" + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [1]: + meanwhile: "GNU Free Documentation License" + +jwilson [13]: + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [5]: + cgoban: "GPL" + gnuchess: "GPL" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [13]: + cairo-java: "LGPL" + dosfstools: "GPL" + gawk: "GPL" + gdbm: "GPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + mkbootdisk: "GPL" + specspo: "GPL" + +katzj [4]: + comps-extras: "GPL" + kvm: "GPLv2+, LGPLv2+" + livecd-tools: "GPL" + pirut: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [4]: + PythonCAD: "GPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [4]: + gnome-applet-vm: "GPL" + lslk: "Distributable" + lsof: "Distributable" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [3]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [1]: + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [3]: + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [4]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + lvm2: "LGPLv2.1" "LGPLv2.1" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [6]: + file: "Distributable" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [6]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + +mdehaan [1]: + koan: "GPL" + +mdomsch [4]: + dkms: "GPL" + gpp: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [3]: + bogl: "GPL" + foobillard: "GPL" + python-4Suite-XML: "Apacheish" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + flac: "LGPL/GPL" + +mmaslano [2]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + +mmcgrath [3]: + cacti: "GPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mnagy [9]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + ppp: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + vsftpd: "GPL" + +mpg [3]: + sugar: "GPL/LGPL" + sugar-artwork: "GPL" + sugar-datastore: "GPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [1]: + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [2]: + filelight: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [2]: + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + cleanfeed: "distributable" + inn: "GPL" + system-config-bind: "GPL" + +orion [8]: + R-systemfit: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-String-Approx: "Artistic" + +orphan [19]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + windowlab: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [3]: + jadetex: "Distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [3]: + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [1]: + balsa: "GPL" + +pcheung [16]: + ant: "Apache Software License" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [23]: + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + bes: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-File-MimeInfo: "GPL" "Artistic" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + wdm: "GPL" + wmix: "GPL" + +peter [9]: + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +pfj [14]: + CastPodder: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + +pfkeb [1]: + HippoDraw: "GPL" + +pghmcfc [3]: + bittorrent: "BitTorrent Open Source License" + grepmail: "GPL" + perl-Tie-EncryptedHash: "Artistic" + +pgordon [9]: + glabels: "GFDLv1.1+" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [11]: + driftnet: "GPL" + fetchlog: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [7]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [3]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + madan-fonts: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [8]: + php-pear-Net-DIME: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rishi [3]: + anjuta: "GPL" + anjuta-gdl: "GPL" + gnome-build: "GPL" + +rjones [8]: + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [3]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + svrcore: "MPL/GPL/LGPL" + +rmyers [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +rnorwood [15]: + perl-Bit-Vector: "GPL" "Artistic" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-LDAP: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-TimeDate: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [3]: + dirvish: "OSL" + kanatest: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [5]: + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + translate-toolkit: "GPL" + +rstrode [9]: + fedora-gnome-theme: "GPL" + fedora-screensaver-theme: "GPL" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + tomboy: "LGPL+" + +ruben [11]: + Perlbal: "GPL" "Artistic" + incron: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [7]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + papyrus: "LGPL" + +rvokal [3]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + +ryo [6]: + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [5]: + evolution-remove-duplicates: "GPL" + gnugo: "GPL" + pdfjam: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [2]: + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "Python License" "Zope Public License v 2.1" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +silfreed [1]: + syslog-ng: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [30]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +spot [10]: + AcetoneISO: "GPL" + asymptote: "GPL" + libcgi: "LGPL" + perl-GD: "Artistic" + perl-Gtk2: "LGPL" + perl-HTTP-Recorder: "GPL" + perl-IPC-Shareable: "GPL" + perl-SNMP_Session: "Artistic" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [9]: + horde: "LGPL" + ingo: "Apache Software License 1.0" + jeta: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License 1.0" + +steve [119]: + amavisd-new: "GPL" + celestia: "GPL" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [9]: + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pam_mysql: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + +stransky [4]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + +subhodip [2]: + dbh: "LGPL" + ddclient: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [21]: + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "Python Software Foundation License v2" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + wordtrans: "GPL" + xferstats: "GPL" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [3]: + flumotion: "GPL" + ladspa: "LGPL" + mod_annodex: "Apache Software License" + +thouveng [1]: + elsa: "GPL" + +timj [5]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [1]: + ksplash-engine-moodin: "GPL" + +trondd [7]: + avarice: "GPL" + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + uisp: "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [4]: + apcupsd: "GPL" + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [3]: + SDL: "LGPL" + postfix: "IBM Public License" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [6]: + gmp: "LGPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [4]: + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [4]: + bonnie++: "GPL" + memtest86+: "GPL" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [21]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Lucida" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [26]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [9]: + libhangul: "LGPL" + pydict: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [4]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + fbset: "GPL" + +Invalid licenses: 1609 out of 5161 (31.18%) [as of 2007-12-20 06:59 UTC] diff --git a/data/old/bad-license-tags-by-owner.~2~ b/data/old/bad-license-tags-by-owner.~2~ new file mode 100644 index 0000000..2122883 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~2~ @@ -0,0 +1,2712 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [11]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [6]: + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [19]: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [9]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + freetype: "BSD/GPL dual license" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [2]: + eclipse: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [4]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [4]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [15]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-Class-Autouse: "GPL" "Artistic" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-ExtUtils-AutoInstall: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +fangq [1]: + wqy-bitmap-fonts: "GPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [34]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [11]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [4]: + createrepo: "GPL" + netlabel_tools: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [2]: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [2]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [4]: + alfont: "BSD-like" + freetype1: "BSD-like" + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [4]: + dbh: "LGPL" + fwrestart: "GPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [5]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [6]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavucontrol: "GPL" + pavumeter: "GPL" + pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [15]: + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [5]: + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [8]: + GeoIP: "LGPL" + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [6]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + usermode: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [9]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [14]: + bzflag: "LGPL" + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + ppracer: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + ufraw: "GPL" + xsane: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [6]: + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [42]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [6]: + bug-buddy: "GPL" + gnome-mime-data: "GPL" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [5]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [12]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPL" + zeroinstall-injector: "LGPL" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [1]: + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [2]: + pam_smb: "GPL" + rsync: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [26]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [39]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2097 out of 4700 (44.62%) [as of 2007-09-04 16:58 UTC] diff --git a/data/old/bad-license-tags-by-owner.~3~ b/data/old/bad-license-tags-by-owner.~3~ new file mode 100644 index 0000000..832890f --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~3~ @@ -0,0 +1,2697 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [11]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [6]: + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [19]: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [9]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + freetype: "BSD/GPL dual license" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [4]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [4]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [13]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +fangq [1]: + wqy-bitmap-fonts: "GPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [34]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [11]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [2]: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [4]: + alfont: "FTL" + freetype1: "FTL" + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [5]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [4]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [15]: + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [5]: + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [7]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [9]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [10]: + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [42]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [5]: + gnome-mime-data: "GPL" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [5]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [12]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPLv2.1" + zeroinstall-injector: "LGPL" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [26]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [39]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2084 out of 4703 (44.31%) [as of 2007-09-05 22:48 UTC] diff --git a/data/old/bad-license-tags-by-owner.~4~ b/data/old/bad-license-tags-by-owner.~4~ new file mode 100644 index 0000000..131b86d --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~4~ @@ -0,0 +1,2725 @@ +abompard [7]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Jcode: "Artistic" + perl-Unicode-Map: "Artistic" + perl-Unicode-Map8: "Artistic" + perl-Unicode-MapUTF8: "Artistic" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [11]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [6]: + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [19]: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [4]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [13]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [16]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +fangq [1]: + wqy-bitmap-fonts: "GPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [34]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [2]: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [2]: + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [4]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [7]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [9]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [10]: + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [42]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [26]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [12]: + control-center: "GFDL+" + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [5]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [12]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPLv2.1" + zeroinstall-injector: "LGPL" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [26]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [39]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2110 out of 4703 (44.86%) [as of 2007-09-06 01:08 UTC] diff --git a/data/old/bad-license-tags-by-owner.~5~ b/data/old/bad-license-tags-by-owner.~5~ new file mode 100644 index 0000000..d261ed3 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~5~ @@ -0,0 +1,2716 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [11]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [6]: + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [19]: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [4]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [13]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [16]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +fangq [1]: + wqy-bitmap-fonts: "GPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [34]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [2]: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [2]: + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [4]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [7]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [9]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [10]: + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [42]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [12]: + control-center: "GFDL+" + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [5]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [12]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPLv2.1" + zeroinstall-injector: "LGPL" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [26]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [39]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2103 out of 4703 (44.72%) [as of 2007-09-06 01:09 UTC] diff --git a/data/old/bad-license-tags-by-owner.~6~ b/data/old/bad-license-tags-by-owner.~6~ new file mode 100644 index 0000000..ffe71de --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~6~ @@ -0,0 +1,2697 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [11]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [6]: + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [19]: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-Regexp-Common: "Artistic" + perl-Test-Inline: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [16]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [34]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [2]: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [4]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [7]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [10]: + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [12]: + control-center: "GFDL+" + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [12]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPLv2.1" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [39]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2086 out of 4706 (44.33%) [as of 2007-09-06 22:26 UTC] diff --git a/data/old/bad-license-tags-by-owner.~7~ b/data/old/bad-license-tags-by-owner.~7~ new file mode 100644 index 0000000..bb961e3 --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~7~ @@ -0,0 +1,2693 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [11]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [5]: + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [7]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-Inline: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [16]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [33]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [4]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [7]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [10]: + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [12]: + control-center: "GFDL+" + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [11]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2080 out of 4711 (44.15%) [as of 2007-09-08 23:47 UTC] diff --git a/data/old/bad-license-tags-by-owner.~8~ b/data/old/bad-license-tags-by-owner.~8~ new file mode 100644 index 0000000..ca5c0fe --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~8~ @@ -0,0 +1,2693 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [11]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [5]: + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [7]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [7]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-Inline: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [16]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [33]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [4]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [7]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [10]: + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [12]: + control-center: "GFDL+" + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [11]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2080 out of 4711 (44.15%) [as of 2007-09-09 22:13 UTC] diff --git a/data/old/bad-license-tags-by-owner.~9~ b/data/old/bad-license-tags-by-owner.~9~ new file mode 100644 index 0000000..47becec --- /dev/null +++ b/data/old/bad-license-tags-by-owner.~9~ @@ -0,0 +1,2681 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [11]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [8]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + xulrunner: "MPL/LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [5]: + fonts-korean: "Distributable" + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [7]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-Inline: "GPL" "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [16]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [5]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [4]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "FDL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [8]: + convmv: "GPL" + dcraw: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [12]: + control-center: "GFDL+" + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [11]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tagoh [1]: + uim: "LGPL+" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2068 out of 4729 (43.73%) [as of 2007-09-14 12:47 UTC] diff --git a/data/old/bad-license-tags-by-owner2 b/data/old/bad-license-tags-by-owner2 new file mode 100644 index 0000000..8cce00c --- /dev/null +++ b/data/old/bad-license-tags-by-owner2 @@ -0,0 +1,2653 @@ +abompard [7]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Jcode: "Artistic" + perl-Unicode-Map: "Artistic" + perl-Unicode-Map8: "Artistic" + perl-Unicode-MapUTF8: "Artistic" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +cagney [1]: + frysk: "GPL" + +caillon [8]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + xulrunner: "MPL/LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [5]: + fonts-korean: "Distributable" + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [12]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [5]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [6]: + comps-extras: "GPL" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [3]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [7]: + convmv: "GPL" + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellm-themes: "GPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [17]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [5]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [26]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [11]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [9]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2044 out of 4746 (43.07%) [as of 2007-09-21 04:28 UTC] diff --git a/data/old/bad-license-tags-by-owner3 b/data/old/bad-license-tags-by-owner3 new file mode 100644 index 0000000..9172a51 --- /dev/null +++ b/data/old/bad-license-tags-by-owner3 @@ -0,0 +1,2644 @@ +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +cagney [1]: + frysk: "GPL" + +caillon [8]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + xulrunner: "MPL/LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [5]: + fonts-korean: "Distributable" + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [12]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [5]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [6]: + comps-extras: "GPL" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [3]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [7]: + convmv: "GPL" + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellm-themes: "GPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [17]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [5]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [11]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [9]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2037 out of 4746 (42.92%) [as of 2007-09-21 04:43 UTC] diff --git a/data/old/bad-license-tags-by-owner4 b/data/old/bad-license-tags-by-owner4 new file mode 100644 index 0000000..600e9a8 --- /dev/null +++ b/data/old/bad-license-tags-by-owner4 @@ -0,0 +1,2653 @@ +abompard [7]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + perl-Jcode: "Artistic" + perl-Unicode-Map: "Artistic" + perl-Unicode-Map8: "Artistic" + perl-Unicode-MapUTF8: "Artistic" + perl-Unicode-String: "Artistic" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [10]: + bogofilter: "GPL" + gmpc: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LPGLv2+" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [3]: + perl-SVG-Graph: "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [4]: + multiget: "GPL" + perl-Crypt-Simple: "GPL" + ruby-cairo: "Ruby License/GPL" + siege: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [3]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + wdaemon: "GPL" + +ascii [1]: + fish: "GPL" + +athimm [16]: + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [11]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + eog: "GFDL+" + freetype: "BSD/GPL dual license" + gnome-terminal: "GFDL+" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [1]: + eclipse-egit: "EPL GPLv2 LGPLv2" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +cagney [1]: + frysk: "GPL" + +caillon [8]: + epiphany: "GFDL+" + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + gnome-netstatus: "GFDL+" + gnome-nettool: "GFDL+" + libnl: "LGPL" + xulrunner: "MPL/LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [5]: + fonts-korean: "Distributable" + libchewing: "GPL" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [3]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [6]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-IPC-Run3: "Artistic" + perl-Regexp-Common: "Artistic" + qhull: "Distributable" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +ctrl-center-team [1]: + control-center: "GFDL+" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-power-manager: "GFDL+" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [2]: + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "GPL+ with exceptions" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [31]: + GtkAda: "GPL" + abcMIDI: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [13]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-media: "GFDL+" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + rhythmbox: "GFDL+" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [12]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [5]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [3]: + createrepo: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [1]: + notify-python: "LGPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jjohnstn [3]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +jkeating [12]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +joshuadf [1]: + alpine: "Apache Software License" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [24]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [1]: + hawknl: "LGPL2+" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [8]: + automake14: "GPL" + automake15: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [6]: + comps-extras: "GPL" + livecd-tools: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + yum-metadata-parser: "GPL" + +kevin [3]: + dbh: "LGPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [6]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + evince: "GFDL+" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [5]: + gstreamer-plugins-pulse: "LGPL" + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavumeter: "GPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [7]: + nethack: "NetHack General Public License" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [17]: + evolution: "GFDL+" + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-doc-utils: "GFDL+" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [3]: + JSDoc: "GPL" + cycle: "GPL" + vim-vimoutliner: "GPL" + +mclasen [8]: + glade2: "GFDL+" + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + gtk-doc: "GFDL+" + gucharmap: "GFDL+" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [5]: + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + pfqueue: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [5]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mlichvar [1]: + procmail: "Artistic" + +mmaslano [3]: + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [8]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [1]: + sugar: "GPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [25]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +navid [1]: + sos: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [4]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [7]: + convmv: "GPL" + dcraw: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [3]: + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [23]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellm-themes: "GPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [7]: + eclipse: "Eclipse Public License" + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [17]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [41]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [8]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich [1]: + system-config-netboot: "GPL" + +rcritten [3]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [5]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [26]: + perl: "Artistic" + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [1]: + perl-Razor-Agent: "Artistic" + +robmv [5]: + dirvish: "OSL" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [11]: + gconf-editor: "GFDL+" + gedit: "GFDL+" + gnome-applets: "GFDL+" + gnome-games: "GFDL+" + gnome-mime-data: "GPL" + gnome-panel: "GFDL+" + gnome-user-docs: "GFDL+" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [13]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [4]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [9]: + evolution-remove-duplicates: "GPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + spicctrl: "GPL" + zeroinstall-injector: "LGPLv2.1" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [2]: + netlabel_tools: "GPL" + openswan: "GPL" + +scop [1]: + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [1]: + pam_smb: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [5]: + epel-release: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [5]: + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [27]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [2]: + BackupPC: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [5]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + sdcc: "GPL" "GPL" + +tscherf [6]: + Miro: "GPL" + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [22]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [38]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [10]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2044 out of 4746 (43.07%) [as of 2007-09-21 16:54 UTC] diff --git a/data/old/bad-license-tags-by-owner~ b/data/old/bad-license-tags-by-owner~ new file mode 100644 index 0000000..e32d9ab --- /dev/null +++ b/data/old/bad-license-tags-by-owner~ @@ -0,0 +1,2765 @@ +aalam [8]: + aspell-bn: "GPL" + aspell-gu: "GPL" + aspell-hi: "GPL" + aspell-mr: "GPL" + aspell-or: "GPL" + aspell-pa: "GPL" + aspell-ta: "GPL" + aspell-te: "GPL" + +abompard [2]: + HelixPlayer: "RPSL, GPL" + glest-data: "Distributable" + +aconway [2]: + qpidc: "Apache Software License" + rhm: "LGPL" + +adalloz [4]: + keychain: "GPL" + mbuffer: "GPL" + pam_abl: "GPL" + pan: "GPL" + +addutko [2]: + astyle: "LGPL" + mrxvt: "GPL" + +adrian [12]: + bogofilter: "GPL" + gmpc: "GPL" + grip: "GPL" + ibmonitor: "GPL" + kover: "GPL" + ninja: "GPL" + sopwith: "GPL" + source-highlight: "GPL" + uudeview: "GPL" + vnstat: "GPL" + xdesktopwaves: "GPL" + xmlindent: "GPL" + +afb [1]: + slim: "GPL" + +ajax [8]: + gstreamer: "LGPL" + gstreamer-plugins-base: "LGPL" + gstreamer-plugins-good: "LGPL" + mesa-libGLw: "MIT/X11" + powertop: "GPL" + pyxf86config: "GPL" + system-config-display: "GPL" + wdfs: "GPL" + +alexl [11]: + beagle: "LGPL" + gamin: "LGPL" + gnome-sharp: "LGPL" + gnome-vfs2: "LGPL+" + gsf-sharp: "GPL" + gtk-sharp2: "LGPL" + libgdiplus: "MIT X11" + mono: "GPL, LGPL, MIT X11" + nautilus-cd-burner: "LGPL/GPL" + xdg-user-dirs: "GPL" + xdg-user-dirs-gtk: "GPL" + +alexlan [14]: + perl-Ace: "GPL" "Artistic" + perl-AutoClass: "GPL" "Artistic" + perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" + perl-Data-Stag: "GPL" "Artistic" + perl-GD-SVG: "GPL" "Artistic" + perl-Math-Derivative: "GPL" "Artistic" + perl-Math-Spline: "GPL" "Artistic" + perl-PostScript: "GPL" "Artistic" + perl-SVG-Graph: "Artistic" + perl-Text-Shellwords: "GPL" "Artistic" + perl-XML-DOM-XPath: "GPL" "Artistic" + perl-XML-XPathEngine: "GPL" "Artistic" + perl-bioperl: "GPL" "Artistic" + perl-bioperl-run: "GPL" "Artistic" + +allisson [10]: + clutter: "LGPL" + clutter-gst: "LGPL" + clutter-gtk: "LGPL" + keyjnote: "GPL" + multiget: "GPL" + perl-Crypt-Simple: "GPL" + pyclutter: "GPL" + ruby-cairo: "Ruby License/GPL" + ruby-gnome2: "LGPL" + siege: "GPL" + +anaconda-maint [1]: + anaconda: "GPL" + +anderson [4]: + bibletime: "GPL" + curlftpfs: "GPL" + kio_sword: "GPL" + mod_auth_shadow: "GPL" + +andriy [2]: + qstat: "Artistic" + renrot: "GPL" "Artistic" + +andyp [1]: + pybackpack: "GPL" + +arozansk [2]: + edac-utils: "GPL" + linuxwacom: "GPL/X11" + +ascii [1]: + fish: "GPL" + +athimm [19]: + chrpath: "GPL" + fail2ban: "GPL" + fakechroot: "LGPL" + fakeroot: "GPL" + fedora-package-config-apt: "GPL" + fedora-package-config-smart: "GPL" + freenx: "GPL" + gnustep-make: "GPL" + greylistd: "GPL" + libFoundation: "libFoundation license" + libcdaudio: "GPL2" + mediawiki: "GPL" + nx: "GPL, MIT/X11 for X11 bits" + perl-Text-CharWidth: "GPL" "Artistic" + perl-Text-WrapI18N: "GPL" "Artistic" + po4a: "GPL" + smart: "GPL" + vtk: "BSD-like" + vtkdata: "BSD-like" + +atkac [2]: + mtools: "GPlv2+" + psgml: "GPL" + +ausil [3]: + dbus-qt: "AFL/GPLv2+" + kmobiletools: "GPL" + knetworkmanager: "GPL" + +awjb [6]: + koffice-langpack: "GPL" + libopensync-plugin-synce: "GPL" + multisync: "GPL" + perl-Tk: "GPL" "Artistic" + synce-trayicon: "GPL" + w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" + +bagnara [1]: + ppl: "GPL" + +behdad [9]: + cairo: "LGPL/MPL" + dejavu-lgc-fonts: "Redistributable, with restrictions" + freetype: "BSD/GPL dual license" + libao: "GPL" + libart_lgpl: "LGPL" + libgnomeprint22: "LGPL+" + libgnomeprintui22: "LGPL" + libthai: "LGPL" + vorbis-tools: "GPL" + +bellet [3]: + FlightGear: "GPL" + fgfs-Atlas: "GPL" + fgfs-base: "GPL" + +ben [1]: + ketchup: "GPL" + +berrange [4]: + autobuild-applet: "GPL" + perl-Test-AutoBuild: "GPL" + python-virtinst: "GPL" + virt-manager: "GPL" + +bjohnson [10]: + dbmail: "GPL" + dwatch: "GPL" + gdome2: "LGPL" + gscan2pdf: "GPL" + libsieve: "GPL" + mailgraph: "GPL" + pdfedit: "GPL" + perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" + queuegraph: "GPL" + unpaper: "GPL" + +bkonrath [2]: + eclipse: "Eclipse Public License" + eclipse-pydev: "Eclipse Public License" + +bkoz [1]: + boost: "Boost Software License" "GPL-Compatible, Free Software License" + +bos [1]: + ghc: "BSD style" + +bpeck [1]: + conmux: "GPL" + +bpepple [3]: + gaim-galago: "GPL" + gnome-blog: "GPL" + python-eyed3: "GPL" + +braden [1]: + openvrml: "LGPL" "GPL" "GPL" "GPL" + +buc [1]: + php-extras: "The PHP License" + +cagney [1]: + frysk: "GPL" + +caillon [4]: + epiphany-extensions: "LGPLv2.1+" + f-spot: "GPL" + gftp: "GPL" + libnl: "LGPL" + +candyz [1]: + gcin: "LGPL" + +caolanm [1]: + hunspell-he: "GPL" + +cbalint [3]: + grass: "GPL" + iverilog: "GPL" + ogdi: "BSD-like" + +cchance [6]: + fonts-korean: "Distributable" + libchewing: "GPL" + liberation-fonts: "GPL + font exception" + nhpf: "Distributable" + scim-chewing: "GPL" + scim-tables: "GPL" + +cfeist [2]: + cman: "GPL" + gfs2-utils: "GPL" + +cgrau [4]: + frotz: "GPL" + ifm: "GPL" + perl-Time-Piece: "GPL" "Artistic" + perl-Time-Piece-MySQL: "GPL" "Artistic" + +chabotc [5]: + buoh: "GPL" + libtorrent: "GPL" + php-pecl-apc: "PHP License" + rtorrent: "GPL" + themes-backgrounds-gnome: "GPL" + +chitlesh [3]: + geda-docs: "GPL" + geda-examples: "GPL" + geda-symbols: "GPL" + +chrisw [2]: + asciidoc: "GPL" + cogito: "GPL" + +clumens [4]: + MAKEDEV: "GPL" + elilo: "GPL" + gnu-efi: "GPL" + rhpxl: "GPL" + +coldwell [2]: + emacs: "GPL" + lsscsi: "GPL" + +corsepiu [26]: + OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" + help2man: "GPL" + opencv: "Intel Open Source License" + perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" + perl-Class-Autouse: "GPL" "Artistic" + perl-DBIx-DBSchema: "GPL" "Artistic" + perl-DBIx-SearchBuilder: "GPL" "Artistic" + perl-ExtUtils-AutoInstall: "GPL" "Artistic" + perl-File-Find-Rule: "Artistic" "GPL" + perl-File-Flat: "GPL" "Artistic" + perl-File-NCopy: "GPL" "Artistic" + perl-File-Slurp: "GPL" "Artistic" + perl-HTML-Format: "GPL" "Artistic" + perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" + perl-Locale-Maketext-Lexicon: "GPL" "Artistic" + perl-Mail-GnuPG: "GPL" "Artistic" + perl-Module-Refresh: "GPL" "Artistic" + perl-Params-Util: "GPL" "Artistic" + perl-Params-Validate: "GPL" "Artistic" + perl-Pod-Tests: "GPL" "Artistic" + perl-Regexp-Common: "Artistic" + perl-Test-ClassAPI: "GPL" "Artistic" + perl-Test-Inline: "GPL" "Artistic" + perl-Test-LongString: "GPL" "Artistic" + qhull: "Distributable" + rt3: "GPL" + +cr33dog [2]: + fontypython: "GPL" + ltsp-utils: "GPL" + +crash [1]: + crash: "GPL" + +cweyl [131]: + Zim: "GPL" "Artistic" + eiciel: "GPL" + gaim-gaym: "GPL" + hfsplus-tools: "Apple Public Source License" + perl-Acme-Damn: "GPL" "Artistic" + perl-Algorithm-C3: "GPL" "Artistic" + perl-Archive-Any: "GPL" "Artistic" + perl-CGI-Ajax: "GPL" "Artistic" + perl-CGI-Ex: "GPL" "Artistic" + perl-CGI-Prototype: "GPL" "Artistic" + perl-CPANPLUS-Dist-Build: "GPL" "Artistic" + perl-Catalyst-Action-RenderView: "GPL" "Artistic" + perl-Catalyst-Devel: "GPL" "Artistic" + perl-Catalyst-Manual: "GPL" "Artistic" + perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" + perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" + perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" + perl-Catalyst-Runtime: "GPL" "Artistic" + perl-Chatbot-Eliza: "GPL" "Artistic" + perl-Class-Base: "GPL" "Artistic" + perl-Class-C3: "GPL" "Artistic" + perl-Class-C3-XS: "GPL" "Artistic" + perl-Class-Data-Accessor: "Artistic" + perl-Class-Factory: "GPL" "Artistic" + perl-Class-Factory-Util: "Artistic" "GPL" + perl-Class-InsideOut: "Artistic" "GPL" + perl-Class-MakeMethods: "Artistic" "GPL" + perl-Class-Prototyped: "GPL" "Artistic" + perl-Config-Any: "GPL" "Artistic" + perl-Config-IniHash: "GPL" "Artistic" + perl-Contextual-Return: "Artistic" "GPL" + perl-DBD-Mock: "GPL" "Artistic" + perl-DBIx-POS: "Artistic" + perl-Data-Dump: "GPL" "Artistic" + perl-Data-OptList: "GPL" "Artistic" + perl-Data-Visitor: "GPL" "Artistic" + perl-DateTime-Format-Builder: "Artistic" "GPL" + perl-DateTime-Format-HTTP: "Artistic" "GPL" + perl-DateTime-Format-IBeat: "Artistic" "GPL" + perl-DateTime-Format-Mail: "Artistic" "GPL" + perl-DateTime-Format-MySQL: "Artistic" "GPL" + perl-Declare-Constraints-Simple: "GPL" "Artistic" + perl-Devel-Size: "GPL" "Artistic" + perl-Event: "Artistic" "GPL" + perl-File-ExtAttr: "GPL" "Artistic" + perl-File-Modified: "GPL" "Artistic" + perl-GD-Barcode: "GPL" "Artistic" + perl-GStreamer: "LGPL" + perl-GTop: "GPL" "Artistic" + perl-Gnome2-Canvas: "GPL" + perl-Gnome2-GConf: "LGPL" + perl-Gnome2-Print: "LGPL" + perl-Gnome2-VFS: "LGPL" + perl-GraphViz: "GPL" "Artistic" + perl-Gtk2-Ex-Carp: "GPL" "Artistic" + perl-Gtk2-Ex-Dialogs: "LGPL" + perl-Gtk2-Ex-Simple-List: "LGPL" + perl-Gtk2-Ex-Utils: "LGPL" + perl-Gtk2-GladeXML: "GPL" + perl-Gtk2-Notify: "LGPL" + perl-Gtk2-Sexy: "LGPL" + perl-Gtk2-Spell: "LGPL" + perl-Gtk2-TrayIcon: "LGPL" + perl-HTTP-Request-AsCGI: "GPL" "Artistic" + perl-Hash-Case: "GPL" "Artistic" + perl-Hash-WithDefaults: "GPL" "Artistic" + perl-IO-Prompt: "Artistic" "GPL" + perl-JSON: "GPL" "Artistic" + perl-JSON-XS: "GPL" "Artistic" + perl-List-Compare: "Artistic" "GPL" + perl-Locale-SubCountry: "Artistic" "GPL" + perl-Log-Dispatch-Config: "Artistic" "GPL" + perl-Math-Round: "Artistic" "GPL" + perl-Module-Starter: "Artistic" "GPL" + perl-Module-Starter-PBP: "Artistic" "GPL" + perl-Moose: "GPL" "Artistic" + perl-Moose-Policy: "GPL" "Artistic" + perl-MooseX-Object-Pluggable: "GPL" "Artistic" + perl-MooseX-Params-Validate: "GPL" "Artistic" + perl-Net-CUPS: "GPL" "Artistic" + perl-Net-DBus: "GPL" "Artistic" + perl-Net-Jabber: "GPL" "Artistic" "LGPL" + perl-Net-XMPP: "GPL" "Artistic" "LGPL" + perl-Object-InsideOut: "Artistic" "GPL" + perl-POE: "GPL" "Artistic" + perl-POE-Component-Child: "GPL" + perl-POE-Component-Client-DNS: "Artistic" "GPL" + perl-POE-Component-Client-HTTP: "Artistic" "GPL" + perl-POE-Component-Client-Keepalive: "Artistic" "GPL" + perl-POE-Component-Client-LDAP: "Artistic" "GPL" + perl-POE-Component-DBIAgent: "GPL" "Artistic" + perl-POE-Component-IRC: "Artistic" "GPL" + perl-POE-Component-JobQueue: "Artistic" "GPL" + perl-POE-Component-Logger: "Artistic" "GPL" + perl-POE-Component-SNMP: "Artistic" "GPL" + perl-POE-Component-SSLify: "GPL" "Artistic" + perl-POE-Component-Server-HTTP: "GPL" "Artistic" + perl-POE-Component-Server-SOAP: "GPL" "Artistic" + perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" + perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" + perl-POE-Component-SimpleDBI: "GPL" "Artistic" + perl-POE-Component-SimpleLog: "Artistic" "GPL" + perl-POE-Filter-IRCD: "Artistic" "GPL" + perl-POE-Filter-Zlib: "GPL" "Artistic" + perl-POE-Wheel-Null: "Artistic" "GPL" + perl-Package-Generator: "GPL" "Artistic" + perl-Params-Coerce: "GPL" "Artistic" + perl-RRD-Simple: "Apache Software License" + perl-Readonly: "GPL" "Artistic" + perl-Readonly-XS: "GPL" "Artistic" + perl-SQL-Library: "GPL" "Artistic" + perl-SUPER: "GPL" "Artistic" + perl-Smart-Comments: "Artistic" "GPL" + perl-Sub-Exporter: "GPL" "Artistic" + perl-Sub-Identify: "GPL" "Artistic" + perl-Sub-Install: "GPL" "Artistic" + perl-Sub-Name: "GPL" "Artistic" + perl-Term-ProgressBar: "GPL" "Artistic" + perl-Test-Distribution: "GPL" "Artistic" + perl-Text-ASCIITable: "GPL" "Artistic" + perl-Text-RecordParser: "GPL" + perl-Text-SimpleTable: "GPL" "Artistic" + perl-Text-TabularDisplay: "GPL" + perl-Text-Tree: "GPL" "Artistic" + perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" + perl-URI-Fetch: "GPL" "Artistic" + perl-WWW-Babelfish: "GPL" "Artistic" + perl-WWW-Myspace: "Artistic" "GPL" + perl-Workflow: "GPL" "Artistic" + perl-XML-Stream: "GPL" "Artistic" "LGPL" + perl-aliased: "GPL" "Artistic" + +cwickert [3]: + xfce4-dev-tools: "GPL" + xfce4-taskmanager: "GPL" + xfce4-websearch-plugin: "GPL" + +danielm [2]: + initng: "GPL" + initng-ifiles: "GPL" + +danken [8]: + aspell-ar: "GPL" + aspell-he: "GPL" + bidiv: "GPL" + fonts-hebrew-fancy: "GPL" + hspell: "GPL" + hunspell-ar: "GPL" + taarich: "MIT-style" + tetex-fonts-hebrew: "GPL" + +davidz [15]: + PolicyKit: "AFL/GPL" + PolicyKit-gnome: "GPL" + dbus-glib: "AFL/GPL" + dbus-python: "AFL/GPL" + dbus-sharp: "AFL/GPL" + echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" + fedora-logos: "Not licensed. See COPYING file for trademark permission." + festival: "MIT-style" + gnome-speech: "LGPL" + gnome-volume-manager: "GPL" + hal: "AFL/GPL" + hal-info: "AFL/GPL" + livecd-tools: "GPL" + rdesktop: "GPL" + tsclient: "GPL" + +dbhole [26]: + hsqldb: "BSD Style" + jakarta-commons-dbcp: "Apache Software License" + jakarta-commons-logging: "Apache Software License" + jakarta-commons-pool: "Apache Software License" + jakarta-commons-validator: "Apache Software License" + jdom: "Apache Software License-like" + jrefactory: "Apache Software License" + jsch: "BSD-style" + lucene: "Apache Software License" + maven-doxia: "Apache Software License" + maven-jxr: "Apache Software License" + maven-scm: "Apache Software License" + maven-shared: "Apache Software License" + maven-surefire: "Apache Software License" + maven2: "Apache Software License" + maven2-common-poms: "Apache Software License, BSD" + objectweb-anttask: "LGPL" + plexus-ant-factory: "MIT-Style" + plexus-appserver: "Apache Software License" + plexus-bsh-factory: "MIT-Style" + plexus-cdc: "Apache Software License" + plexus-runtime-builder: "MIT-Style" + plexus-xmlrpc: "Apache Software License" + struts: "Apache License" + wsdl4j: "IBM Common Public License" + xjavadoc: "BSD Style" + +dcantrel [4]: + librtas: "IBM Common Public License" "v1.0" + ppc64-utils: "GPL" "OSL" + repoman: "GPL" + yaboot: "GPL" + +dcbw [2]: + csound: "LGPL" + plague: "GPL" + +dchen [3]: + man-pages-es: "Distributable" + man-pages-it: "Distributable" + man-pages-ko: "GPL" + +dcm [1]: + libiptcdata: "LGPL" + +deji [3]: + clucene: "LGPL" + exaile: "GPLv+" "Artistic" + galternatives: "GPL" + +denis [1]: + hamlib: "LGPL" + +devrim [4]: + pgfouine: "GPL" + phpPgAdmin: "GPL" + postgis: "GPL" "LGPL" + python-psycopg2: "GPL" "with Exceptions" + +dgoodwin [2]: + testoob: "Apache Software License" + wuja: "GPL" + +dgregor [2]: + perl-Class-MethodMaker: "GPL" "Artistic" + perl-Config-Record: "GPL" + +dhowells [1]: + keyutils: "GPL/LGPL" + +dionysos [1]: + tetex-eurofont: "LaTeX Project Public License" + +dledford [2]: + mdadm: "GPL" + pvm: "freely distributable" + +dmaley [1]: + wavbreaker: "GPL" + +dreier [2]: + libibverbs: "GPL/BSD" + libmthca: "GPL/BSD" + +drzeus [1]: + libatomic_ops: "GPL/MIT" + +dwalsh [6]: + checkpolicy: "GPL" + libselinux: "Public domain" "uncopyrighted" + libsemanage: "GPL" + mcstrans: "GPL" + selinux-doc: "Public Use License v1.0" + setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" + +dwmw2 [5]: + exim: "GPL" + exim-doc: "GPL" + libtwin: "LGPLV2+" + linux-atm: "BSD, GPLv2+, LGPLv2+" + qemu: "GPLv2+, LGPLv2+" + +ecik [2]: + cowsay: "Artistic" "GPL" + kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" + +edhill [13]: + cdo: "GPL" + gts: "LGPL" + harminv: "GPL" + itpp: "GPL" + libctl: "GPL" + libmatheval: "GPL" + moin-latex: "GPL" + nco: "GPL" + ncview: "GPL" + netcdf: "NetCDF" + osiv: "GPL" + scrip: "SCRIP License" + wifiroamd: "GPL" + +eitch [1]: + metamonitor: "GPL" + +ensc [15]: + clamav: "GPL" + dhcp-forwarder: "GPL" + dietlibc: "GPL" + fedora-usermgmt: "GPL" + hunt: "GPL" + ip-sentinel: "GPL" + kismet: "GPL" + libextractor: "GPL" + libtasn1: "LGPL" + milter-greylist: "BSD w/ advertising" + mimetic: "GPL" + opencdk: "GPL" + tinyca2: "GPL" + util-vserver: "GPL" + xmlrpc-c: "BSD/PSF -- see COPYING" + +errr [8]: + conky: "GPL" + etherape: "GPL" + fluxstyle: "GPL" + pekwm: "GPL" + root-tail: "GPL" + ruby-bdb: "Ruby License" + tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" + wmctrl: "GPL" + +ertzing [5]: + MyPasswordSafe: "GPL" + audacious-plugins: "GPL" + fwbuilder: "GPL" + libfwbuilder: "GPL" + pwsafe: "GPL" + +ework [1]: + gtkdatabox: "LGPL" + +fangq [1]: + wqy-bitmap-fonts: "GPL" + +farnold [2]: + gnome-schedule: "GPL" + linux-libertine-fonts: "OFL/GPL" + +faucamp [7]: + amarokFS: "GPL" + dekorator: "GPL" + flite: "BSD-style" + kgtk: "GPL" + klibido: "GPL" + knemo: "GPL" + tetrinetx: "GPL" + +fche [1]: + systemtap: "GPL" "GPL" + +fitzsim [5]: + MegaMek: "GPL" + java-1.5.0-gcj: "GPL" + jpackage-utils: "JPackage License" + sinjdoc: "GPL" + system-switch-java: "GPL" + +flok [1]: + multitail: "GPL" + +fnasser [10]: + classpathx-mail: "GPL with library exception" + geronimo-specs: "Apache Software License 2" + gnu-getopt: "LGPL" + icu4j: "MIT style" + jakarta-commons-beanutils: "Apache Software License" + jakarta-commons-el: "Apache Software License" + jakarta-oro: "Apache License" + mx4j: "Apache License" + werken-xpath: "Apache Software License-like" + xml-commons-resolver: "Apache Software License" + +frankb [2]: + ctapi-cyberjack: "LGPL" + qt4-qsa: "GPL" + +gajownik [8]: + athcool: "GPL" + gajim: "GPL" + htop: "GPL" + hunky-fonts: "Redistributable, with restrictions" + inotify-tools: "GPL" + python-sqlite2: "zlib/libpng" + qps: "GPL" + yakuake: "GPL" + +garrick [1]: + perl-PBS: "GPL" "Artistic" + +gemi [34]: + GtkAda: "GPL" + TeXmacs: "GPL" + abcMIDI: "GPL" + bigloo: "GPL" + clisp: "GPL" + compat-erlang: "Erlang Public License" + ecl: "LGPL" + erlang: "Erlang Public License" + erlang-esdl: "Distributable" + gcl: "GPL, LGPL" + genius: "GPL" + gforth: "GPL" + global: "GPL/BSD" + gtkglarea2: "LGPL" + lush: "GPL" + mosml: "GPL/ATT/INRIA/Distributable" + ocaml: "QPL/LGPL" + ocaml-lablgtk: "LGPL" + pari: "GPL" + pl: "LGPL" + plt-scheme: "LGPL" + polyml: "LGPL" + q: "GPL" + qcad: "GPL" + skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" + smarteiffel: "GPL" + sweep: "GPL" + tclabc: "GPL" + tkcvs: "GPL" + ucblogo: "GPL" + unison: "GPL" + wings: "Distributable" + xaos: "GPL" + yap: "Artistic/LGPL" + +ghenry [5]: + Sprog: "GPL" "Artistic" + cpan2rpm: "Artistic" + html-xml-utils: "GPL" + ldapvi: "GPL" + pgadmin3: "Artistic" + +giallu [2]: + buildbot: "GPL" + mantis: "GPL" + +green [20]: + ardour: "GPL" + azureus: "GPL" + dssi: "LGPL" + fluidsynth: "LGPL" + fluidsynth-dssi: "GPL" + hexter-dssi: "GPL" + jakarta-commons-cli: "Apache Software License" + kawa: "GPL" + ladspa-swh-plugins: "GPL" + lash: "GPL" + libfreebob: "GPL" + liblo: "GPL" + liblrdf: "GPL" + mxml: "LGPL" + raptor: "LGPL" "Apache License Version 2.0" + seq24: "GPL" + vkeybd: "GPL" + whysynth-dssi: "GPL" + ws-commons-util: "Apache Software License" + zynaddsubfx: "GPL" + +hadess [11]: + audiofile: "LGPL" + codeina: "GPLv2.1+" + esound: "LGPL" + flac: "LGPL/GPL" + gnome-audio: "LGPL" + gnome-launch-box: "GPL" + gnome-vfs2-obexftp: "GPL" + libmusicbrainz: "LGPL" + shared-mime-info: "GPL" + sloccount: "GPL" + totem: "GPLv2 with exception" + +harald [2]: + system-config-boot: "GPL" + system-config-network: "GPL" + +hardaker [10]: + dnssec-tools: "BSD-like" + perl-Crypt-OpenSSL-AES: "GPL" "Artistic" + perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" + perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" + perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" + perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" + perl-Crypt-OpenSSL-Random: "GPL" "Artistic" + perl-Crypt-OpenSSL-X509: "GPL" "Artistic" + perl-Digest-SHA: "Artistic" "GPL" + perl-Net-DNS-SEC: "GPL" "Artistic" + +hellwolf [1]: + fuse-convmvfs: "GPL" + +hguemar [5]: + gtkmozembedmm: "LGPL" + libsexymm: "LGPL" + listen: "GPL" + plotmm: "LGPL" + python-sexy: "LGPL" + +homeless [1]: + rudeconfig: "GPL" + +iburrell [17]: + ack: "GPL" "Artistic" + jigdo: "GPL" + perl-Algorithm-Annotate: "GPL" "Artistic" + perl-App-CLI: "GPL" "Artistic" + perl-Data-Hierarchy: "GPL" "Artistic" + perl-File-Next: "GPL" "Artistic" + perl-File-chdir: "GPL" "Artistic" + perl-IO-Digest: "GPL" "Artistic" + perl-Module-Depends: "GPL" "Artistic" + perl-Path-Class: "GPL" "Artistic" + perl-PerlIO-eol: "GPL" "Artistic" + perl-PerlIO-via-dynamic: "GPL" "Artistic" + perl-PerlIO-via-symlink: "GPL" "Artistic" + perl-Regexp-Shellish: "GPL" "Artistic" + perl-SVK: "GPL" "Artistic" + perl-SVN-Mirror: "GPL" "Artistic" + perl-SVN-Simple: "GPL" "Artistic" + +icon [13]: + MochiKit: "MIT/Academic" + diction: "GPL" + epylog: "GPL" + kdissert: "GPL" + kodos: "GPL" + mod_evasive: "GPL" + pylint: "GPL" + python-feedparser: "BSD-ish" + python-logilab-astng: "GPL" + python-logilab-common: "GPL" + repoview: "GPL" + uqm-content: "Distributable" + verbiste: "GPL" + +ifoox [4]: + ant-contrib: "Apache Software License" + ht2html: "Python Software Foundation License" + libreadline-java: "LGPL" + mysql-connector-java: "GPL" + +ingvar [1]: + varnish: "BSD-like" + +isimluk [1]: + ruby-ncurses: "LGPL" + +ivazquez [1]: + mod_dnssd: "Apache Software License" + +ixs [40]: + bacula: "GPL" + barcode: "GPL" + bitbake: "GPL" + ccrtp: "GPL" + commoncpp2: "GPL" + dd_rescue: "GPL" + e2tools: "GPL" + echoping: "GPL" + icecast: "GPL" + ices: "GPL" + libsndfile: "LGPL" + mboxgrep: "GPL" + metapixel: "GPL" + mod_suphp: "GPL" + p0rn-comfort: "GPL" + perl-Authen-Radius: "Artistic" + perl-CGI-Session: "GPL" "Artistic" + perl-Class-Observable: "GPL" "Artistic" + perl-Class-Std: "GPL" "Artistic" + perl-ConfigReader: "LGPL" + perl-Crypt-Blowfish: "Distributable" + perl-Crypt-CBC: "Artistic" + perl-DBM-Deep: "GPL" "Artistic" + perl-Data-HexDump: "GPL" "Artistic" + perl-Data-Password: "GPL" "Artistic" + perl-FileHandle-Fmode: "GPL" "Artistic" + perl-LockFile-Simple: "Artistic" + perl-MD5: "GPL" "Artistic" + perl-NetAddr-IP: "Artistic" + perl-Proc-ProcessTable: "GPL" "Artistic" + perl-Sys-SigAction: "GPL" "Artistic" + perl-Text-Iconv: "GPL" "Artistic" + perl-XML-Filter-BufferText: "GPL" "Artistic" + perl-XML-Filter-XInclude: "GPL" "Artistic" + perl-XML-SAX-Writer: "GPL" "Artistic" + perl-XML-Validator-Schema: "GPL" "Artistic" + pyzor: "GPL" + scmxx: "GPL" + ser: "GPL" + xmms-scrobbler: "GPL" + +jafo [6]: + cronolog: "GPL" + moto4lin: "GPL" + picocom: "GPL" + python-memcached: "Python license" + python-pydns: "Python license" + python-pyspf: "Python Software Foundation License" + +jaile [1]: + gtkglextmm: "LGPL" + +jakub [6]: + compat-gcc-296: "GPL" + compat-gcc-32: "GPL" + compat-gcc-34: "GPL" + gcc: "GPLv2+ with exceptions" + glibc: "LGPLv2+ with exceptions" + prelink: "GPL" + +jamatos [4]: + grace: "LGPL" + python-cpio: "LGPLv2.1+" + rman: "Artistic" + t1utils: "Click, GPLv2+, MIT" + +james [4]: + createrepo: "GPL" + netlabel_tools: "GPL" + python: "Python Software Foundation License v2" + python-docs: "PSF - see LICENSE" + +jcarlson [2]: + up-imapproxy: "GPL" + zile: "GPL" + +jcm [4]: + mcelog: "GPL" + microcode_ctl: "GPL" + module-init-tools: "GPL" + redhat-rpm-config: "GPL" + +jcollie [18]: + clearsilver: "Neotonic ClearSilver Software License" + glump: "GPL" + ortp: "LGPL" + perl-CGI-FastTemplate: "GPL" "Artistic" + perl-CGI-FormBuilder: "GPL" "Artistic" + perl-Net-SNPP: "Artistic" + pitivi: "GPL" + pyicq-t: "GPL" + python-dns: "BSD-like" + python-isprelink: "GPL" + python-openid: "LGPL" + python-urljr: "LGPL" + python-xmpp: "GPL" + python-yadis: "LGPL" + quodlibet: "GPL" + schroedinger: "LGPL/MIT/MPL" + sofsip-cli: "LGPL" + zaptel: "GPL" + +jdennis [2]: + notify-python: "LGPL" + setroubleshoot: "GPL" + +jfontain [3]: + moodss: "GPL" + moomps: "GPL" + tktable: "BSD-like" + +jgarzik [4]: + blktool: "GPL" + ethtool: "GPL" + reiserfs-utils: "GPL" + rng-utils: "GPL" + +jhrozek [1]: + pv: "Artistic" "modified" + +jima [2]: + clusterssh: "GPL" + perl-X11-Protocol: "GPL" "Artistic" + +jjh [1]: + ragel: "GPL" + +jjohnstn [2]: + eclipse-cdt: "Eclipse Public License / CPL" + eclipse-changelog: "Eclipse Public License" + +jkeating [14]: + cleanfeed: "distributable" + koji: "LGPL" + libburn: "GPL" + libisofs: "GPL" + mkbootdisk: "GPL" + mock: "GPL" + perl-Net-Telnet: "GPL" "Artistic" + salinfo: "GPL" + system-config-bind: "GPL" + system-config-netboot: "GPL" + trac-git-plugin: "GPL" + trac-mercurial-plugin: "GPL" + tux: "GPL" + uucp: "GPL" + +jkratoch [1]: + gdb: "GPL" + +jlayton [2]: + ez-ipupdate: "GPL" + xwrits: "GPL" + +jmoskovc [9]: + acl: "GPL" "LGPL" "LGPL" + cvs: "GPL" + hexedit: "GPL" + licq: "GPL" + rarpd: "GPL" + rcs: "GPL" + rdate: "GPL" + sox: "GPL" + usbutils: "GPL" + +jmoyer [2]: + autofs: "GPL" + libaio: "LGPL" + +jmrcpn [1]: + clement: "GPL" + +jnovy [5]: + compat-db: "BSD-style" + db4: "BSD-style" + dev86: "GPL" + latex2html: "Free To Use But Restricted" "See LICENSE" + netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" + +joost [1]: + fpc: "GPL" "modified LGPL" + +jorge [1]: + mimetex: "GPL" + +jorton [2]: + libc-client: "University of Washington Free-Fork License" + newt-perl: "GPL" "Artistic" + +josef [2]: + geany: "GPL" + tilda: "GPL" + +jparsons [2]: + system-config-cluster: "GPL" + system-config-lvm: "GPL" + +jpmahowa [1]: + gnome-compiz-manager: "GPL" + +jpo [139]: + asymptote: "GPL" + libcgi: "LGPL" + nagios-plugins-snmp-disk-proc: "GPL" + pdfjam: "GPL" + perl-Alien-wxWidgets: "GPL" "Artistic" + perl-AppConfig: "GPL" "Artistic" + perl-Array-Compare: "GPL" "Artistic" + perl-Authen-SASL: "GPL" "Artistic" + perl-B-Keywords: "GPL" "Artistic" + perl-CSS-Tiny: "GPL" "Artistic" + perl-Cache-Cache: "GPL" "Artistic" + perl-Cairo: "LGPL" + perl-Carp-Assert: "GPL" "Artistic" + perl-Carp-Assert-More: "GPL" "Artistic" + perl-Compress-Bzip2: "GPL" + perl-Config-IniFiles: "GPL" "Artistic" + perl-Config-Tiny: "GPL" "Artistic" + perl-DBD-CSV: "GPL" "Artistic" + perl-DBD-SQLite: "GPL" "Artistic" + perl-DBD-XBase: "GPL" "Artistic" + perl-Data-Compare: "GPL" "Artistic" + perl-Devel-Cover: "GPL" "Artistic" + perl-Devel-Cycle: "GPL" "Artistic" + perl-Digest-MD4: "GPL" "Artistic" + perl-Email-Address: "GPL" "Artistic" + perl-Email-MIME: "GPL" "Artistic" + perl-Email-MIME-ContentType: "GPL" "Artistic" + perl-Email-MIME-Encodings: "GPL" "Artistic" + perl-Email-MIME-Modifier: "GPL" "Artistic" + perl-Email-MessageID: "GPL" "Artistic" + perl-Email-Simple: "GPL" "Artistic" + perl-Error: "GPL" "Artistic" + perl-Expect: "GPL" "Artistic" + perl-Expect-Simple: "GPL" + perl-ExtUtils-CBuilder: "GPL" "Artistic" + perl-ExtUtils-Depends: "GPL" "Artistic" + perl-ExtUtils-ParseXS: "GPL" "Artistic" + perl-ExtUtils-PkgConfig: "LGPL" + perl-File-Find-Rule-PPI: "GPL" "Artistic" + perl-File-HomeDir: "GPL" "Artistic" + perl-File-Tail: "GPL" "Artistic" + perl-File-Which: "GPL" "Artistic" + perl-FreezeThaw: "GPL" "Artistic" + perl-GD: "Artistic" + perl-GDGraph: "GPL" "Artistic" + perl-GDGraph3d: "GPL" "Artistic" + perl-GDTextUtil: "GPL" "Artistic" + perl-GPS: "GPL" "Artistic" + perl-GPS-PRN: "GPL" "Artistic" + perl-GSSAPI: "GPL" "Artistic" + perl-Geo-Constants: "GPL" "Artistic" + perl-Geo-Ellipsoids: "GPL" "Artistic" + perl-Geo-Forward: "GPL" "Artistic" + perl-Geo-Functions: "GPL" "Artistic" + perl-Geo-Inverse: "GPL" "Artistic" + perl-Glib: "LGPL" + perl-Gtk2: "LGPL" + perl-HTML-Scrubber: "GPL" "Artistic" + perl-HTML-Template: "GPL" "Artistic" + perl-HTTP-Proxy: "GPL" "Artistic" + perl-HTTP-Recorder: "GPL" + perl-HTTP-Request-Params: "GPL" "Artistic" + perl-HTTP-Server-Simple: "GPL" "Artistic" + perl-Hook-LexWrap: "GPL" "Artistic" + perl-IO-Capture: "GPL" "Artistic" + perl-IO-Interface: "GPL" "Artistic" + perl-IO-Tty: "GPL" "Artistic" + perl-IPC-Shareable: "GPL" + perl-IPC-SharedCache: "GPL" + perl-Image-Base: "LGPL" + perl-Image-Info: "GPL" "Artistic" + perl-Image-Size: "Artistic" + perl-Image-Xbm: "LGPL" + perl-Image-Xpm: "GPL" + perl-List-MoreUtils: "GPL" "Artistic" + perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" + perl-Log-Dispatch: "GPL" "Artistic" + perl-Log-Dispatch-FileRotate: "GPL" "Artistic" + perl-Log-Log4perl: "GPL" "Artistic" + perl-MARC-Record: "GPL" "Artistic" + perl-MLDBM: "GPL" "Artistic" + perl-Mail-Sender: "Distributable" + perl-Mail-Sendmail: "Distributable" + perl-Module-CoreList: "GPL" "Artistic" + perl-Module-Find: "GPL" "Artistic" + perl-Module-Locate: "GPL" "Artistic" + perl-Module-ScanDeps: "GPL" "Artistic" + perl-Module-Versions-Report: "GPL" "Artistic" + perl-Net-GPSD: "GPL" "Artistic" + perl-Net-SNMP: "GPL" "Artistic" + perl-PPI: "GPL" "Artistic" + perl-PPI-HTML: "GPL" "Artistic" + perl-PPI-Tester: "GPL" "Artistic" + perl-PadWalker: "GPL" "Artistic" + perl-Perl-Critic: "GPL" "Artistic" + perl-Pod-Coverage: "GPL" "Artistic" + perl-Pod-Escapes: "GPL" "Artistic" + perl-Pod-Simple: "GPL" "Artistic" + perl-Pod-Spell: "GPL" "Artistic" + perl-Pod-Strip: "GPL" "Artistic" + perl-SNMP_Session: "Artistic" + perl-SQL-Statement: "GPL" "Artistic" + perl-Scalar-Properties: "GPL" "Artistic" + perl-Set-Scalar: "GPL" "Artistic" + perl-String-Format: "GPL" + perl-Sub-Uplevel: "GPL" "Artistic" + perl-TeX-Hyphen: "GPL" "Artistic" + perl-Test-Cmd: "GPL" "Artistic" + perl-Test-Differences: "GPL" "Artistic" + perl-Test-Exception: "GPL" "Artistic" + perl-Test-Expect: "GPL" "Artistic" + perl-Test-File: "GPL" "Artistic" + perl-Test-Manifest: "GPL" "Artistic" + perl-Test-Memory-Cycle: "GPL" "Artistic" + perl-Test-MockObject: "GPL" "Artistic" + perl-Test-Number-Delta: "GPL" "Artistic" + perl-Test-Object: "GPL" "Artistic" + perl-Test-Perl-Critic: "GPL" "Artistic" + perl-Test-Pod: "GPL" "Artistic" + perl-Test-Pod-Coverage: "GPL" "Artistic" + perl-Test-Spelling: "GPL" "Artistic" + perl-Test-SubCalls: "GPL" "Artistic" + perl-Test-WWW-Mechanize: "GPL" "Artistic" + perl-Test-Warn: "GPL" "Artistic" + perl-Text-CSV_XS: "GPL" "Artistic" + perl-Text-Template: "GPL" "Artistic" + perl-Text-WikiFormat: "GPL" "Artistic" + perl-Tie-IxHash: "GPL" "Artistic" + perl-Tree-DAG_Node: "GPL" "Artistic" + perl-UNIVERSAL-can: "GPL" "Artistic" + perl-UNIVERSAL-isa: "GPL" "Artistic" + perl-WWW-Bugzilla: "GPL" "Artistic" + perl-WWW-Mechanize: "GPL" "Artistic" + perl-Wx: "GPL" "Artistic" + perl-pmtools: "Artistic" + swatch: "GPL" + syslog-ng: "GPL" + tetex-bytefield: "LaTeX Project Public License" + tetex-perltex: "LaTeX Project Public License" + +jpye [1]: + fityk: "GPL" + +jsafrane [1]: + nc6: "GPL" + +jsoeterb [1]: + xmms-cdread: "GPL" + +jspaleta [1]: + python-xlib: "GPL" + +jwb [1]: + bugzilla: "MPL" + +jwboyer [3]: + ddclient: "GPL" + meanwhile: "GNU Free Documentation License" + tla: "GPL" + +jwilson [25]: + aquamarine: "GPL" + bdock: "GPL" + beryl-core: "GPL" + beryl-manager: "GPL" + beryl-plugins: "GPL" + beryl-settings: "GPL" + conman: "GPL" + connect-proxy: "GPL" + cpufreq-utils: "GPL" + cpuspeed: "GPL" + dircproxy: "GPL" + dvgrab: "GPL" + emerald: "GPL" + emerald-themes: "GPL" + hdhomerun: "LGPL" + heliodor: "GPL" + libavc1394: "LGPL" + libconfuse: "LGPL" + libdv: "LGPL" + libiec61883: "LGPL" + libraw1394: "LGPL" + powerman: "GPL" + rrdtool: "GPL" + sysfsutils: "GPL" "LGPL" + zabbix: "GPL" + +jwrdegoede [4]: + alfont: "BSD-like" + freetype1: "BSD-like" + hawknl: "LGPL2+" + imlib2: "MIT with advertising??" + +kaboom [6]: + cgoban: "GPL" + gnuchess: "GPL" + perl-Time-modules: "Distributable" + qgo: "GPL" + rinetd: "GPL" + xboard: "GPL" + +karsten [9]: + automake14: "GPL" + automake15: "GPL" + automake17: "GPL" + dictd: "GPL2+" + ed: "GPL3+" + hwdata: "GPL/MIT" + irda-utils: "GPL" + libtool: "LGPL" "LGPL" + prctl: "GPL" + +kasal [9]: + cairo-java: "LGPL" + glib-java: "LGPL" + grep: "GPL" + libgconf-java: "LGPL" + libglade-java: "LGPL" + libgnome-java: "LGPL" + libgtk-java: "LGPL" + libvte-java: "LGPL" + specspo: "GPL" + +katzj [6]: + comps-extras: "GPL" + mercurial: "GPL" + pirut: "GPL" + rhpl: "GPL" + squashfs-tools: "GPL" + yum-metadata-parser: "GPL" + +kevin [4]: + dbh: "LGPL" + fwrestart: "GPL" + munin: "GPL" + p0f: "GPL" + +kg6fnk [1]: + pdsh: "GPL" + +krh [5]: + chkfontpath: "GPL" + compiz: "X11/MIT/GPL" + imake: "MIT/X11" + isicom: "GPL" "not Firmware" + synaptics: "GPL" + +kushal [3]: + kphotobymail: "GPL" + librfid: "GPL" + prozilla: "GPL" + +kwizart [5]: + PythonCAD: "GPL" + dirac: "MPL" + perl-Geo-METAR: "GPL" + python-BeautifulSoup: "Python Software Foundation License" + python-alsaaudio: "PSF - see LICENSE" + +kzak [7]: + gawk: "GPL" + gnome-applet-vm: "GPL" + lockdev: "LGPL" + lslk: "Distributable" + lsof: "Distributable" + readahead: "GPL" + vlock: "GPL" + +laroche [4]: + PyXML: "Apacheish" + gperf: "GPL" + mingetty: "GPL" + time: "GPL" + +laxathom [8]: + gammu: "GPL" + gshutdown: "GPL" + guile-lib: "GPL" + kicker-compiz: "GPL" + ntfs-config: "GPL" + python-gammu: "GPL" + specto: "GPL" + wammu: "GPL" + +lennart [6]: + nss-mdns: "LGPL" + padevchooser: "GPL" + paman: "GPL" + pavucontrol: "GPL" + pavumeter: "GPL" + pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" + +leo [2]: + gtk-murrine-engine: "GPL" + pcmanx-gtk2: "GPL" + +limb [1]: + glunarclock: "GPL" + +lizhang [2]: + system-config-language: "GPL" + ttmkfdir: "GPL" + +lmacken [8]: + nethack: "NetHack General Public License" + python-decoratortools: "PSF" "ZPL" + python-formencode: "PSF" + python-irclib: "LGPL" + python-json: "LGPL" + python-myghty: "LGPL" + python-ruledispatch: "PSF" "ZPL" + python-sqlobject: "LGPL" + +lmb [1]: + perl-IO-Multiplex: "Artistic" + +lon [2]: + dtach: "GPL" + rgmanager: "GPL,LGPL" + +lutter [5]: + facter: "GPL" + puppet: "GPL" + ruby-postgres: "Ruby License" + ruby-racc: "LGPL" + rubygems: "Ruby License/GPL" + +luya [1]: + thewidgetfactory: "GPL" + +lvm-team [3]: + device-mapper: "LGPLv2.1" "LGPLv2.1" + device-mapper-multipath: "GPL" + dmraid: "GPL" + +mattdm [2]: + wxGTK: "wxWidgets Library Licence" + wxPython: "LGPL" + +mbacovsk [11]: + avahi: "LGPL" + file: "Distributable" + kdnssd-avahi: "LGPL" + libdaemon: "GPL" + mpage: "GPL" + psutils: "distributable" + quagga: "GPL" + radvd: "BSD-style" + squid: "GPL" + squirrelmail: "GPL" + traceroute: "GPL" + +mbarabas [5]: + arptables_jf: "GPL" + lftp: "GPL" + mgetty: "GPL" + netatalk: "GPL" + vsftpd: "GPL" + +mbarnes [15]: + evolution-data-server: "LGPL" + evolution-exchange: "GPL" + evolution-sharp: "LGPL" + evolution-webcal: "GPL" + gnome-pilot: "LGPL" + gnome-pilot-conduits: "LGPL" + gnome-python2-extras: "GPL/LGPL" + gnome-spell: "GPL" + gtkhtml2: "LGPL" + gtkhtml3: "LGPL/GPL" + gtkspell: "GPL" + pycairo: "LGPL" + pygtksourceview: "LGPL" + pyorbit: "LGPL" + python-ldap: "PSF - see LICENCE" + +mcepl [4]: + JSDoc: "GPL" + cycle: "GPL" + gstreamer-plugins-pulse: "LGPL" + vim-vimoutliner: "GPL" + +mclasen [5]: + gnome-games-extra-data: "GPL" + gnome-themes: "LGPL+" + gnome-vfs2-monikers: "LGPL" + intltool: "GPLv2 with exception" + libcroco: "LGPL" + +mdehaan [2]: + cobbler: "GPL" + koan: "GPL" + +mdomsch [5]: + dkms: "GPL" + gpp: "GPL" + i810switch: "GPL" + perl-GnuPG-Interface: "GPL" "Artistic" + pgp-tools: "BSD, GPL" + +mebrown [3]: + firmware-addon-dell: "OSL" + firmware-tools: "OSL" + libsmbios: "OSL" + +meme [2]: + fortune-firefly: "GPL" + nethack-vultures: "NetHack General Public License" + +mfleming [8]: + GeoIP: "LGPL" + innotop: "GPL/Artistic" + mod_cband: "GPL" + mod_geoip: "Apache Software License" + mod_security: "GPL" + pfqueue: "GPL" + python-GeoIP: "GPL" + svnmailer: "Apache Software License" + +mhalcrow [1]: + ecryptfs-utils: "GPL" + +michaelc [1]: + iscsi-initiator-utils: "GPL" + +mikep [1]: + linkchecker: "GPL" + +misa [2]: + mx: "eGenix.com Public License" + pyOpenSSL: "LGPL" + +mitr [6]: + bogl: "GPL" + foobillard: "GPL" + m2crypto: "BSDish" + python-4Suite-XML: "Apacheish" + tmpwatch: "GPL" + usermode: "GPL" + +mkpai [1]: + perl-Callback: "GPL/Artistic" + +mmaslano [4]: + groff: "GPL" + ipv6calc: "GPL" + man-pages-de: "Distributable" + vixie-cron: "GPL" + +mmcgrath [9]: + cacti: "GPL" + perl-Crypt-PasswdMD5: "GPL" "Artistic" + perl-Date-Pcalc: "GPL" "Artistic" + perl-MIME-Lite: "GPL" "Artistic" + perl-SOAP-Lite: "GPL" "Artistic" + phpMyAdmin: "GPL" + python-meld3: "ZPL" + smolt: "GPL" + supervisor: "ZPL/BSD" + +mpg [2]: + sugar: "GPL/LGPL" + xulrunner: "MPL/LGPL" + +mra [1]: + libp11: "LGPL" "LGPL" + +mricchet [1]: + ss5: "GPL" + +mschwendt [2]: + chkrootkit: "BSD-like" + compat-wxGTK26: "wxWidgets Library Licence" + +muerte [1]: + qcomicbook: "GPL" + +mwringe [26]: + cryptix: "BSD style" + jakarta-commons-codec: "Apache Software License" + jakarta-commons-digester: "Apache Software License" + jakarta-commons-discovery: "Apache Software License" + jakarta-commons-launcher: "Apache Software License" + jakarta-commons-modeler: "Apache Software License" + jakarta-taglibs-standard: "Apache Software License" + jdepend: "Clarkware License" + jflex: "GPL" + jrexx: "LGPL" + maven-wagon: "Apache Software License" + msv: "BSD-Style" + nekohtml: "Apache License" + piccolo: "Apache Software License" + plexus-container-default: "Apache Software License" + plexus-interactivity: "Apache Software License" + plexus-utils: "Apache Software License" + pmd: "BSD Style" + puretls: "BSD style" + qdox: "Apache Software License style" + rhino: "MPL" + xdoclet: "BSD Style" + xerces-j2: "Apache Software License" + xml-commons-apis: "Apache Software License/W3C/Public Domain" + xml-commons-apis12: "Apache Software License/W3C License/Public Domain" + xml-commons-which: "Apache Software License" + +mxcarron [1]: + pypar2: "GPL" + +nalin [4]: + cracklib: "Artistic" + krb5: "MIT, freely distributable." + nss_db: "Sleepycat,LGPLv2+" + pam_krb5: "LGPL+" + +nando [2]: + qjackctl: "GPL" + qsynth: "GPL" + +nbecker [3]: + filelight: "GPL" + kdiff3: "GPL" + uncrustify: "GPL" + +nhorman [4]: + iozone: "Freeware" + irqbalance: "GPL/OSL" + kexec-tools: "GPL" + numactl: "LGPLv2/GPLv2" + +nigelj [8]: + calcurse: "GPL" + freetennis: "GPL" + ocaml-SDL: "LGPL" + ocaml-camlimages: "LGPL" + redet: "GPL" + redet-doc: "GPL" + timidity++: "GPL" + windowlab: "GPL" + +nim [5]: + dejavu-fonts: "Modifiable & redistributable, with naming restrictions" + freeze: "Distributable" + lzop: "GPL" + nomarch: "GPL" + perl-Font-TTF: "Artistic" + +nixaff4 [1]: + kio_p7zip: "GPL2+" + +nmurray [2]: + ImageMagick: "freeware" + libmng: "BSD-like" + +noltec [1]: + kbibtex: "GPL" + +nomis80 [2]: + camstream: "GPL" + quadkonsole: "GPL" + +notting [1]: + mash: "GPL" + +nphilipp [14]: + bzflag: "LGPL" + convmv: "GPL" + dcraw: "GPL" + gimp-help: "GNU FDL" + hwbrowser: "GPL" + ppracer: "GPL" + rss-glx: "GPL" + sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" + sane-frontends: "GPL" + system-config-nfs: "GPL" + system-config-samba: "GPL" + system-config-services: "GPL" + ufraw: "GPL" + xsane: "GPL" + +nsantos [11]: + amqp: "AMQP" + checkstyle: "LGPL" + dtdparser: "LGPL" + gnu-regexp: "LGPL" + jtidy: "BSD-Style" + python-qpid: "Apache Software License" + ruby-qpid: "Apache Software License" + ws-jaxme: "Apache Software License" + xom: "LGPL" + xpp2: "Apache Software License" + xpp3: "Apache-style" + +odvorace [4]: + authd: "GPL" + dosfstools: "GPL" + gdbm: "GPL" + inn: "GPL" + +orion [14]: + R-multcomp: "GPL" + R-systemfit: "GPL" + apcupsd: "GPL" + freefont: "GPL" + ksynaptics: "GPL" + lasi: "LGPL" + libsynaptics: "GPL" + netcdf-perl: "NetCDF" + perl-ExtUtils-F77: "GPL" "Artistic" + perl-HTML-Table: "GPL" "Artistic" + perl-String-Approx: "Artistic" + perl-XML-DOM: "GPL" "Artistic" + perl-XML-RegExp: "GPL" "Artistic" + python-dateutil: "Python Software Foundation License" + +orphan [22]: + FreeWnn: "Distributable" + aspell-mi: "LGPL" + cgi-util: "LGPL" + doctorj: "LGPL" + gkrellmms: "GPL" + gnofract4d: "GPL" + gnome-yum: "GPL" + gstreamer08: "LGPL" + gstreamer08-plugins: "LGPL" + gstreamer08-python: "LGPL" + gurlchecker: "GPL" + ktrack: "GPL" + luks-tools: "GPL" + new: "GPL" + otrs: "GPL" + pam_mysql: "GPL" + pam_script: "GPL" + pam_usb: "GPL" + perl-String-Ediff: "GPL" "Artistic" + python-htmltmpl: "GPL" + python-id3: "GPL" + screem: "GPL" + +otaylor [1]: + mugshot: "GPL" + +ovasik [11]: + docbook-dtds: "Distributable" + docbook-simple: "Distributable" + docbook-style-dsssl: "Distributable" + docbook-style-xsl: "Distributable" + docbook-utils: "GPL" + jadetex: "Distributable" + linuxdoc-tools: "Freely distributable" + passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + perl-SGMLSpm: "GPL" + sgml-common: "GPL" "GPL" + xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" + +overholt [6]: + eclipse-emf: "Eclipse Public License" + eclipse-gef: "Eclipse Public License" + eclipse-mylyn: "Eclipse Public License" + eclipse-nlspackager: "Eclipse Public License" + eclipse-sdk-nls: "Eclipse Public License" + xmlrpc3: "Apache Software License" + +owentl [4]: + gdesklets-calendar: "GPL" + gdesklets-goodweather: "GPL" + gdesklets-quote-of-the-day: "GPL" + proxychains: "GPL" + +pawsa [2]: + balsa: "GPL" + libesmtp: "LGPL" "LGPL/GPL" + +pcheung [19]: + ant: "Apache Software License" + asm2: "BSD-style" + avalon-framework: "Apache Software License" + avalon-logkit: "Apache Software License" + axis: "Apache Software License" + bcel: "Apache Software License" + bsf: "Apache License" + bsh: "LGPL" + castor: "BSD style" + jakarta-commons-daemon: "Apache Software License" + jakarta-commons-fileupload: "Apache Software License" + jakarta-commons-httpclient: "Apache Software License" + jakarta-commons-io: "Apache Software License" + jakarta-commons-lang: "Apache Software License" + jakarta-commons-net: "Apache Software License" + plexus-archiver: "Apache Software License" + plexus-i18n: "Apache Software License" + tagsoup: "GPL" + xmlunit: "BSD Style" + +pertusus [42]: + BibTool: "GPL" + acpi: "GPL" + acpitool: "GPL" + archmage: "GPL" + asa: "GPL" + bes: "LGPL" + boolstuff: "GPL" + cernlib: "LGPLV2+" + cernlib-g77: "LGPLV2+" + cppunit: "LGPL" + dap-freeform_handler: "LGPL" + dap-hdf4_handler: "LGPL" + dap-netcdf_handler: "LGPL" + dap-server: "LGPL" + esmtp: "GPL" + gnash: "GPL" + gnochm: "GPL" + intuitively: "GPL" + ivman: "GPL/QPL" + kchmviewer: "GPL" + libchmxx: "LGPL/GPL" + libsx: "LGPL" + ooo2txt: "LGPL" + perl-Cache: "Artistic" "GPL" + perl-Feed-Find: "Artistic" "GPL" + perl-File-BaseDir: "GPL" "Artistic" + perl-File-DesktopEntry: "GPL" "Artistic" + perl-File-MimeInfo: "GPL" "Artistic" + perl-File-NFSLock: "Artistic" "GPL" + perl-HTML-FormatText-WithLinks: "Artistic" "GPL" + perl-Heap: "Artistic" "GPL" + perl-LWP-Authen-Wsse: "Artistic" "GPL" + perl-Parse-Yapp: "GPL" "Artistic" + perl-Statistics-Descriptive: "GPL" "Artistic" + perl-Text-CHM: "GPL" "Artistic" + perl-Text-Unidecode: "GPL" "Artistic" + pmount: "GPL" + python-chm: "GPL" + tetex-elsevier: "LaTeX Project Public License" + tetex-tex4ht: "LaTeX" + wdm: "GPL" + wmix: "GPL" + +peter [10]: + chmlib: "LGPL" + fuse: "GPL" "LGPL" "LGPL" + fuse-encfs: "GPL" + fuse-sshfs: "GPL" + gliv: "GPL" + rlog: "LGPL" + sipp: "GPL" + sipsak: "GPL" + stratagus: "GPL" + xerces-c: "Apache Software License" + +petersen [3]: + flim: "GPL" + gettext: "LGPL" + scim-fcitx: "GPL" + +pfj [20]: + CastPodder: "GPL" + anjuta: "GPL" + anjuta-gdl: "GPL" + autogen: "GPL" + brandy: "GPL" + db4o: "GPL" + gdeskcal: "GPL" + genchemlab: "GPL" + gnome-build: "GPL" + gonvert: "GPL" + gtk-sharp: "LGPL" + gtksourceview-sharp: "LGPL" + mod_mono: "Apache Software License" + monodevelop: "GPL" + monodoc: "GPL" + nant: "GPL" + pyxmms: "GPL" + xmms: "GPL" + xmms-alarm: "GPL" + z88dk: "Artistic" + +pfkeb [1]: + HippoDraw: "GPL" + +pfrields [1]: + fedora-release-notes: "Distributable" + +pghmcfc [8]: + ORBit: "LGPL/GPL" + bittorrent: "BitTorrent Open Source License" + gnome-libs: "LGPL" + grepmail: "GPL" + lat: "GPL" + libglade: "LGPL" + perl-Tie-EncryptedHash: "Artistic" + spamass-milter: "GPL" + +pgordon [11]: + glabels: "GFDLv1.1+" + gnome-theme-clearlooks-bigpack: "GPL" + labyrinth: "GPL" + ots: "GPL" + pidgin-libnotify: "GPL" + rb_libtorrent: "zlib/libpng License" "Boost Software License" + scribes: "GPL" + scribes-templates: "GPL" + tango-icon-theme: "Creative Commons Attribution Share-Alike" + tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" + viaideinfo: "GPL" + +pgraner [1]: + coreutils: "GPL" + +phuang [1]: + scim-qtimm: "GPL" + +pilcher [1]: + wifi-radar: "GPL" + +pingou [2]: + R-BufferedMatrix: "LGPL" + R-widgetTools: "LGPL" + +pjones [4]: + booty: "LGPL" + cdparanoia: "GPL" + mkinitrd: "GPL" + syslinux: "GPL" + +pknirsch [1]: + system-config-httpd: "GPL" + +pmachata [2]: + nasm: "LGPL" + tzdata: "Public Domain, LGPLv2+" + +pmatilai [1]: + rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" + +pnasrat [1]: + splint: "GPL" + +prarit [1]: + dmidecode: "GPL" + +pwouters [12]: + driftnet: "GPL" + fetchlog: "GPL" + gaim-otr: "GPL" + hping3: "GPL" + libotr: "GPL, LGPL" + nsd: "BSD-like" + perl-IO-LockedFile: "GPL" "Artistic" "something" + s3switch: "BSD-like" + socat: "GPL" + sshfp: "GPL" + xl2tpd: "GPL" + xoo: "GPL" + +qspencer [11]: + autotrace: "GPL/LGPL" + cln: "GPL" + fftw: "GPL" + fig2ps: "GPL" + ginac: "GPL" + glpk: "GPL" + lilypond: "GPL" + lilypond-doc: "GPL" + mftrace: "GPL" + octave: "GPL" + suitesparse: "Distributable" + +rathann [3]: + dx-samples: "IBM Public License" + sysconftool: "GPL" + tetex-prosper: "LaTeX Project Public License" + +rbhalera [6]: + bitmap-fonts: "distributable" + fonts-ISO8859-2: "Freely redistributable without restrictions" + fonts-arabic: "GPL" + fonts-hebrew: "GPL" + fonts-indic: "GPL" + fonts-sinhala: "GPL" + +rbrich [2]: + cpio: "GPL" + dstat: "GPL" + +rcritten [4]: + jss: "MPL/GPL/LGPL" + mod_nss: "Apache Software License" + mod_revocator: "Apache Software License" + nss_compat_ossl: "LGPL" + +rdieter [4]: + fltk: "LGPLv2+ with exceptions" + mathml-fonts: "Distributable" + pykdeextensions: "LGPL" + vnc-ltsp-config: "GPL" + +remi [13]: + ocsinventory-client: "GPL" + perl-Apache-DBI: "GPL" "Artistic" + perl-Proc-Daemon: "GPL" "Artistic" + php-pear-Net-DIME: "PHP License" + php-pear-Net-FTP: "PHP License" + php-pear-Net-Ping: "PHP License" + php-pear-Net-SMTP: "PHP License" + php-pear-Net-Socket: "PHP License" + php-pear-Net-Traceroute: "PHP License" + php-pear-PHP-Compat: "PHP License" + php-pear-PHP-CompatInfo: "PHP License" + php-pear-SOAP: "PHP License" + yum-arch: "GPL" + +rjones [6]: + ocaml-curl: "LGPL" + ocaml-expat: "LGPL" + ocaml-extlib: "LGPL" + ocaml-pcre: "LGPL" + ocaml-ssl: "LGPL" + ocaml-ulex: "LGPL" + +rmeggins [4]: + adminutil: "LGPL" + mozldap: "MPL/GPL/LGPL" + perl-Mozilla-LDAP: "GPL/LGPL/MPL" + svrcore: "MPL/GPL/LGPL" + +rnorwood [25]: + perl-Bit-Vector: "GPL" "Artistic" + perl-Compress-Raw-Zlib: "Artistic" "GPL" + perl-IO-Compress-Base: "GPL" "Artistic" + perl-IO-Compress-Bzip2: "Artistic" "GPL" + perl-IO-Compress-Zlib: "Artistic" "GPL" + perl-IO-String: "GPL" "Artistic" + perl-IO-Zlib: "GPL" "Artistic" + perl-Inline: "GPL" "Artistic" + perl-LDAP: "GPL" "Artistic" + perl-Net-DNS: "GPL" "Artistic" + perl-Parse-RecDescent: "Artistic" + perl-RPM-Specfile: "GPL" "Artistic" + perl-RPM2: "GPL" "Artistic" + perl-TermReadKey: "Distributable" + perl-TimeDate: "GPL" "Artistic" + perl-URI: "GPL" "Artistic" + perl-XML-Dumper: "GPL" "Artistic" + perl-XML-Grove: "Artistic" + perl-XML-LibXML: "GPL" "Artistic" + perl-XML-LibXML-Common: "GPL" "Artistic" + perl-XML-NamespaceSupport: "GPL" "Artistic" + perl-XML-SAX: "GPL" "Artistic" + perl-XML-Twig: "GPL" "Artistic" + perl-XML-XPath: "GPL" "Artistic" + perl-libxml-perl: "GPL" "Artistic" + +robert [2]: + duplicity: "GPL" + perl-Razor-Agent: "Artistic" + +robmv [6]: + dirvish: "OSL" + javasvn: "TMate License" + kanatest: "GPL" + perl-Time-Period: "GPL" "Artistic" + shorewall: "GPL" + svnkit: "TMate License" + +roland [4]: + elfutils: "GPL" "GPL" + lcov: "GPL" + monotone: "GPL" + pstack: "GPL" + +roozbeh [7]: + doulos-fonts: "SIL Open Font License" + gentium-fonts: "SIL Open Font License" + gpsbabel: "GPL" + perl-Math-Vec: "GPL" "Artistic" + pyfribidi: "GPL" + python-enchant: "LGPL" + translate-toolkit: "GPL" + +rstrode [6]: + bug-buddy: "GPL" + gnome-mime-data: "GPL" + gtksourceview: "GPL" + redhat-menus: "XFree86" + startup-notification: "LGPL" + tomboy: "LGPL+" + +ruben [14]: + Perlbal: "GPL" "Artistic" + csync2: "GPL" + incron: "GPL" + mysql-proxy: "GPL" + pdns: "GPL" + pdns-recursor: "GPL" + perl-Danga-Socket: "GPL" "Artistic" + perl-Gearman: "GPL" "Artistic" + perl-Gearman-Client-Async: "GPL" "Artistic" + perl-Gearman-Server: "GPL" "Artistic" + perl-IO-AIO: "GPL" "Artistic" + perl-MogileFS-Client: "GPL" "Artistic" + perl-MogileFS-Utils: "GPL" "Artistic" + perl-Sys-Syscall: "GPL" "Artistic" + +rvinyard [10]: + bit: "LGPL" + bitgtkmm: "LGPL" + clipsmm: "GPL" + conexus: "LGPL" + conexusmm: "LGPL" + idioskopos: "LGPL" + nqc: "MPL" + papyrus: "LGPL" + tetex-IEEEtran: "Artistic" + xournal: "GPL" + +rvokal [5]: + gaim-guifications: "GPL" + gjots2: "GPL" + pidgin-guifications: "GPL" + python-adns: "GPL" + resapplet: "GPL" + +ryo [7]: + VLGothic-fonts: "Distributable" + libtomoe-gtk: "LGPL" + scim-input-pad: "GPL" + scim-skk: "GPL" + scim-tomoe: "GPL" + skkdic: "GPL" + tomoe: "LGPL" + +s4504kr [2]: + lightning: "LGPLv2.1" + stellarium: "GPL" + +salimma [12]: + evolution-remove-duplicates: "GPL" + gai: "LGPL" + gai-pal: "GPL" + gnugo: "GPL" + grhino: "GPL" + pidgin-rhythmbox: "GPL" + python-nltk_lite: "GPL" + quarry: "GPL" + rlwrap: "GPL" + spicctrl: "GPL" + vala: "LGPL" + zeroinstall-injector: "LGPL" + +sarantis [4]: + mgopen-fonts: "Redistributable, with restrictions" + python-simpy: "LGPL" + tetex-font-cm-lgc: "GPL" + tetex-font-kerkis: "Distributable" + +sconklin [1]: + openswan: "GPL" + +scop [2]: + gkrellm-themes: "GPL" + xemacs-packages-extra: "GPL" + +seg [3]: + rosegarden4: "GPL" + soundtracker: "GPL" + tinyfugue: "GPL" + +sgrubb [1]: + amtu: "Common Public License" + +shahms [7]: + python-durus: "CNRI" + python-paramiko: "LGPL" + python-protocols: "PSF" "ZPL" + python-psycopg: "GPL" + python-quixote: "CNRI" + python-simpletal: "Other" + python-tpg: "LGPL" + +sharkcz [1]: + tailor: "GPL" + +simo [2]: + pam_smb: "GPL" + rsync: "GPL" + +sindrepb [33]: + DMitry: "GPL" + arp-scan: "GPL" + avant-window-navigator: "GPL" + bottlerocket: "LGPL" + cowbell: "GPL" + flac123: "GPL" + gtk-recordmydesktop: "GPL" + gtranslator: "GPL" + halberd: "GPL" + ike-scan: "GPL" + muine: "GPL" + muine-scrobbler: "GPL" + nbtscan: "GPL" + nikto: "Custom, see LICENSE.txt" + nrg2iso: "GPL" + onesixtyone: "GPL" + perl-Class-Gomor: "Artistic" + perl-DBIx-SQLite-Simple: "Artistic" + perl-Math-Base85: "GPL" "Artistic" + perl-Net-IPv4Addr: "GPL" "Artistic" + perl-Net-IPv6Addr: "GPL" "Artistic" + perl-Net-Packet: "Artistic" + perl-Net-Pcap: "GPL" "Artistic" + perl-Net-Write: "Artistic" + perl-Nmap-Parser: "GPL" + perl-libwhisker2: "GPL" + pychess: "GPL" + recordmydesktop: "GPL" + scratchpad: "GPL" + serpentine: "GPL" + solfege: "GPL" + tcptraceroute: "GPL" + telepathy-mission-control: "LGPL" + +skvidal [1]: + yum-utils: "GPL" + +smccann [2]: + geos: "LGPL" + shapelib: "LGPL/MIT" + +snecker [1]: + jokosher: "GPLv2+ with exceptions" + +splinux [14]: + drapes: "GPL" + firestarter: "GPL" + gconf-cleaner: "GPL" + gdmap: "GPL" + gfa: "GPL" + glipper: "GPL" + gnome-specimen: "GPL" + gnubiff: "GPL" + gstm: "GPL" + libgtksourceviewmm: "LGPL" + lostirc: "GPL" + macchanger: "GPL" + musicbox: "GPL" + pessulus: "GPL" + +ssp [38]: + libFS: "MIT/X11" + libICE: "MIT/X11" + libSM: "MIT/X11" + libX11: "MIT/X11" + libXScrnSaver: "MIT/X11" + libXTrap: "MIT/X11" + libXau: "MIT/X11" + libXaw: "MIT/X11" + libXcomposite: "MIT/X11" + libXcursor: "MIT/X11" + libXdmcp: "MIT/X11" + libXevie: "MIT/X11" + libXext: "MIT/X11" + libXfixes: "MIT/X11" + libXfont: "MIT/X11" + libXfontcache: "MIT/X11" + libXft: "MIT/X11" + libXi: "MIT/X11" + libXinerama: "MIT/X11" + libXmu: "MIT/X11" + libXp: "MIT/X11" + libXpm: "MIT/X11" + libXrandr: "MIT/X11" + libXrender: "MIT/X11" + libXres: "MIT/X11" + libXt: "MIT/X11" + libXtst: "MIT/X11" + libXv: "MIT/X11" + libXvMC: "MIT/X11" + libXxf86dga: "MIT/X11" + libXxf86misc: "MIT/X11" + libXxf86vm: "MIT/X11" + libdmx: "MIT/X11" + libfontenc: "MIT/X11" + libutempter: "LGPL" + libxkbfile: "MIT/X11" + xrestop: "GPL" + xsri: "GPL" + +stahnma [6]: + epel-release: "GPL" + kflickr: "GPL" + pastebin: "GPL" + php-magpierss: "GPL" + php-pear-Phlickr: "LGPL" + x2vnc: "GPL" + +static [11]: + horde: "LGPL" + imp: "GPL" + ingo: "Apache Software License v1" + jeta: "GPL" + kronolith: "GPL" + mod_auth_pam: "Distributable" + php-pear-Mail-Mime: "PHP License" + php-pecl-Fileinfo: "PHP License" + php-shout: "LGPL" + tripwire: "GPL" + turba: "Apache Software License v1" + +steve [131]: + amavisd-new: "GPL" + celestia: "GPL" + cone: "GPL" + cpanspec: "GPL" "Artistic" + gl-117: "GPL" + openvpn: "GPL" + perl-Affix-Infix2Postfix: "GPL" "Artistic" + perl-Algorithm-Diff: "GPL" "Artistic" + perl-Apache-LogRegex: "GPL" "Artistic" + perl-Apache-Session: "Artistic" + perl-Archive-Extract: "GPL" "Artistic" + perl-Authen-PAM: "GPL" "Artistic" + perl-BerkeleyDB: "GPL" "Artistic" + perl-CPAN-DistnameInfo: "GPL" "Artistic" + perl-CPANPLUS: "GPL" "Artistic" + perl-Cache-Mmap: "GPL" "Artistic" + perl-Chart: "GPL" "Artistic" + perl-Class-Container: "GPL" "Artistic" + perl-Class-ErrorHandler: "GPL" "Artistic" + perl-Class-Singleton: "Artistic" + perl-Convert-ASCII-Armour: "GPL" "Artistic" + perl-Convert-PEM: "GPL" "Artistic" + perl-Convert-TNEF: "GPL" "Artistic" + perl-Crypt-DES: "BSD-style" + perl-Crypt-DES_EDE3: "GPL" "Artistic" + perl-Data-Structure-Util: "GPL" "Artistic" + perl-DateTime: "GPL" "Artistic" + perl-DateTime-Event-ICal: "GPL" "Artistic" + perl-DateTime-Event-Recurrence: "GPL" "Artistic" + perl-DateTime-Format-ICal: "GPL" "Artistic" + perl-DateTime-Format-Strptime: "GPL" "Artistic" + perl-DateTime-Format-W3CDTF: "GPL" "Artistic" + perl-DateTime-Set: "GPL" "Artistic" + perl-Devel-Caller: "GPL" "Artistic" + perl-Devel-Leak: "GPL" "Artistic" + perl-Devel-Profiler: "GPL" "Artistic" + perl-Exception-Class: "GPL" "Artistic" + perl-File-BOM: "GPL" "Artistic" + perl-File-Fetch: "GPL" "Artistic" + perl-File-ReadBackwards: "GPL" "Artistic" + perl-File-Sync: "GPL" "Artistic" + perl-File-Type: "GPL" "Artistic" + perl-Graphics-ColorNames: "GPL" "Artistic" + perl-HTML-Mason: "GPL" "Artistic" + perl-HTML-Template-Expr: "GPL" "Artistic" + perl-HTTP-BrowserDetect: "GPL" "Artistic" + perl-HTTP-DAV: "GPL" "Artistic" + perl-IO-All: "GPL" "Artistic" + perl-IO-Null: "GPL" "Artistic" + perl-IPC-Cmd: "GPL" "Artistic" + perl-IPC-Run: "GPL" "Artistic" + perl-IPC-ShareLite: "GPL" "Artistic" + perl-Image-Math-Constrain: "GPL" "Artistic" + perl-Imager: "GPL" "Artistic" + perl-Kwiki: "GPL" "Artistic" + perl-Kwiki-Archive-Rcs: "GPL" "Artistic" + perl-Kwiki-Attachments: "GPL" "Artistic" + perl-Kwiki-Diff: "GPL" "Artistic" + perl-Kwiki-ModPerl: "GPL" "Artistic" + perl-Kwiki-NewPage: "GPL" "Artistic" + perl-Kwiki-Raw: "GPL" "Artistic" + perl-Kwiki-RecentChanges: "GPL" "Artistic" + perl-Kwiki-Revisions: "GPL" "Artistic" + perl-Kwiki-Search: "GPL" "Artistic" + perl-Kwiki-UserName: "GPL" "Artistic" + perl-Kwiki-UserPreferences: "GPL" "Artistic" + perl-Kwiki-Users-Remote: "GPL" "Artistic" + perl-Log-Message: "GPL" "Artistic" + perl-Log-Message-Simple: "GPL" "Artistic" + perl-Mail-Alias: "GPL" "Artistic" + perl-Mail-SPF-Query: "GPL" "Artistic" + perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" + perl-Module-Build: "GPL" "Artistic" + perl-Module-Compile: "GPL" "Artistic" + perl-Module-Info: "GPL" "Artistic" + perl-Module-Install: "GPL" "Artistic" + perl-Module-Load: "GPL" "Artistic" + perl-Module-Load-Conditional: "GPL" "Artistic" + perl-Module-Loaded: "GPL" "Artistic" + perl-Module-Pluggable: "GPL" "Artistic" + perl-Net-CIDR-Lite: "GPL" "Artistic" + perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" + perl-Net-SCP: "GPL" "Artistic" + perl-Net-SFTP: "GPL" "Artistic" + perl-Net-SSH: "GPL" "Artistic" + perl-Object-Accessor: "GPL" "Artistic" + perl-OpenFrame: "GPL" "Artistic" + perl-Package-Constants: "GPL" "Artistic" + perl-Params-CallbackRequest: "GPL" "Artistic" + perl-Params-Check: "GPL" "Artistic" + perl-Parse-CPAN-Packages: "GPL" "Artistic" + perl-Perl6-Bible: "GPL" "Artistic" + perl-Pipeline: "GPL" "Artistic" + perl-Pod-Readme: "GPL" "Artistic" + perl-Pugs-Compiler-Rule: "GPL" "Artistic" + perl-Set-Infinite: "GPL" "Artistic" + perl-Spiffy: "GPL" "Artistic" + perl-Spoon: "GPL" "Artistic" + perl-Spreadsheet-ParseExcel: "GPL" "Artistic" + perl-String-ShellQuote: "GPL" "Artistic" + perl-Sys-Virt: "GPL" + perl-Term-ReadPassword: "GPL" "Artistic" + perl-Term-UI: "GPL" "Artistic" + perl-Test-Base: "GPL" "Artistic" + perl-Test-Class: "GPL" "Artistic" + perl-Test-Deep: "GPL" "Artistic" + perl-Test-File-Contents: "GPL" "Artistic" + perl-Test-NoWarnings: "LGPL" + perl-Test-Output: "GPL" "Artistic" + perl-Test-Portability-Files: "GPL" "Artistic" + perl-Test-Prereq: "GPL" "Artistic" + perl-Test-Tester: "GPL" "Artistic" + perl-Text-Autoformat: "Artistic" + perl-Text-Diff: "GPL" "Artistic" + perl-Text-Diff-HTML: "GPL" "Artistic" + perl-Text-Levenshtein: "GPL" "Artistic" + perl-Text-LevenshteinXS: "GPL" "Artistic" + perl-Text-Reform: "Artistic" + perl-Text-WordDiff: "GPL" "Artistic" + perl-Unix-Statgrab: "LGPL" + perl-Unix-Syslog: "Artistic" + perl-XML-XQL: "GPL" "Artistic" + perl-YAML: "GPL" "Artistic" + perl-YAML-Parser-Syck: "GPL" "Artistic" + perl-YAML-Tiny: "GPL" "Artistic" + perl-eperl: "GPL" "Artistic" + qtparted: "GPL" + sqlgrey: "GPL" + tuxpaint: "GPL" + tuxpaint-stamps: "GPL" + tuxtype2: "GPL" + +steved [9]: + cachefilesd: "GPL" + libgssapi: "GPL" + libtirpc: "GPL" + nfs-utils: "GPL" + nfs-utils-lib: "GPL" + rpcbind: "GPL" + yp-tools: "GPL" + ypbind: "GPL" + ypserv: "GPL" + +stingray [10]: + conntrack: "GPL" + libnetfilter_conntrack: "GPL" + libnetfilter_log: "GPL" + libnetfilter_queue: "GPL" + libnfnetlink: "GPL" + pyflowtools: "GPL" + pyserial: "Python license" + rpld: "GPL" + rzip: "GPL" + weechat: "GPL" + +stransky [7]: + alsa-lib: "LGPL" + alsa-utils: "GPL" + awesfx: "GPL/distributable" + berusky: "GPL" + berusky-data: "GPL" + nspluginwrapper: "GPL" + system-config-soundcard: "GPL" + +szpak [1]: + fuse-smb: "GPL" + +tanguy [7]: + drgeo: "GPL" + drgeo-doc: "GPL" + freehdl: "GPL" + gperiodic: "GPL" + ircd-hybrid: "GPL" + qucs: "GPL" + ushare: "GPL" + +than [28]: + PyQt: "GPL" + ctags: "GPL" + doxygen: "GPL" + efax: "GPL" + eject: "GPL" + isdn4k-utils: "GPL" + joystick: "GPL" + kdbg: "GPL" + kde-i18n: "GPL" + kdeedu: "GPL" + kdelibs3: "LGPL" + kdewebdev: "GPL" + lrzsz: "GPL" + mozplugger: "GPL" + qt: "GPL/QPL" + rp-pppoe: "GPL" + sharutils: "GPL" + sip: "GPL" + switchdesk: "GPL" + sysreport: "GPL" + system-switch-mail: "GPL" + transfig: "distributable" + tvtime: "GPL" + urw-fonts: "GPL, URW holds copyright" + which: "GPL" + wordtrans: "GPL" + xferstats: "GPL" + xfig: "Freeware" + +thias [5]: + d4x: "Artistic" + gnome-themes-extras: "LGPL" + wxsvg: "wxWidgets" + xmms-skins: "GPL" + yasm: "Artistic" + +thomasvs [5]: + flumotion: "GPL" + ladspa: "LGPL" + libshout: "LGPL" + mod_annodex: "Apache Software License" + rasqal: "LGPL" "Apache Software License 2.0" + +thouveng [1]: + elsa: "GPL" + +tian [1]: + gcfilms: "GPL" + +timj [6]: + alsa-tools: "GPL" + mod_extract_forwarded: "Apache Software License" + php-manual-en: "Open Publication License" + php-pear-Console-Color: "X11" + php-pear-PEAR-Command-Packaging: "PHP License" + rapidsvn: "LGPL" "LGPL" + +timn [1]: + NetworkManager-openvpn: "GPL" + +tjikkun [2]: + amsn: "GPL" + cohoba: "GPL" + +toshio [1]: + qa-assistant: "GPL" + +trasher [3]: + BackupPC: "GPL" + kftpgrabber: "GPL" + ksplash-engine-moodin: "GPL" + +trondd [6]: + avrdude: "GPL" + gedit-plugins: "GPL" + libopenraw: "LGPL" + nautilus-python: "GPL" "GPL" + postr: "GPL" + sdcc: "GPL" "GPL" + +tscherf [5]: + libprelude: "GPL" + libpreludedb: "GPL" + prelude-lml: "GPL" + prelude-manager: "GPL" + prewikka: "GPL" + +tsmetana [3]: + ksh: "Common Public License Version 1.0" + nmap: "BSD with advertising, BSD, GPLv2" + psmisc: "BSD/GPLv2+" + +twaugh [12]: + desktop-printing: "GPL" + diffstat: "Distributable" + diffutils: "GPL" + dos2unix: "Freely distributable" + emacs-nxml-mode: "GPL" + foomatic: "GPL" + ghostscript-fonts: "Distributable" + gutenprint: "GPL" + hplip: "GPL" + international-time: "GPL" + symlinks: "distributable" + unix2dos: "Distributable" + +twoerner [4]: + SDL: "LGPL" + postfix: "IBM Public License" + ppp: "distributable" + sendmail: "Sendmail" + +uwog [5]: + abiword: "GPL" + aiksaurus: "GPL" + enchant: "LGPL" + gtkmathview: "GPL" + link-grammar: "BSD-style" + +varekova [11]: + gd: "GPL" + gmp: "LGPL" + gsl: "BSD license" + lynx: "GPL" + man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" + man-pages-cs: "Distributable" + man-pages-da: "Distributable" + man-pages-pl: "Distributable" + man-pages-ru: "Distributable" + pilot-link: "tcl" + sysstat: "GPL" + +vcrhonek [2]: + pychecker: "BSDish" + tog-pegasus: "Open Group Pegasus Open Source" + +veillard [5]: + ekiga: "GPL" + libvirt: "LGPL" + opal: "MPL" + pwlib: "MPL" + xhtml1-dtds: "W3C IPR" + +vivekl [17]: + bea-stax: "Apache Software License" + classpathx-jaf: "LGPL" + cryptix-asn1: "BSD style" + isorelax: "MIT-style" + jakarta-commons-collections: "Apache Software License" + java_cup: "BSD-style" + jgroups: "LGPL" + jlex: "Free" + jzlib: "BSD-style" + ldapjdk: "MPL" + log4j: "Apache Software License 2" + regexp: "Apache Software License" + saxon: "MPL" + tomcat5: "Apache Software License" + velocity: "Apache Software License" + xalan-j2: "Apache Software License" + xmlrpc: "Apache Software License" + +vlg [2]: + granule: "GPL" + libassa: "LGPL" + +walters [4]: + bigboard: "GPL" + hippo-canvas: "GPL" + hotwire: "GPL" + online-desktop: "GPL" + +wart [1]: + libmodelfile: "Distributable" + +wcohen [3]: + libpfm: "MIT-style" + oprofile: "GPL" + pfmon: "GPL" + +wtogami [9]: + bonnie++: "GPL" + memtest86+: "GPL" + perl-Finance-YahooQuote: "GPL" + perl-IO-Socket-INET6: "Artistic" "GPL" + perl-IO-Socket-SSL: "GPL" "Artistic" + perl-Net-Netmask: "Artistic" + perl-Net-SSLeay: "BSDish" + pop-before-smtp: "GPL" "Artistic" + spamassassin: "Apache License" + +wwoods [1]: + pybluez: "GPL" + +xen-maint [1]: + xen: "GPL" + +xgl-maint [26]: + xorg-sgml-doctools: "MIT/X11" + xorg-x11-apps: "MIT/X11" + xorg-x11-docs: "MIT/X11" + xorg-x11-drv-amd: "MIT/X11" + xorg-x11-drv-cyrix: "MIT/X11" + xorg-x11-drv-neomagic: "MIT/X11" + xorg-x11-drv-nsc: "MIT/X11" + xorg-x11-drv-vga: "MIT/X11" + xorg-x11-filesystem: "MIT/X11" + xorg-x11-font-utils: "MIT/X11" + xorg-x11-fonts: "Various licenses" + xorg-x11-resutils: "MIT/X11" + xorg-x11-server: "MIT/X11" + xorg-x11-server-utils: "MIT/X11" + xorg-x11-twm: "MIT/X11" + xorg-x11-util-macros: "The Open Group License" + xorg-x11-utils: "MIT/X11" + xorg-x11-xauth: "MIT/X11" + xorg-x11-xbitmaps: "MIT/X11" + xorg-x11-xdm: "MIT/X11" + xorg-x11-xfs: "MIT/X11" + xorg-x11-xfwp: "MIT/X11" + xorg-x11-xinit: "MIT/X11" + xorg-x11-xkb-utils: "MIT/X11" + xorg-x11-xsm: "MIT/X11" + xorg-x11-xtrans-devel: "MIT/X11" + +xris [9]: + dar: "GPL" + lineak-defaultplugin: "GPL" + lineak-kdeplugins: "GPL" + lineak-xosdplugin: "GPL" + lineakd: "GPL" + orpie: "GPL" + rsnapshot: "GPL" + sec: "GPL" + yafc: "GPL" + +xulchris [39]: + SOAPpy: "Python Software Foundation License" + cal3d: "LGPL" + cksfv: "GPL" + openalpp: "LGPL" + osgal: "LGPL" + osgcal: "GPL" + perl-MP3-Info: "Artistic" "GPL" + php-Smarty: "LGPL" + php-pear-DB-DataObject: "PHP License" + php-pear-DB-DataObject-FormBuilder: "LGPL" + php-pear-Date-Holidays: "PHP License" + php-pear-File: "PHP License" + php-pear-File-Passwd: "PHP License" + php-pear-HTML-Common: "PHP License" + php-pear-HTML-QuickForm: "PHP License" + php-pear-HTML-QuickForm-ElementGrid: "LGPL" + php-pear-Image-Canvas: "LGPL" + php-pear-Image-Color: "PHP License" + php-pear-Image-Graph: "LGPL" + php-pear-Image-GraphViz: "PHP License" + php-pear-Math-Stats: "PHP License" + php-pear-Net-Curl: "PHP License" + php-pear-Net-UserAgent-Detect: "PHP License" + php-pear-Numbers-Roman: "PHP License" + php-pear-Numbers-Words: "PHP License" + php-pear-Payment-Process: "PHP License" + php-pear-XML-Beautifier: "PHP License" + php-pear-XML-RSS: "PHP License" + php-pear-XML-Serializer: "PHP License" + php-pear-XML-Util: "PHP License" + poker-engine: "GPL" + poker-eval: "GPL" + poker-network: "GPL" + poker2d: "GPL" + pygame: "LGPL" + pypoker-eval: "GPL" + python-fpconst: "Apache Software License" + spambayes: "Python Software Foundation License" + xwnc: "GPL" + +ynakam [1]: + seedit: "GPL" + +yufan [1]: + audacious-plugins-docklet: "GPL" + +zhu [11]: + libhangul: "LGPL" + pydict: "GPL" + reciteword: "GPL" + scim-hangul: "GPL" + stardict: "GPL" + stardict-dic-en: "GPL" + stardict-dic-ja: "GPL" + stardict-dic-ru: "GPL" + stardict-dic-zh_CN: "GPL" + stardict-dic-zh_TW: "GPL" + zhcon: "GPL" + +zmc [2]: + dogtail: "GPL" + pyspi: "LGPL" + +zprikryl [5]: + acpid: "GPL" + apmd: "GPL" + attr: "GPL" "LGPL" "LGPL" + bc: "GPL" + fbset: "GPL" + +Invalid licenses: 2142 out of 4694 (45.63%) [as of 2007-09-01 15:08 UTC] diff --git a/data/old/bad-license-tags-by-package b/data/old/bad-license-tags-by-package new file mode 100644 index 0000000..1bd3761 --- /dev/null +++ b/data/old/bad-license-tags-by-package @@ -0,0 +1,1441 @@ +AcetoneISO (spot): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PyXML (laroche): "Apacheish" +R-systemfit (orion): "GPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amtu (sgrubb): "Common Public License" +anjuta (rishi): "GPL" +anjuta-gdl (rishi): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (tsmetana): "GPL" +apmd (zprikryl): "GPL" +archmage (pertusus): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mnagy): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avarice (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (langel): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bea-stax (vivekl): "Apache Software License" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bonnie++ (wtogami): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkrootkit (mschwendt): "BSD-like" +clamav (ensc): "%{?with_unrar:proprietary}%{!?with_unrar:GPLv2}" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (odvorace): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +cln (qspencer): "GPL" +cman (cfeist): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +ctags (than): "GPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (subhodip): "LGPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPLv2" +dd_rescue (ixs): "GPL" +ddclient (subhodip): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (kasal): "GPL" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (rmyers): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eject (zprikryl): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (gecko-maint): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-gnome-theme (rstrode): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-screensaver-theme (rstrode): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (tsmetana): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (mlichvar): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-hebrew-fancy (danken): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +fuse-convmvfs (hellwolf): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kasal): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gd (jmoskovc): "GPL" +gdb (jkratoch): "GPL" +gdbm (kasal): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +gedit-plugins (trondd): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geoqo (hardaker): "Artistic" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +ghostscript-fonts (twaugh): "Distributable" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (rishi): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-terminal (behdad): "GFDL+" +gnome-themes (mclasen): "LGPL+" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (rezso): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +help2man (corsepiu): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +ibmasm (konradr): "LGPL" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +incron (ruben): "GPL" +ingo (static): "Apache Software License 1.0" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (rezso): "GPL" +ivman (pertusus): "GPL/QPL" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kbibtex (noltec): "GPL" +kdbg (than): "GPL" +kdissert (icon): "GPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +lasi (orion): "LGPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mnagy): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (spot): "LGPL" +libchewing (cchance): "GPL" +libconfuse (jwilson): "LGPL" +libctl (edhill): "GPL" +libdaemon (orphan): "GPL" +libdmx (ssp): "MIT/X11" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libical (liviopl): "MPL, LGPLv2" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +llvm (bos): "GPL" "GPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lvm2 (lvm-team): "LGPLv2.1" "LGPLv2.1" +lynx (jmoskovc): "GPL" +macchanger (splinux): "GPL" +madan-fonts (rbhalera): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mnagy): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mkbootdisk (kasal): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (tsmetana): "GPL" +mrxvt (addutko): "GPL" +mugshot (otaylor): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +net-snmp (jsafrane): "CMU" +netatalk (mnagy): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ogdi (rezso): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +opal (veillard): "MPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openvpn (steve): "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +pastebin (stahnma): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (salimma): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-Callback (mkpai): "GPL/Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Font-TTF (nim): "Artistic" +perl-GD (spot): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Gtk2 (spot): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Recorder (spot): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (spot): "GPL" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (cweyl): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pod-Strip (rnorwood): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SNMP_Session (spot): "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spoon (steve): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Expect (cweyl): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Memory-Cycle (steve): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Pod-Coverage (rnorwood): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (cweyl): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-CSV_XS (rnorwood): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "Artistic" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-pmtools (cweyl): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pirut (katzj): "GPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppp (mnagy): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psi (abompard): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (tsmetana): "distributable" +puretls (mwringe): "BSD style" +pvm (alexlan): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-ZSI (ecik): "LBNL BSD" +python-adns (atkac): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (jspaleta): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "Python License" "Zope Public License v 2.1" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +quadkonsole (nomis80): "GPL" +quagga (mnagy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mnagy): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +rarpd (jmoskovc): "GPL" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +recordmydesktop (sindrepb): "GPL" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (kasal): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "Python Software Foundation License v2" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamassassin (wtogami): "Apache License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mnagy): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +sugar-artwork (mpg): "GPL" +sugar-datastore (mpg): "GPL" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslog-ng (silfreed): "GPL" +sysreport (than): "GPL" +system-config-bind (rbrich): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-lvm (jparsons): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (spot): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (spot): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (wart): "BSD-like" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (buc): "GPL" +transfig (kasal): "distributable" +tripwire (static): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License 1.0" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +ucblogo (gemi): "GPL" +uisp (trondd): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vsftpd (mnagy): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdm (pertusus): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (jmoskovc): "GPL" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Lucida" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 1439 out of 5328 (27.01%) [as of 2008-01-23 06:16 UTC] diff --git a/data/old/bad-license-tags-by-package.1 b/data/old/bad-license-tags-by-package.1 new file mode 100644 index 0000000..dee6582 --- /dev/null +++ b/data/old/bad-license-tags-by-package.1 @@ -0,0 +1,2174 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GeoIP: "LGPL" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" "GPL" "Artistic" +PolicyKit-gnome: "GPL" +PolicyKit: "AFL/GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +XaraLX: "GPL" +Zim: "GPL" "Artistic" "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +adns: "GPL" +aiksaurus: "GPL" +alfont: "BSD-like" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anacron: "GPL" +anjuta-gdl: "GPL" +anjuta: "GPL" +ant-contrib: "Apache Software License" +ant: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-bn: "GPL" +aspell-gu: "GPL" +aspell-he: "GPL" +aspell-hi: "GPL" +aspell-mi: "LGPL" +aspell-mr: "GPL" +aspell-or: "GPL" +aspell-pa: "GPL" +aspell-ta: "GPL" +aspell-te: "GPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins-docklet: "GPL" +audacious-plugins: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LGPL" +berusky-data: "GPL" +berusky: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bug-buddy: "GPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +bzflag: "LGPL" +bzr-gtk: "GPL" +bzrtools: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo-java: "LGPL" +cairo: "LGPL/MPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib-g77: "LGPLV2+" +cernlib: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +clutter-gst: "LGPL" +clutter-gtk: "LGPL" +clutter: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" "GPL" "Artistic" +cpio: "GPL" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix-asn1: "BSD style" +cryptix: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +ddrescue: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper-multipath: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo-doc: "GPL" +drgeo: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dstat: "GPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +eclipse: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs-nxml-mode: "GPL" +emacs: "GPL" +emerald-themes: "GPL" +emerald: "GPL" +empathy: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang-esdl: "Distributable" +erlang: "Erlang Public License" +esc: "GPL" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" "GPLv+" "Artistic" +exim-doc: "GPL" +exim: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-release: "GPL" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth-dssi: "GPL" +fluidsynth: "LGPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-chinese: "Arphic Public License" "GPL-like" "Arphic Public License" "GPL-like" +fonts-hebrew-fancy: "GPL" +fonts-hebrew: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "BSD-like" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fwbuilder: "GPL" +fwrestart: "GPL" +gai-pal: "GPL" +gai: "LGPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +geda-docs: "GPL" +geda-examples: "GPL" +geda-symbols: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot-conduits: "LGPL" +gnome-pilot: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes-extras: "LGPL" +gnome-themes: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-vfs2: "LGPL+" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +grip: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gstreamer08: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtklp: "GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview-sharp: "LGPL" +gtksourceview: "GPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal-info: "AFL/GPL" +hal: "AFL/GPL" +halberd: "GPL" +hamlib: "LGPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng-ifiles: "GPL" +initng: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +iproute: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +jomolhari-fonts: "SIL Open Font License" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kftpgrabber: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +krusader: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa-swh-plugins: "GPL" +ladspa: "LGPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade-java: "LGPL" +libglade: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +libkdcraw: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond-doc: "GPL" +lilypond: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +maven2: "Apache Software License" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_kerb: "Apache" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine-scrobbler: "GPL" +muine: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf-perl: "NetCDF" +netcdf: "NetCDF" +netgen: "GPL" +nethack-vultures: "NetHack General Public License" +nethack: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" "GPL" "Artistic" +nfs-utils-lib: "GPL" +nfs-utils: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +ntp: "MIT and BSD and BSD with advertising" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocaml: "QPL/LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openldap: "Sleepycat and BSD" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +p7zip: "LGPLv2+ or CPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavucontrol: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns-recursor: "GPL" +pdns: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Ace: "GPL" "Artistic" "GPL" "Artistic" +perl-Acme-Damn: "GPL" "Artistic" "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" "GPL" "Artistic" +perl-AutoClass: "GPL" "Artistic" "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" "GPL" "Artistic" +perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" "GPL" "Artistic" +perl-Cache-Cache: "GPL" "Artistic" "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" "GPL" "Artistic" +perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" "Artistic" "GPL" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" "GPL" "Artistic" +perl-Carp-Assert: "GPL" "Artistic" "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Autouse: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" "Artistic" "GPL" +perl-Class-Factory: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBIx-SearchBuilder: "GPL" "Artistic" "GPL" "Artistic" +perl-DBM-Deep: "GPL" "Artistic" "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-Stag: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" "GPL" "Artistic" +perl-Error: "GPL" "Artistic" "GPL" "Artistic" +perl-Event: "Artistic" "GPL" "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-Expect: "GPL" "Artistic" "GPL" "Artistic" +perl-ExtUtils-AutoInstall: "GPL" "Artistic" "GPL" "Artistic" +perl-ExtUtils-CBuilder: "GPL" "Artistic" "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Find-Rule: "Artistic" "GPL" "Artistic" "GPL" +perl-File-Flat: "GPL" "Artistic" "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" "GPL" "Artistic" +perl-File-NCopy: "GPL" "Artistic" "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Slurp: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-AFM: "GPL" "Artistic" "GPL" "Artistic" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" "GPL" "Artistic" +perl-GD-Barcode: "GPL" "Artistic" "GPL" "Artistic" +perl-GD-SVG: "GPL" "Artistic" "GPL" "Artistic" +perl-GD: "Artistic" +perl-GDGraph: "GPL" "Artistic" "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" "GPL" "Artistic" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-Gtk2: "LGPL" +perl-HTML-Format: "GPL" "Artistic" "GPL" "Artistic" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" "GPL" "Artistic" "something" "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" "GPL" "Artistic" +perl-Locale-Maketext-Lexicon: "GPL" "Artistic" "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" "GPL" "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" "GPL" "Artistic" +perl-Mail-GnuPG: "GPL" "Artistic" "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" "GPL" "Artistic" +perl-Math-Derivative: "GPL" "Artistic" "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" "Artistic" "GPL" +perl-Math-Spline: "GPL" "Artistic" "GPL" "Artistic" +perl-Math-Vec: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" "GPL" "Artistic" +perl-Module-Starter-PBP: "Artistic" "GPL" "Artistic" "GPL" +perl-Module-Starter: "Artistic" "GPL" "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" "GPL" "Artistic" "LGPL" "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" "GPL" "Artistic" "LGPL" "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Newt: "GPL" "Artistic" "GPL" "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" "Artistic" "GPL" +perl-POE: "GPL" "Artistic" "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" "GPL" "Artistic" +perl-PPI: "GPL" "Artistic" "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" "GPL" "Artistic" +perl-Pod-Tests: "GPL" "Artistic" "GPL" "Artistic" +perl-PostScript: "GPL" "Artistic" "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly-XS: "GPL" "Artistic" "GPL" "Artistic" +perl-Readonly: "GPL" "Artistic" "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Quoted: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-Shellwords: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" "GPL" "Artistic" +perl-Text-Wrapper: "GPL" "Artistic" "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" "GPL" "Artistic" +perl-URI: "GPL" "Artistic" "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-DOM-XPath: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-LibXML: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" "GPL" "Artistic" "LGPL" "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-XPathEngine: "GPL" "Artistic" "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-DB-DataObject: "PHP License" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-File: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-HTML-QuickForm: "PHP License" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +ppracer: "GPL" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pyclutter: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-decoratortools: "PSF" "ZPL" "PSF" "ZPL" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +python: "Python Software Foundation License v2" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet-doc: "GPL" +redet: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rsync: "GPL" +rt3: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygem-daemons: "GPLv2+ or Ruby" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes-templates: "GPL" +scribes: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smb4k: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squashfs-tools: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +stardict: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sturmbahnfahrer: "GPL" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +texi2html: "CC-BY-SA or GPLv2" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tibetan-machine-uni-fonts: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +torque: "Freely redistributable" "See PBS_License.txt" "Freely redistributable" "See PBS_License.txt" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint-stamps: "GPL" +tuxpaint: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +ufraw: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +usermode: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPL" +valgrind: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +webalizer: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs-gtk: "GPL" +xdg-user-dirs: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc: "Apache Software License" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xmms: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsane: "GPL" +xscorch: "GPL" +xsri: "GPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic or GPLv2+ or LGPLv2+" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Summary: 46.35% of spec files (2172 out of 4686) have invalid licenses (as of Thu, 30 Aug 2007 04:55:06 +0000) diff --git a/data/old/bad-license-tags-by-package.2 b/data/old/bad-license-tags-by-package.2 new file mode 100644 index 0000000..8659f0f --- /dev/null +++ b/data/old/bad-license-tags-by-package.2 @@ -0,0 +1,2169 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GeoIP: "LGPL" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit-gnome: "GPL" +PolicyKit: "AFL/GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +XaraLX: "GPL" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +adns: "GPL" +aiksaurus: "GPL" +alfont: "BSD-like" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anacron: "GPL" +anjuta-gdl: "GPL" +anjuta: "GPL" +ant-contrib: "Apache Software License" +ant: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-bn: "GPL" +aspell-gu: "GPL" +aspell-he: "GPL" +aspell-hi: "GPL" +aspell-mi: "LGPL" +aspell-mr: "GPL" +aspell-or: "GPL" +aspell-pa: "GPL" +aspell-ta: "GPL" +aspell-te: "GPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins-docklet: "GPL" +audacious-plugins: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LGPL" +berusky-data: "GPL" +berusky: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bug-buddy: "GPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +bzflag: "LGPL" +bzr-gtk: "GPL" +bzrtools: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo-java: "LGPL" +cairo: "LGPL/MPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib-g77: "LGPLV2+" +cernlib: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +clutter-gst: "LGPL" +clutter-gtk: "LGPL" +clutter: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cpio: "GPL" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix-asn1: "BSD style" +cryptix: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +ddrescue: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper-multipath: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo-doc: "GPL" +drgeo: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dstat: "GPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +eclipse: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs-nxml-mode: "GPL" +emacs: "GPL" +emerald-themes: "GPL" +emerald: "GPL" +empathy: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang-esdl: "Distributable" +erlang: "Erlang Public License" +esc: "GPL" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim-doc: "GPL" +exim: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-release: "GPL" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth-dssi: "GPL" +fluidsynth: "LGPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-chinese: "Arphic Public License" "GPL-like" +fonts-hebrew-fancy: "GPL" +fonts-hebrew: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "BSD-like" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fwbuilder: "GPL" +fwrestart: "GPL" +gai-pal: "GPL" +gai: "LGPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +geda-docs: "GPL" +geda-examples: "GPL" +geda-symbols: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot-conduits: "LGPL" +gnome-pilot: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes-extras: "LGPL" +gnome-themes: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-vfs2: "LGPL+" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +grip: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gstreamer08: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtklp: "GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview-sharp: "LGPL" +gtksourceview: "GPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal-info: "AFL/GPL" +hal: "AFL/GPL" +halberd: "GPL" +hamlib: "LGPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng-ifiles: "GPL" +initng: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +iproute: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +jomolhari-fonts: "SIL Open Font License" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kftpgrabber: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +krusader: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa-swh-plugins: "GPL" +ladspa: "LGPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade-java: "LGPL" +libglade: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +libkdcraw: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond-doc: "GPL" +lilypond: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +maven2: "Apache Software License" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_kerb: "Apache" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine-scrobbler: "GPL" +muine: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf-perl: "NetCDF" +netcdf: "NetCDF" +netgen: "GPL" +nethack-vultures: "NetHack General Public License" +nethack: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils-lib: "GPL" +nfs-utils: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocaml: "QPL/LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavucontrol: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns-recursor: "GPL" +pdns: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Ace: "GPL" "Artistic" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-AutoClass: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Autouse: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBIx-SearchBuilder: "GPL" "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Stag: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-Expect: "GPL" "Artistic" +perl-ExtUtils-AutoInstall: "GPL" "Artistic" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-Find-Rule: "Artistic" "GPL" +perl-File-Flat: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NCopy: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Slurp: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-AFM: "GPL" "Artistic" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GD-SVG: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-Gtk2: "LGPL" +perl-HTML-Format: "GPL" "Artistic" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-Maketext-Lexicon: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-GnuPG: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Derivative: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Spline: "GPL" "Artistic" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Newt: "GPL" "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-POE: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-PPI: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Pod-Tests: "GPL" "Artistic" +perl-PostScript: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-Quoted: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-Shellwords: "GPL" "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Text-Wrapper: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM-XPath: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XPathEngine: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-DB-DataObject: "PHP License" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-File: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-HTML-QuickForm: "PHP License" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +ppracer: "GPL" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pyclutter: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-decoratortools: "PSF" "ZPL" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +python: "Python Software Foundation License v2" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet-doc: "GPL" +redet: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rsync: "GPL" +rt3: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes-templates: "GPL" +scribes: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smb4k: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squashfs-tools: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +stardict: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sturmbahnfahrer: "GPL" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tibetan-machine-uni-fonts: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +torque: "Freely redistributable" "See PBS_License.txt" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint-stamps: "GPL" +tuxpaint: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +ufraw: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +usermode: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPL" +valgrind: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +webalizer: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs-gtk: "GPL" +xdg-user-dirs: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc: "Apache Software License" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xmms: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsane: "GPL" +xscorch: "GPL" +xsri: "GPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Summary: 46.24% of spec files (2167 out of 4686) have invalid licenses (as of Thu, 30 Aug 2007 05:08:04 +0000) diff --git a/data/old/bad-license-tags-by-package.3 b/data/old/bad-license-tags-by-package.3 new file mode 100644 index 0000000..cce8994 --- /dev/null +++ b/data/old/bad-license-tags-by-package.3 @@ -0,0 +1,2169 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GeoIP: "LGPL" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit-gnome: "GPL" +PolicyKit: "AFL/GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +XaraLX: "GPL" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +adns: "GPL" +aiksaurus: "GPL" +alfont: "BSD-like" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anacron: "GPL" +anjuta-gdl: "GPL" +anjuta: "GPL" +ant-contrib: "Apache Software License" +ant: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-bn: "GPL" +aspell-gu: "GPL" +aspell-he: "GPL" +aspell-hi: "GPL" +aspell-mi: "LGPL" +aspell-mr: "GPL" +aspell-or: "GPL" +aspell-pa: "GPL" +aspell-ta: "GPL" +aspell-te: "GPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins-docklet: "GPL" +audacious-plugins: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LGPL" +berusky-data: "GPL" +berusky: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bug-buddy: "GPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +bzflag: "LGPL" +bzr-gtk: "GPL" +bzrtools: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo-java: "LGPL" +cairo: "LGPL/MPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib-g77: "LGPLV2+" +cernlib: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +clutter-gst: "LGPL" +clutter-gtk: "LGPL" +clutter: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cpio: "GPL" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix-asn1: "BSD style" +cryptix: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +ddrescue: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper-multipath: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo-doc: "GPL" +drgeo: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dstat: "GPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +eclipse: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs-nxml-mode: "GPL" +emacs: "GPL" +emerald-themes: "GPL" +emerald: "GPL" +empathy: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang-esdl: "Distributable" +erlang: "Erlang Public License" +esc: "GPL" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim-doc: "GPL" +exim: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-release: "GPL" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth-dssi: "GPL" +fluidsynth: "LGPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-chinese: "Arphic Public License" "GPL-like" +fonts-hebrew-fancy: "GPL" +fonts-hebrew: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "BSD-like" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fwbuilder: "GPL" +fwrestart: "GPL" +gai-pal: "GPL" +gai: "LGPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +geda-docs: "GPL" +geda-examples: "GPL" +geda-symbols: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot-conduits: "LGPL" +gnome-pilot: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes-extras: "LGPL" +gnome-themes: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-vfs2: "LGPL+" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +grip: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gstreamer08: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtklp: "GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview-sharp: "LGPL" +gtksourceview: "GPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal-info: "AFL/GPL" +hal: "AFL/GPL" +halberd: "GPL" +hamlib: "LGPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng-ifiles: "GPL" +initng: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +iproute: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +jomolhari-fonts: "SIL Open Font License" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kftpgrabber: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +krusader: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa-swh-plugins: "GPL" +ladspa: "LGPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade-java: "LGPL" +libglade: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +libkdcraw: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond-doc: "GPL" +lilypond: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +maven2: "Apache Software License" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_kerb: "Apache" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine-scrobbler: "GPL" +muine: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf-perl: "NetCDF" +netcdf: "NetCDF" +netgen: "GPL" +nethack-vultures: "NetHack General Public License" +nethack: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils-lib: "GPL" +nfs-utils: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocaml: "QPL/LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavucontrol: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns-recursor: "GPL" +pdns: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Ace: "GPL" "Artistic" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-AutoClass: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Autouse: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBIx-SearchBuilder: "GPL" "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Stag: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-Expect: "GPL" "Artistic" +perl-ExtUtils-AutoInstall: "GPL" "Artistic" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-Find-Rule: "Artistic" "GPL" +perl-File-Flat: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NCopy: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Slurp: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-AFM: "GPL" "Artistic" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GD-SVG: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-Gtk2: "LGPL" +perl-HTML-Format: "GPL" "Artistic" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-Maketext-Lexicon: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-GnuPG: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Derivative: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Spline: "GPL" "Artistic" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Newt: "GPL" "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-POE: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-PPI: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Pod-Tests: "GPL" "Artistic" +perl-PostScript: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-Quoted: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-Shellwords: "GPL" "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Text-Wrapper: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM-XPath: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XPathEngine: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-DB-DataObject: "PHP License" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-File: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-HTML-QuickForm: "PHP License" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +ppracer: "GPL" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pyclutter: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-decoratortools: "PSF" "ZPL" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +python: "Python Software Foundation License v2" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet-doc: "GPL" +redet: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rsync: "GPL" +rt3: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes-templates: "GPL" +scribes: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smb4k: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squashfs-tools: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +stardict: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sturmbahnfahrer: "GPL" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tibetan-machine-uni-fonts: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +torque: "Freely redistributable" "See PBS_License.txt" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint-stamps: "GPL" +tuxpaint: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +ufraw: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +usermode: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPL" +valgrind: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +webalizer: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs-gtk: "GPL" +xdg-user-dirs: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc: "Apache Software License" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xmms: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsane: "GPL" +xscorch: "GPL" +xsri: "GPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Summary: 46.24% of spec files (2167 out of 4686) have invalid licenses (as of Thu, 30 Aug 2007 06:11:53 +0000) diff --git a/data/old/bad-license-tags-by-package.4 b/data/old/bad-license-tags-by-package.4 new file mode 100644 index 0000000..6aa1c5b --- /dev/null +++ b/data/old/bad-license-tags-by-package.4 @@ -0,0 +1,2169 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GeoIP: "LGPL" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +XaraLX: "GPL" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +adns: "GPL" +aiksaurus: "GPL" +alfont: "BSD-like" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anacron: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-bn: "GPL" +aspell-gu: "GPL" +aspell-he: "GPL" +aspell-hi: "GPL" +aspell-mi: "LGPL" +aspell-mr: "GPL" +aspell-or: "GPL" +aspell-pa: "GPL" +aspell-ta: "GPL" +aspell-te: "GPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LGPL" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bug-buddy: "GPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +bzflag: "LGPL" +bzr-gtk: "GPL" +bzrtools: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +clutter: "LGPL" +clutter-gst: "LGPL" +clutter-gtk: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cpio: "GPL" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +ddrescue: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dstat: "GPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +empathy: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esc: "GPL" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-chinese: "Arphic Public License" "GPL-like" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "BSD-like" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +fwrestart: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +geda-docs: "GPL" +geda-examples: "GPL" +geda-symbols: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +grip: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtklp: "GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +hamlib: "LGPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +iproute: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +jomolhari-fonts: "SIL Open Font License" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kftpgrabber: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +krusader: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +libkdcraw: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_kerb: "Apache" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +netgen: "GPL" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavucontrol: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Ace: "GPL" "Artistic" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-AutoClass: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Autouse: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBIx-SearchBuilder: "GPL" "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Stag: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-AutoInstall: "GPL" "Artistic" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule: "Artistic" "GPL" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-Flat: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NCopy: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Slurp: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-AFM: "GPL" "Artistic" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GD-SVG: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-Format: "GPL" "Artistic" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-Maketext-Lexicon: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-GnuPG: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Derivative: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Spline: "GPL" "Artistic" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Newt: "GPL" "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Pod-Tests: "GPL" "Artistic" +perl-PostScript: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-Quoted: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-Shellwords: "GPL" "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Text-Wrapper: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-DOM-XPath: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XPathEngine: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +ppracer: "GPL" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pyclutter: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-decoratortools: "PSF" "ZPL" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rsync: "GPL" +rt3: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smb4k: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squashfs-tools: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sturmbahnfahrer: "GPL" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tibetan-machine-uni-fonts: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +torque: "Freely redistributable" "See PBS_License.txt" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +ufraw: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +usermode: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPL" +valgrind: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +webalizer: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsane: "GPL" +xscorch: "GPL" +xsri: "GPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Summary: 46.24% of spec files (2167 out of 4686) have invalid licenses (as of Thu, 30 Aug 2007 19:41:35 +0000) diff --git a/data/old/bad-license-tags-by-package.tmp b/data/old/bad-license-tags-by-package.tmp new file mode 100644 index 0000000..0904983 --- /dev/null +++ b/data/old/bad-license-tags-by-package.tmp @@ -0,0 +1,2160 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GeoIP: "LGPL" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +adns: "GPL" +aiksaurus: "GPL" +alfont: "BSD-like" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-bn: "GPL" +aspell-gu: "GPL" +aspell-he: "GPL" +aspell-hi: "GPL" +aspell-mi: "LGPL" +aspell-mr: "GPL" +aspell-or: "GPL" +aspell-pa: "GPL" +aspell-ta: "GPL" +aspell-te: "GPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LGPL" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bug-buddy: "GPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +bzflag: "LGPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +clutter: "LGPL" +clutter-gst: "LGPL" +clutter-gtk: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cpio: "GPL" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dstat: "GPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +empathy: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esc: "GPL" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-chinese: "Arphic Public License" "GPL-like" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "BSD-like" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +fwrestart: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +geda-docs: "GPL" +geda-examples: "GPL" +geda-symbols: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +grip: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtklp: "GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +hamlib: "LGPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +iproute: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +jomolhari-fonts: "SIL Open Font License" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kftpgrabber: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +krusader: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +libkdcraw: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +netgen: "GPL" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavucontrol: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Ace: "GPL" "Artistic" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-AutoClass: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Autouse: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBIx-SearchBuilder: "GPL" "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Stag: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-AutoInstall: "GPL" "Artistic" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule: "Artistic" "GPL" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-Flat: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NCopy: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Slurp: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-AFM: "GPL" "Artistic" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GD-SVG: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-Format: "GPL" "Artistic" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-Maketext-Lexicon: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-GnuPG: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Derivative: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Spline: "GPL" "Artistic" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Pod-Tests: "GPL" "Artistic" +perl-PostScript: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-Quoted: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-Shellwords: "GPL" "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-DOM-XPath: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XPathEngine: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +ppracer: "GPL" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pyclutter: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-decoratortools: "PSF" "ZPL" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rsync: "GPL" +rt3: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smb4k: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squashfs-tools: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sturmbahnfahrer: "GPL" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tibetan-machine-uni-fonts: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +torque: "Freely redistributable" "See PBS_License.txt" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +ufraw: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +usermode: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPL" +valgrind: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsane: "GPL" +xscorch: "GPL" +xsri: "GPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2158 out of 4685 (46.1%) [as of 2007-08-30 22:26 UTC] diff --git a/data/old/bad-license-tags-by-package.~10~ b/data/old/bad-license-tags-by-package.~10~ new file mode 100644 index 0000000..6442973 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~10~ @@ -0,0 +1,2063 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alpine: "Apache Software License" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-egit: "EPL GPLv2 LGPLv2" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-Run3: "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +powerman: "GPL" +powertop: "GPL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +sos: "GPL" +soundtracker: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uim: "LGPL+" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdaemon: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPLv2.1" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2061 out of 4735 (43.53%) [as of 2007-09-17 13:56 UTC] diff --git a/data/old/bad-license-tags-by-package.~11~ b/data/old/bad-license-tags-by-package.~11~ new file mode 100644 index 0000000..cc0a43e --- /dev/null +++ b/data/old/bad-license-tags-by-package.~11~ @@ -0,0 +1,2041 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +Miro: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alpine: "Apache Software License" +alsa-tools: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-egit: "EPL GPLv2 LGPLv2" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyutils: "GPL/LGPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "GPL+ with exceptions" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-Run3: "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +powerman: "GPL" +powertop: "GPL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +sos: "GPL" +soundtracker: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uudeview: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdaemon: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPLv2.1" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2039 out of 4746 (42.96%) [as of 2007-09-21 04:01 UTC] diff --git a/data/old/bad-license-tags-by-package.~12~ b/data/old/bad-license-tags-by-package.~12~ new file mode 100644 index 0000000..c4edb0f --- /dev/null +++ b/data/old/bad-license-tags-by-package.~12~ @@ -0,0 +1,2046 @@ +BackupPC (trasher): "GPL" +BibTool (pertusus): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FlightGear (bellet): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +Miro (tscherf): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +NetworkManager-openvpn (timn): "GPL" +ORBit (pghmcfc): "LGPL/GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyQt (than): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-multcomp (orion): "GPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +VLGothic-fonts (ryo): "Distributable" +Zim (cweyl): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (orion): "GPL" +apmd (zprikryl): "GPL" +aquamarine (jwilson): "GPL" +archmage (pertusus): "GPL" +ardour (green): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mbarabas): "GPL" +asa (pertusus): "GPL" +asciidoc (chrisw): "GPL" +asm2 (pcheung): "BSD-style" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (jpo): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins (ertzing): "GPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avahi (mbacovsk): "LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bdock (jwilson): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +beryl-core (jwilson): "GPL" +beryl-manager (jwilson): "GPL" +beryl-plugins (jwilson): "GPL" +beryl-settings (jwilson): "GPL" +bes (pertusus): "LGPL" +bibletime (anderson): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boolstuff (pertusus): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buildbot (giallu): "GPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +calcurse (nigelj): "GPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cernlib (pertusus): "LGPLV2+" +cernlib-g77 (pertusus): "LGPLV2+" +cgi-util (orphan): "LGPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +chmlib (peter): "LGPL" +cksfv (xulchris): "GPL" +clamav (ensc): "GPL" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (jkeating): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +clisp (gemi): "GPL" +cln (qspencer): "GPL" +clucene (deji): "LGPL" +cman (cfeist): "GPL" +cobbler (mdehaan): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-gcc-34 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conky (errr): "GPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +control-center (ctrl-center-team): "GFDL+" +convmv (nphilipp): "GPL" +coreutils (pgraner): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpan2rpm (ghenry): "Artistic" +cpanspec (steve): "GPL" "Artistic" +cppunit (pertusus): "LGPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +createrepo (james): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +csync2 (ruben): "GPL" +ctags (than): "GPL" +ctapi-cyberjack (frankb): "LGPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (kevin): "LGPL" +dbmail (bjohnson): "GPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPL" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (jwboyer): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts (behdad): "Redistributable, with restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dirac (kwizart): "MPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +docbook-dtds (ovasik): "Distributable" +docbook-simple (ovasik): "Distributable" +docbook-style-dsssl (ovasik): "Distributable" +docbook-style-xsl (ovasik): "Distributable" +docbook-utils (ovasik): "GPL" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 2.5" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (bkonrath): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eiciel (cweyl): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +emerald (jwilson): "GPL" +emerald-themes (jwilson): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (caillon): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esmtp (pertusus): "GPL" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "GPLv+" "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +facter (lutter): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-package-config-smart (athimm): "GPL" +fedora-release-notes (pfrields): "Distributable" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fgfs-Atlas (bellet): "GPL" +fgfs-base (bellet): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flim (petersen): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-arabic (rbhalera): "GPL" +fonts-hebrew (rbhalera): "GPL" +fonts-hebrew-fancy (danken): "GPL" +fonts-indic (rbhalera): "GPL" +fonts-korean (cchance): "Distributable" +fonts-sinhala (rbhalera): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (nigelj): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +frotz (cgrau): "GPL" +frysk (cagney): "GPL" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +fwbuilder (ertzing): "GPL" +gai-pal (salimma): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gaim-otr (pwouters): "GPL" +gajim (gajownik): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kzak): "GPL" +gcfilms (tian): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gconf-editor (rstrode): "GFDL+" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-calendar (owentl): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +geany (josef): "GPL" +gedit (rstrode): "GFDL+" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +genius (gemi): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gettext (petersen): "LGPL" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghc (bos): "BSD style" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellm-themes (orphan): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gmpc (adrian): "GPL" +gnochm (pertusus): "GPL" +gnofract4d (orphan): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-libs (pghmcfc): "LGPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-theme-clearlooks-bigpack (pgordon): "GPL" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-monikers (mclasen): "LGPL" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-volume-manager (davidz): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gonvert (pfj): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +grhino (salimma): "GPL" +gscan2pdf (bjohnson): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gsl (varekova): "BSD license" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkdatabox (ework): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gurlchecker (orphan): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +hdhomerun (jwilson): "LGPL" +heliodor (jwilson): "GPL" +help2man (corsepiu): "GPL" +hexedit (jmoskovc): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +i810switch (mdomsch): "GPL" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +imp (static): "GPL" +incron (ruben): "GPL" +ingo (static): "Apache Software License v1" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +inotify-tools (gajownik): "GPL" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kawa (green): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdeedu (than): "GPL" +kdelibs3 (than): "LGPL" +kdiff3 (nbecker): "GPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kio_sword (anderson): "GPL" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +knetworkmanager (ausil): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +kronolith (static): "GPL" +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +ladspa-swh-plugins (green): "GPL" +lash (green): "GPL" +lasi (orion): "LGPL" +lat (pghmcfc): "GPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mbarabas): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libao (behdad): "GPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (jpo): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libcroco (mclasen): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libesmtp (pawsa): "LGPL" "LGPL/GPL" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libfwbuilder (ertzing): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade (pghmcfc): "LGPL" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblo (green): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libmusicbrainz (hadess): "LGPL" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsieve (bjohnson): "GPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxdoc-tools (ovasik): "Freely distributable" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +lockdev (kzak): "LGPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +m2crypto (mitr): "BSDish" +macchanger (splinux): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mercurial (katzj): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mbarabas): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (jkeating): "GPL" +mkinitrd (pjones): "GPL" +mock (jkeating): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moodss (jfontain): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine (sindrepb): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (jpo): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +netatalk (mbarabas): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nqc (rvinyard): "MPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (nigelj): "LGPL" +ocaml-camlimages (nigelj): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ocsinventory-client (remi): "GPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +openalpp (xulchris): "LGPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +openvrml (braden): "LGPL" "GPL" "GPL" "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osgal (xulchris): "LGPL" +osgcal (xulchris): "GPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0f (kevin): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (orphan): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +paman (lennart): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pavumeter (lennart): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (jpo): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Alien-wxWidgets (jpo): "GPL" "Artistic" +perl-Apache-DBI (remi): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-Apache-Session (steve): "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-AppConfig (jpo): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Array-Compare (jpo): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-Authen-SASL (jpo): "GPL" "Artistic" +perl-B-Keywords (jpo): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-Ex (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (jpo): "GPL" "Artistic" +perl-Cache (pertusus): "Artistic" "GPL" +perl-Cache-Cache (jpo): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Cairo (jpo): "LGPL" +perl-Callback (mkpai): "GPL/Artistic" +perl-Carp-Assert (jpo): "GPL" "Artistic" +perl-Carp-Assert-More (jpo): "GPL" "Artistic" +perl-Catalyst-Action-RenderView (cweyl): "GPL" "Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Chatbot-Eliza (cweyl): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3 (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-InsideOut (cweyl): "Artistic" "GPL" +perl-Class-MakeMethods (cweyl): "Artistic" "GPL" +perl-Class-MethodMaker (dgregor): "GPL" "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Singleton (steve): "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Compress-Bzip2 (jpo): "GPL" +perl-Compress-Raw-Zlib (rnorwood): "Artistic" "GPL" +perl-Config-Any (cweyl): "GPL" "Artistic" +perl-Config-IniFiles (jpo): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Record (dgregor): "GPL" +perl-Config-Tiny (jpo): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-Blowfish (ixs): "Distributable" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-PasswdMD5 (mmcgrath): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBD-CSV (jpo): "GPL" "Artistic" +perl-DBD-Mock (cweyl): "GPL" "Artistic" +perl-DBD-SQLite (jpo): "GPL" "Artistic" +perl-DBD-XBase (jpo): "GPL" "Artistic" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Compare (jpo): "GPL" "Artistic" +perl-Data-Dump (cweyl): "GPL" "Artistic" +perl-Data-HexDump (ixs): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-Data-Visitor (cweyl): "GPL" "Artistic" +perl-Date-Pcalc (mmcgrath): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Cover (jpo): "GPL" "Artistic" +perl-Devel-Cycle (jpo): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Digest-MD4 (jpo): "GPL" "Artistic" +perl-Digest-SHA (hardaker): "Artistic" "GPL" +perl-Email-Address (jpo): "GPL" "Artistic" +perl-Email-MIME (jpo): "GPL" "Artistic" +perl-Email-MIME-ContentType (jpo): "GPL" "Artistic" +perl-Email-MIME-Encodings (jpo): "GPL" "Artistic" +perl-Email-MIME-Modifier (jpo): "GPL" "Artistic" +perl-Email-MessageID (jpo): "GPL" "Artistic" +perl-Email-Simple (jpo): "GPL" "Artistic" +perl-Error (jpo): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-Expect (jpo): "GPL" "Artistic" +perl-Expect-Simple (jpo): "GPL" +perl-ExtUtils-CBuilder (jpo): "GPL" "Artistic" +perl-ExtUtils-Depends (jpo): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-ExtUtils-ParseXS (jpo): "GPL" "Artistic" +perl-ExtUtils-PkgConfig (jpo): "LGPL" +perl-Feed-Find (pertusus): "Artistic" "GPL" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-BaseDir (pertusus): "GPL" "Artistic" +perl-File-DesktopEntry (pertusus): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Fetch (steve): "GPL" "Artistic" +perl-File-Find-Rule-PPI (jpo): "GPL" "Artistic" +perl-File-HomeDir (jpo): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-NFSLock (pertusus): "Artistic" "GPL" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Tail (jpo): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-Which (jpo): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Finance-YahooQuote (wtogami): "GPL" +perl-Font-TTF (nim): "Artistic" +perl-FreezeThaw (jpo): "GPL" "Artistic" +perl-GD (jpo): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GDGraph (jpo): "GPL" "Artistic" +perl-GDGraph3d (jpo): "GPL" "Artistic" +perl-GDTextUtil (jpo): "GPL" "Artistic" +perl-GPS (jpo): "GPL" "Artistic" +perl-GPS-PRN (jpo): "GPL" "Artistic" +perl-GSSAPI (jpo): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-Constants (jpo): "GPL" "Artistic" +perl-Geo-Ellipsoids (jpo): "GPL" "Artistic" +perl-Geo-Forward (jpo): "GPL" "Artistic" +perl-Geo-Functions (jpo): "GPL" "Artistic" +perl-Geo-Inverse (jpo): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Glib (jpo): "LGPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (jpo): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Notify (cweyl): "LGPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Scrubber (jpo): "GPL" "Artistic" +perl-HTML-Table (orion): "GPL" "Artistic" +perl-HTML-Template (jpo): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Proxy (jpo): "GPL" "Artistic" +perl-HTTP-Recorder (jpo): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-HTTP-Request-Params (jpo): "GPL" "Artistic" +perl-HTTP-Server-Simple (jpo): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-Hook-LexWrap (jpo): "GPL" "Artistic" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Capture (jpo): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-Interface (jpo): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IO-Socket-INET6 (wtogami): "Artistic" "GPL" +perl-IO-Socket-SSL (wtogami): "GPL" "Artistic" +perl-IO-String (rnorwood): "GPL" "Artistic" +perl-IO-Tty (jpo): "GPL" "Artistic" +perl-IO-Zlib (rnorwood): "GPL" "Artistic" +perl-IPC-Cmd (steve): "GPL" "Artistic" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (jpo): "GPL" +perl-IPC-SharedCache (jpo): "GPL" +perl-Image-Base (jpo): "LGPL" +perl-Image-Info (jpo): "GPL" "Artistic" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (jpo): "Artistic" +perl-Image-Xbm (jpo): "LGPL" +perl-Image-Xpm (jpo): "GPL" +perl-Imager (steve): "GPL" "Artistic" +perl-Inline (rnorwood): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-JSON-XS (cweyl): "GPL" "Artistic" +perl-Jcode (abompard): "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-LWP-Authen-Wsse (pertusus): "Artistic" "GPL" +perl-List-Compare (cweyl): "Artistic" "GPL" +perl-List-MoreUtils (jpo): "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy (jpo): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Dispatch (jpo): "GPL" "Artistic" +perl-Log-Dispatch-Config (cweyl): "Artistic" "GPL" +perl-Log-Dispatch-FileRotate (jpo): "GPL" "Artistic" +perl-Log-Log4perl (jpo): "GPL" "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-MARC-Record (jpo): "GPL" "Artistic" +perl-MD5 (ixs): "GPL" "Artistic" +perl-MIME-Lite (mmcgrath): "GPL" "Artistic" +perl-MLDBM (jpo): "GPL" "Artistic" +perl-MP3-Info (xulchris): "Artistic" "GPL" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-Mail-Sender (jpo): "Distributable" +perl-Mail-Sendmail (jpo): "Distributable" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Round (cweyl): "Artistic" "GPL" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (jpo): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (jpo): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Locate (jpo): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (jpo): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-Module-Versions-Report (jpo): "GPL" "Artistic" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose (cweyl): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-MooseX-Params-Validate (cweyl): "GPL" "Artistic" +perl-Mozilla-LDAP (rmeggins): "GPL/LGPL/MPL" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS (rnorwood): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-GPSD (jpo): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "GPL" "Artistic" "LGPL" +perl-Net-Netmask (wtogami): "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SNMP (jpo): "GPL" "Artistic" +perl-Net-SNPP (jcollie): "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-SSLeay (wtogami): "BSDish" +perl-Net-Telnet (jkeating): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-PPI (jpo): "GPL" "Artistic" +perl-PPI-HTML (jpo): "GPL" "Artistic" +perl-PPI-Tester (jpo): "GPL" "Artistic" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-PadWalker (jpo): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Parse-RecDescent (rnorwood): "Artistic" +perl-Parse-Yapp (pertusus): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (jpo): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Pod-Escapes (jpo): "GPL" "Artistic" +perl-Pod-Readme (steve): "GPL" "Artistic" +perl-Pod-Simple (jpo): "GPL" "Artistic" +perl-Pod-Spell (jpo): "GPL" "Artistic" +perl-Pod-Strip (jpo): "GPL" "Artistic" +perl-Proc-Daemon (remi): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RPM2 (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Readonly (cweyl): "GPL" "Artistic" +perl-Readonly-XS (cweyl): "GPL" "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SGMLSpm (ovasik): "GPL" +perl-SNMP_Session (jpo): "Artistic" +perl-SOAP-Lite (mmcgrath): "GPL" "Artistic" +perl-SQL-Library (cweyl): "GPL" "Artistic" +perl-SQL-Statement (jpo): "GPL" "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Scalar-Properties (jpo): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Set-Scalar (jpo): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-Statistics-Descriptive (pertusus): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-Format (jpo): "GPL" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Identify (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Name (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (jpo): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-TeX-Hyphen (jpo): "GPL" "Artistic" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Term-UI (steve): "GPL" "Artistic" +perl-TermReadKey (rnorwood): "Distributable" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Cmd (jpo): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Differences (jpo): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (jpo): "GPL" "Artistic" +perl-Test-Expect (jpo): "GPL" "Artistic" +perl-Test-File (jpo): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Manifest (jpo): "GPL" "Artistic" +perl-Test-Memory-Cycle (jpo): "GPL" "Artistic" +perl-Test-MockObject (jpo): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Number-Delta (jpo): "GPL" "Artistic" +perl-Test-Object (jpo): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (jpo): "GPL" "Artistic" +perl-Test-Pod (jpo): "GPL" "Artistic" +perl-Test-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Spelling (jpo): "GPL" "Artistic" +perl-Test-SubCalls (jpo): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-Test-Warn (jpo): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CHM (pertusus): "GPL" "Artistic" +perl-Text-CSV_XS (jpo): "GPL" "Artistic" +perl-Text-CharWidth (athimm): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-Template (jpo): "GPL" "Artistic" +perl-Text-Tree (cweyl): "GPL" "Artistic" +perl-Text-Unidecode (pertusus): "GPL" "Artistic" +perl-Text-WikiFormat (jpo): "GPL" "Artistic" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Text-WrapI18N (athimm): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Tie-IxHash (jpo): "GPL" "Artistic" +perl-Time-Period (robmv): "GPL" "Artistic" +perl-Time-Piece (cgrau): "GPL" "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-Time-modules (kaboom): "Distributable" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-DAG_Node (jpo): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-UNIVERSAL-can (jpo): "GPL" "Artistic" +perl-UNIVERSAL-isa (jpo): "GPL" "Artistic" +perl-URI (rnorwood): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-Map (abompard): "Artistic" +perl-Unicode-Map8 (abompard): "Artistic" +perl-Unicode-MapUTF8 (abompard): "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-Unix-Syslog (steve): "Artistic" +perl-WWW-Babelfish (cweyl): "GPL" "Artistic" +perl-WWW-Bugzilla (jpo): "GPL" "Artistic" +perl-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-Wx (jpo): "GPL" "Artistic" +perl-XML-DOM (orion): "GPL" "Artistic" +perl-XML-Dumper (rnorwood): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-LibXML (rnorwood): "GPL" "Artistic" +perl-XML-LibXML-Common (rnorwood): "GPL" "Artistic" +perl-XML-NamespaceSupport (rnorwood): "GPL" "Artistic" +perl-XML-RegExp (orion): "GPL" "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "GPL" "Artistic" "LGPL" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XPath (rnorwood): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl (alexlan): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-libxml-perl (rnorwood): "GPL" "Artistic" +perl-pmtools (jpo): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-manual-en (timj): "Open Publication License" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Net-UserAgent-Detect (xulchris): "PHP License" +php-pear-Numbers-Roman (xulchris): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-PHP-CompatInfo (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pidgin-rhythmbox (salimma): "GPL" +pilot-link (varekova): "tcl" +pirut (katzj): "GPL" +pitivi (jcollie): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +poker-network (xulchris): "GPL" +poker2d (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppl (bagnara): "GPL" +ppp (twoerner): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pv (jhrozek): "Artistic" "modified" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pychess (sindrepb): "GPL" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (rvokal): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (orion): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-fpconst (xulchris): "Apache Software License" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-meld3 (mmcgrath): "ZPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-nltk_lite (salimma): "GPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxf86config (ajax): "GPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +q (gemi): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qjackctl (nando): "GPL" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qt4-qsa (frankb): "GPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mbacovsk): "GPL" +quarry (salimma): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mbacovsk): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +raptor (green): "LGPL" "Apache License Version 2.0" +rarpd (jmoskovc): "GPL" +rasqal (thomasvs): "LGPL" "Apache Software License 2.0" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +readahead (kzak): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (nigelj): "GPL" +redet-doc (nigelj): "GPL" +redhat-menus (rstrode): "XFree86" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +renrot (andriy): "GPL" "Artistic" +repoman (dcantrel): "GPL" +repoview (icon): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-fcitx (petersen): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes (pgordon): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +serpentine (sindrepb): "GPL" +setools (dwalsh): "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common (ovasik): "GPL" "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +shorewall (robmv): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "GPL" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sopwith (adrian): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamass-milter (pghmcfc): "GPL" +spamassassin (wtogami): "Apache License" +spambayes (xulchris): "Python Software Foundation License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mbacovsk): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +startup-notification (rstrode): "LGPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +suitesparse (qspencer): "Distributable" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +swatch (jpo): "GPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (jpo): "GPL" +sysreport (than): "GPL" +sysstat (varekova): "GPL" +system-config-bind (jkeating): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-language (lizhang): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-netboot (rbrich): "GPL" +system-config-network (harald): "GPL" +system-config-nfs (nphilipp): "GPL" +system-config-samba (nphilipp): "GPL" +system-config-services (nphilipp): "GPL" +system-config-soundcard (stransky): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-IEEEtran (rvinyard): "Artistic" +tetex-bytefield (jpo): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (jpo): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetex-tex4ht (pertusus): "LaTeX" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +timidity++ (nigelj): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tla (jwboyer): "GPL" +tmpwatch (mitr): "GPL" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +tsclient (davidz): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License v1" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +uudeview (adrian): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vixie-cron (mmaslano): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vnstat (adrian): "GPL" +vorbis-tools (behdad): "GPL" +vsftpd (mbarabas): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +weechat (stingray): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +which (than): "GPL" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (nigelj): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdesktopwaves (adrian): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xfig (than): "Freeware" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlindent (adrian): "GPL" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xournal (rvinyard): "GPL" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xulrunner (caillon): "MPL/LGPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-metadata-parser (katzj): "GPL" +yum-utils (skvidal): "GPL" +z88dk (pfj): "Artistic" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 2044 out of 4746 (43.07%) [as of 2007-09-21 17:39 UTC] diff --git a/data/old/bad-license-tags-by-package.~13~ b/data/old/bad-license-tags-by-package.~13~ new file mode 100644 index 0000000..8082229 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~13~ @@ -0,0 +1,2014 @@ +BibTool (pertusus): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +Miro (tscherf): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +NetworkManager-openvpn (timn): "GPL" +ORBit (pghmcfc): "LGPL/GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyQt (than): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-multcomp (orion): "GPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +VLGothic-fonts (ryo): "Distributable" +Zim (cweyl): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (orion): "GPL" +apmd (zprikryl): "GPL" +aquamarine (jwilson): "GPL" +archmage (pertusus): "GPL" +ardour (green): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mbarabas): "GPL" +asa (pertusus): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (jpo): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins (ertzing): "GPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bdock (jwilson): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +beryl-core (jwilson): "GPL" +beryl-manager (jwilson): "GPL" +beryl-plugins (jwilson): "GPL" +beryl-settings (jwilson): "GPL" +bes (pertusus): "LGPL" +bibletime (anderson): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boolstuff (pertusus): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buildbot (giallu): "GPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +calcurse (limb): "GPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +chmlib (peter): "LGPL" +cksfv (xulchris): "GPL" +clamav (ensc): "GPL" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (jkeating): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +clisp (gemi): "GPL" +cln (qspencer): "GPL" +clucene (deji): "LGPL" +cman (cfeist): "GPL" +cobbler (mdehaan): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-gcc-34 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conky (errr): "GPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +control-center (ctrl-center-team): "GFDL+" +convmv (nphilipp): "GPL" +coreutils (pgraner): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpan2rpm (ghenry): "Artistic" +cpanspec (steve): "GPL" "Artistic" +cppunit (pertusus): "LGPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +createrepo (james): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +csync2 (ruben): "GPL" +ctags (than): "GPL" +ctapi-cyberjack (frankb): "LGPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (kevin): "LGPL" +dbmail (bjohnson): "GPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPL" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (jwboyer): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts (behdad): "Redistributable, with restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dirac (kwizart): "MPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +docbook-dtds (ovasik): "Distributable" +docbook-simple (ovasik): "Distributable" +docbook-style-dsssl (ovasik): "Distributable" +docbook-style-xsl (ovasik): "Distributable" +docbook-utils (ovasik): "GPL" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (bkonrath): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eiciel (cweyl): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +emerald (jwilson): "GPL" +emerald-themes (jwilson): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (caillon): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esmtp (pertusus): "GPL" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "GPLv+" "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-arabic (rbhalera): "GPL" +fonts-hebrew (rbhalera): "GPL" +fonts-hebrew-fancy (danken): "GPL" +fonts-sinhala (rbhalera): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +frotz (cgrau): "GPL" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +fwbuilder (ertzing): "GPL" +gai-pal (salimma): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gaim-otr (pwouters): "GPL" +gajim (gajownik): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kzak): "GPL" +gcfilms (tian): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gconf-editor (rstrode): "GFDL+" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-calendar (owentl): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +geany (josef): "GPL" +gedit (rstrode): "GFDL+" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +genius (gemi): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghc (bos): "BSD style" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gmpc (adrian): "GPL" +gnochm (pertusus): "GPL" +gnofract4d (orphan): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-libs (pghmcfc): "LGPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-theme-clearlooks-bigpack (pgordon): "GPL" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-monikers (mclasen): "LGPL" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-volume-manager (davidz): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gonvert (pfj): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gscan2pdf (bjohnson): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gsl (varekova): "BSD license" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkdatabox (ework): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gurlchecker (orphan): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +hdhomerun (jwilson): "LGPL" +heliodor (jwilson): "GPL" +help2man (corsepiu): "GPL" +hexedit (jmoskovc): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +i810switch (mdomsch): "GPL" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +imp (static): "GPL" +incron (ruben): "GPL" +ingo (static): "Apache Software License v1" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kawa (green): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdeedu (than): "GPL" +kdelibs3 (than): "LGPL" +kdiff3 (nbecker): "GPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kio_sword (anderson): "GPL" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +kronolith (static): "GPL" +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +ladspa-swh-plugins (green): "GPL" +lash (green): "GPL" +lasi (orion): "LGPL" +lat (pghmcfc): "GPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mbarabas): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libao (behdad): "GPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (jpo): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libcroco (mclasen): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libesmtp (pawsa): "LGPL" "LGPL/GPL" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libfwbuilder (ertzing): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade (pghmcfc): "LGPL" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblo (green): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libmusicbrainz (hadess): "LGPL" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsieve (bjohnson): "GPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxdoc-tools (ovasik): "Freely distributable" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +lockdev (kzak): "LGPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +macchanger (splinux): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mercurial (katzj): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mbarabas): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (jkeating): "GPL" +mkinitrd (pjones): "GPL" +mock (jkeating): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moodss (jfontain): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine (sindrepb): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (jpo): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +netatalk (mbarabas): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ocsinventory-client (remi): "GPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +openalpp (xulchris): "LGPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +openvrml (braden): "LGPL" "GPL" "GPL" "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osgal (xulchris): "LGPL" +osgcal (xulchris): "GPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0f (kevin): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (orphan): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +paman (lennart): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pavumeter (lennart): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (jpo): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Alien-wxWidgets (jpo): "GPL" "Artistic" +perl-Apache-DBI (remi): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-Apache-Session (steve): "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-AppConfig (jpo): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Array-Compare (jpo): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-Authen-SASL (jpo): "GPL" "Artistic" +perl-B-Keywords (jpo): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-Ex (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (jpo): "GPL" "Artistic" +perl-Cache (pertusus): "Artistic" "GPL" +perl-Cache-Cache (jpo): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Cairo (jpo): "LGPL" +perl-Callback (mkpai): "GPL/Artistic" +perl-Carp-Assert (jpo): "GPL" "Artistic" +perl-Carp-Assert-More (jpo): "GPL" "Artistic" +perl-Catalyst-Action-RenderView (cweyl): "GPL" "Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Chatbot-Eliza (cweyl): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3 (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-InsideOut (cweyl): "Artistic" "GPL" +perl-Class-MakeMethods (cweyl): "Artistic" "GPL" +perl-Class-MethodMaker (dgregor): "GPL" "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Singleton (steve): "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Compress-Bzip2 (jpo): "GPL" +perl-Compress-Raw-Zlib (rnorwood): "Artistic" "GPL" +perl-Config-Any (cweyl): "GPL" "Artistic" +perl-Config-IniFiles (jpo): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Record (dgregor): "GPL" +perl-Config-Tiny (jpo): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-Blowfish (ixs): "Distributable" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-PasswdMD5 (mmcgrath): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBD-CSV (jpo): "GPL" "Artistic" +perl-DBD-Mock (cweyl): "GPL" "Artistic" +perl-DBD-SQLite (jpo): "GPL" "Artistic" +perl-DBD-XBase (jpo): "GPL" "Artistic" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Compare (jpo): "GPL" "Artistic" +perl-Data-Dump (cweyl): "GPL" "Artistic" +perl-Data-HexDump (ixs): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-Data-Visitor (cweyl): "GPL" "Artistic" +perl-Date-Pcalc (mmcgrath): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Cover (jpo): "GPL" "Artistic" +perl-Devel-Cycle (jpo): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Digest-MD4 (jpo): "GPL" "Artistic" +perl-Digest-SHA (hardaker): "Artistic" "GPL" +perl-Email-Address (jpo): "GPL" "Artistic" +perl-Email-MIME (jpo): "GPL" "Artistic" +perl-Email-MIME-ContentType (jpo): "GPL" "Artistic" +perl-Email-MIME-Encodings (jpo): "GPL" "Artistic" +perl-Email-MIME-Modifier (jpo): "GPL" "Artistic" +perl-Email-MessageID (jpo): "GPL" "Artistic" +perl-Email-Simple (jpo): "GPL" "Artistic" +perl-Error (jpo): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-Expect (jpo): "GPL" "Artistic" +perl-Expect-Simple (jpo): "GPL" +perl-ExtUtils-CBuilder (jpo): "GPL" "Artistic" +perl-ExtUtils-Depends (jpo): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-ExtUtils-ParseXS (jpo): "GPL" "Artistic" +perl-ExtUtils-PkgConfig (jpo): "LGPL" +perl-Feed-Find (pertusus): "Artistic" "GPL" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-BaseDir (pertusus): "GPL" "Artistic" +perl-File-DesktopEntry (pertusus): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Fetch (steve): "GPL" "Artistic" +perl-File-Find-Rule-PPI (jpo): "GPL" "Artistic" +perl-File-HomeDir (jpo): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-NFSLock (pertusus): "Artistic" "GPL" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Tail (jpo): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-Which (jpo): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Finance-YahooQuote (wtogami): "GPL" +perl-Font-TTF (nim): "Artistic" +perl-FreezeThaw (jpo): "GPL" "Artistic" +perl-GD (jpo): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GDGraph (jpo): "GPL" "Artistic" +perl-GDGraph3d (jpo): "GPL" "Artistic" +perl-GDTextUtil (jpo): "GPL" "Artistic" +perl-GPS (jpo): "GPL" "Artistic" +perl-GPS-PRN (jpo): "GPL" "Artistic" +perl-GSSAPI (jpo): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-Constants (jpo): "GPL" "Artistic" +perl-Geo-Ellipsoids (jpo): "GPL" "Artistic" +perl-Geo-Forward (jpo): "GPL" "Artistic" +perl-Geo-Functions (jpo): "GPL" "Artistic" +perl-Geo-Inverse (jpo): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Glib (jpo): "LGPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (jpo): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Notify (cweyl): "LGPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Scrubber (jpo): "GPL" "Artistic" +perl-HTML-Table (orion): "GPL" "Artistic" +perl-HTML-Template (jpo): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Proxy (jpo): "GPL" "Artistic" +perl-HTTP-Recorder (jpo): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-HTTP-Request-Params (jpo): "GPL" "Artistic" +perl-HTTP-Server-Simple (jpo): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-Hook-LexWrap (jpo): "GPL" "Artistic" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Capture (jpo): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-Interface (jpo): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IO-Socket-INET6 (wtogami): "Artistic" "GPL" +perl-IO-Socket-SSL (wtogami): "GPL" "Artistic" +perl-IO-String (rnorwood): "GPL" "Artistic" +perl-IO-Tty (jpo): "GPL" "Artistic" +perl-IO-Zlib (rnorwood): "GPL" "Artistic" +perl-IPC-Cmd (steve): "GPL" "Artistic" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (jpo): "GPL" +perl-IPC-SharedCache (jpo): "GPL" +perl-Image-Base (jpo): "LGPL" +perl-Image-Info (jpo): "GPL" "Artistic" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (jpo): "Artistic" +perl-Image-Xbm (jpo): "LGPL" +perl-Image-Xpm (jpo): "GPL" +perl-Imager (steve): "GPL" "Artistic" +perl-Inline (rnorwood): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-JSON-XS (cweyl): "GPL" "Artistic" +perl-Jcode (abompard): "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-LWP-Authen-Wsse (pertusus): "Artistic" "GPL" +perl-List-Compare (cweyl): "Artistic" "GPL" +perl-List-MoreUtils (jpo): "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy (jpo): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Dispatch (jpo): "GPL" "Artistic" +perl-Log-Dispatch-Config (cweyl): "Artistic" "GPL" +perl-Log-Dispatch-FileRotate (jpo): "GPL" "Artistic" +perl-Log-Log4perl (jpo): "GPL" "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-MARC-Record (jpo): "GPL" "Artistic" +perl-MD5 (ixs): "GPL" "Artistic" +perl-MIME-Lite (mmcgrath): "GPL" "Artistic" +perl-MLDBM (jpo): "GPL" "Artistic" +perl-MP3-Info (xulchris): "Artistic" "GPL" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-Mail-Sender (jpo): "Distributable" +perl-Mail-Sendmail (jpo): "Distributable" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Round (cweyl): "Artistic" "GPL" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (jpo): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (jpo): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Locate (jpo): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (jpo): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-Module-Versions-Report (jpo): "GPL" "Artistic" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose (cweyl): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-MooseX-Params-Validate (cweyl): "GPL" "Artistic" +perl-Mozilla-LDAP (rmeggins): "GPL/LGPL/MPL" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS (rnorwood): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-GPSD (jpo): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "GPL" "Artistic" "LGPL" +perl-Net-Netmask (wtogami): "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SNMP (jpo): "GPL" "Artistic" +perl-Net-SNPP (jcollie): "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-SSLeay (wtogami): "BSDish" +perl-Net-Telnet (jkeating): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-PPI (jpo): "GPL" "Artistic" +perl-PPI-HTML (jpo): "GPL" "Artistic" +perl-PPI-Tester (jpo): "GPL" "Artistic" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-PadWalker (jpo): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Parse-RecDescent (rnorwood): "Artistic" +perl-Parse-Yapp (pertusus): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (jpo): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Pod-Escapes (jpo): "GPL" "Artistic" +perl-Pod-Readme (steve): "GPL" "Artistic" +perl-Pod-Simple (jpo): "GPL" "Artistic" +perl-Pod-Spell (jpo): "GPL" "Artistic" +perl-Pod-Strip (jpo): "GPL" "Artistic" +perl-Proc-Daemon (remi): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RPM2 (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Readonly (cweyl): "GPL" "Artistic" +perl-Readonly-XS (cweyl): "GPL" "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SGMLSpm (ovasik): "GPL" +perl-SNMP_Session (jpo): "Artistic" +perl-SOAP-Lite (mmcgrath): "GPL" "Artistic" +perl-SQL-Library (cweyl): "GPL" "Artistic" +perl-SQL-Statement (jpo): "GPL" "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Scalar-Properties (jpo): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Set-Scalar (jpo): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-Statistics-Descriptive (pertusus): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-Format (jpo): "GPL" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Identify (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Name (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (jpo): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-TeX-Hyphen (jpo): "GPL" "Artistic" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Term-UI (steve): "GPL" "Artistic" +perl-TermReadKey (rnorwood): "Distributable" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Cmd (jpo): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Differences (jpo): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (jpo): "GPL" "Artistic" +perl-Test-Expect (jpo): "GPL" "Artistic" +perl-Test-File (jpo): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Manifest (jpo): "GPL" "Artistic" +perl-Test-Memory-Cycle (jpo): "GPL" "Artistic" +perl-Test-MockObject (jpo): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Number-Delta (jpo): "GPL" "Artistic" +perl-Test-Object (jpo): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (jpo): "GPL" "Artistic" +perl-Test-Pod (jpo): "GPL" "Artistic" +perl-Test-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Spelling (jpo): "GPL" "Artistic" +perl-Test-SubCalls (jpo): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-Test-Warn (jpo): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CHM (pertusus): "GPL" "Artistic" +perl-Text-CSV_XS (jpo): "GPL" "Artistic" +perl-Text-CharWidth (athimm): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-Template (jpo): "GPL" "Artistic" +perl-Text-Tree (cweyl): "GPL" "Artistic" +perl-Text-Unidecode (pertusus): "GPL" "Artistic" +perl-Text-WikiFormat (jpo): "GPL" "Artistic" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Text-WrapI18N (athimm): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Tie-IxHash (jpo): "GPL" "Artistic" +perl-Time-Period (robmv): "GPL" "Artistic" +perl-Time-Piece (cgrau): "GPL" "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-Time-modules (kaboom): "Distributable" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-DAG_Node (jpo): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-UNIVERSAL-can (jpo): "GPL" "Artistic" +perl-UNIVERSAL-isa (jpo): "GPL" "Artistic" +perl-URI (rnorwood): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-Map (abompard): "Artistic" +perl-Unicode-Map8 (abompard): "Artistic" +perl-Unicode-MapUTF8 (abompard): "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-Unix-Syslog (steve): "Artistic" +perl-WWW-Babelfish (cweyl): "GPL" "Artistic" +perl-WWW-Bugzilla (jpo): "GPL" "Artistic" +perl-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-Wx (jpo): "GPL" "Artistic" +perl-XML-DOM (orion): "GPL" "Artistic" +perl-XML-Dumper (rnorwood): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-LibXML (rnorwood): "GPL" "Artistic" +perl-XML-LibXML-Common (rnorwood): "GPL" "Artistic" +perl-XML-NamespaceSupport (rnorwood): "GPL" "Artistic" +perl-XML-RegExp (orion): "GPL" "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "GPL" "Artistic" "LGPL" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XPath (rnorwood): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl (alexlan): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-libxml-perl (rnorwood): "GPL" "Artistic" +perl-pmtools (jpo): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-manual-en (timj): "Open Publication License" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Net-UserAgent-Detect (xulchris): "PHP License" +php-pear-Numbers-Roman (xulchris): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-PHP-CompatInfo (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pilot-link (varekova): "tcl" +pirut (katzj): "GPL" +pitivi (jcollie): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +poker-network (xulchris): "GPL" +poker2d (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppl (bagnara): "GPL" +ppp (twoerner): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pv (jhrozek): "Artistic" "modified" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pychess (sindrepb): "GPL" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (rvokal): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (orion): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-fpconst (xulchris): "Apache Software License" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-meld3 (mmcgrath): "ZPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +q (gemi): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qjackctl (nando): "GPL" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qt4-qsa (frankb): "GPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mbacovsk): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mbacovsk): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +raptor (green): "LGPL" "Apache License Version 2.0" +rarpd (jmoskovc): "GPL" +rasqal (thomasvs): "LGPL" "Apache Software License 2.0" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +readahead (kzak): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (orphan): "GPL" +redet-doc (orphan): "GPL" +redhat-menus (rstrode): "XFree86" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +renrot (andriy): "GPL" "Artistic" +repoman (dcantrel): "GPL" +repoview (icon): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes (pgordon): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +serpentine (sindrepb): "GPL" +setools (dwalsh): "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common (ovasik): "GPL" "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +shorewall (robmv): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "GPL" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sopwith (adrian): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamass-milter (pghmcfc): "GPL" +spamassassin (wtogami): "Apache License" +spambayes (xulchris): "Python Software Foundation License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mbacovsk): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +startup-notification (rstrode): "LGPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +suitesparse (qspencer): "Distributable" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +swatch (jpo): "GPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (jpo): "GPL" +sysreport (than): "GPL" +sysstat (varekova): "GPL" +system-config-bind (jkeating): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-language (lizhang): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-netboot (rbrich): "GPL" +system-config-network (harald): "GPL" +system-config-nfs (nphilipp): "GPL" +system-config-samba (nphilipp): "GPL" +system-config-services (nphilipp): "GPL" +system-config-soundcard (stransky): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (jpo): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (jpo): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tla (jwboyer): "GPL" +tmpwatch (mitr): "GPL" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +tsclient (davidz): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License v1" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +uudeview (adrian): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vnstat (adrian): "GPL" +vorbis-tools (behdad): "GPL" +vsftpd (mbarabas): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +weechat (stingray): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +which (than): "GPL" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdesktopwaves (adrian): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xfig (than): "Freeware" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlindent (adrian): "GPL" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-metadata-parser (katzj): "GPL" +yum-utils (skvidal): "GPL" +z88dk (pfj): "Artistic" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 2012 out of 4783 (42.07%) [as of 2007-09-27 16:45 UTC] diff --git a/data/old/bad-license-tags-by-package.~14~ b/data/old/bad-license-tags-by-package.~14~ new file mode 100644 index 0000000..d50a096 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~14~ @@ -0,0 +1,2007 @@ +BibTool (pertusus): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +Miro (tscherf): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +NetworkManager-openvpn (timn): "GPL" +ORBit (pghmcfc): "LGPL/GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyQt (than): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-multcomp (orion): "GPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +VLGothic-fonts (ryo): "Distributable" +Zim (cweyl): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (orion): "GPL" +apmd (zprikryl): "GPL" +aquamarine (jwilson): "GPL" +archmage (pertusus): "GPL" +ardour (green): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mbarabas): "GPL" +asa (pertusus): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (jpo): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins (ertzing): "GPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bdock (jwilson): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +beryl-core (jwilson): "GPL" +beryl-manager (jwilson): "GPL" +beryl-plugins (jwilson): "GPL" +beryl-settings (jwilson): "GPL" +bes (pertusus): "LGPL" +bibletime (anderson): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boolstuff (pertusus): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buildbot (giallu): "GPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +calcurse (limb): "GPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +chmlib (peter): "LGPL" +cksfv (xulchris): "GPL" +clamav (ensc): "GPL" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (jkeating): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +clisp (gemi): "GPL" +cln (qspencer): "GPL" +clucene (deji): "LGPL" +cman (cfeist): "GPL" +cobbler (mdehaan): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-gcc-34 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conky (errr): "GPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +control-center (ctrl-center-team): "GFDL+" +coreutils (pgraner): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpan2rpm (ghenry): "Artistic" +cpanspec (steve): "GPL" "Artistic" +cppunit (pertusus): "LGPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +createrepo (james): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +csync2 (ruben): "GPL" +ctags (than): "GPL" +ctapi-cyberjack (frankb): "LGPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (kevin): "LGPL" +dbmail (bjohnson): "GPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPL" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (jwboyer): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts (behdad): "Redistributable, with restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dirac (kwizart): "MPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +docbook-dtds (ovasik): "Distributable" +docbook-simple (ovasik): "Distributable" +docbook-style-dsssl (ovasik): "Distributable" +docbook-style-xsl (ovasik): "Distributable" +docbook-utils (ovasik): "GPL" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (bkonrath): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eiciel (cweyl): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +emerald (jwilson): "GPL" +emerald-themes (jwilson): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (caillon): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esmtp (pertusus): "GPL" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "GPLv+" "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-arabic (rbhalera): "GPL" +fonts-hebrew (rbhalera): "GPL" +fonts-hebrew-fancy (danken): "GPL" +fonts-sinhala (rbhalera): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +frotz (cgrau): "GPL" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +fwbuilder (ertzing): "GPL" +gai-pal (salimma): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gaim-otr (pwouters): "GPL" +gajim (gajownik): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kzak): "GPL" +gcfilms (tian): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gconf-editor (rstrode): "GFDL+" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-calendar (owentl): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +geany (josef): "GPL" +gedit (rstrode): "GFDL+" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +genius (gemi): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghc (bos): "BSD style" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gmpc (adrian): "GPL" +gnochm (pertusus): "GPL" +gnofract4d (orphan): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-libs (pghmcfc): "LGPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-theme-clearlooks-bigpack (pgordon): "GPL" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-monikers (mclasen): "LGPL" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-volume-manager (davidz): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gonvert (pfj): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gscan2pdf (bjohnson): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gsl (varekova): "BSD license" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkdatabox (ework): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gurlchecker (orphan): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +hdhomerun (jwilson): "LGPL" +heliodor (jwilson): "GPL" +help2man (corsepiu): "GPL" +hexedit (jmoskovc): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +i810switch (mdomsch): "GPL" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +imp (static): "GPL" +incron (ruben): "GPL" +ingo (static): "Apache Software License v1" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kawa (green): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdeedu (than): "GPL" +kdelibs3 (than): "LGPL" +kdiff3 (nbecker): "GPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kio_sword (anderson): "GPL" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +kronolith (static): "GPL" +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +ladspa-swh-plugins (green): "GPL" +lash (green): "GPL" +lasi (orion): "LGPL" +lat (pghmcfc): "GPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mbarabas): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libao (behdad): "GPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (jpo): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libcroco (mclasen): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libesmtp (pawsa): "LGPL" "LGPL/GPL" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libfwbuilder (ertzing): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade (pghmcfc): "LGPL" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblo (green): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libmusicbrainz (hadess): "LGPL" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsieve (bjohnson): "GPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxdoc-tools (ovasik): "Freely distributable" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +lockdev (kzak): "LGPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +macchanger (splinux): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mercurial (katzj): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mbarabas): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (jkeating): "GPL" +mkinitrd (pjones): "GPL" +mock (jkeating): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moodss (jfontain): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine (sindrepb): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (jpo): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +netatalk (mbarabas): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ocsinventory-client (remi): "GPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +openalpp (xulchris): "LGPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +openvrml (braden): "LGPL" "GPL" "GPL" "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osgal (xulchris): "LGPL" +osgcal (xulchris): "GPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0f (kevin): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (orphan): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +paman (lennart): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pavumeter (lennart): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (jpo): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Alien-wxWidgets (jpo): "GPL" "Artistic" +perl-Apache-DBI (remi): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-Apache-Session (steve): "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-AppConfig (jpo): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Array-Compare (jpo): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-Authen-SASL (jpo): "GPL" "Artistic" +perl-B-Keywords (jpo): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-Ex (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (jpo): "GPL" "Artistic" +perl-Cache (pertusus): "Artistic" "GPL" +perl-Cache-Cache (jpo): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Cairo (jpo): "LGPL" +perl-Callback (mkpai): "GPL/Artistic" +perl-Carp-Assert (jpo): "GPL" "Artistic" +perl-Carp-Assert-More (jpo): "GPL" "Artistic" +perl-Catalyst-Action-RenderView (cweyl): "GPL" "Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Chatbot-Eliza (cweyl): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3 (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-InsideOut (cweyl): "Artistic" "GPL" +perl-Class-MakeMethods (cweyl): "Artistic" "GPL" +perl-Class-MethodMaker (dgregor): "GPL" "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Singleton (steve): "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Compress-Bzip2 (jpo): "GPL" +perl-Compress-Raw-Zlib (rnorwood): "Artistic" "GPL" +perl-Config-Any (cweyl): "GPL" "Artistic" +perl-Config-IniFiles (jpo): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Record (dgregor): "GPL" +perl-Config-Tiny (jpo): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-Blowfish (ixs): "Distributable" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-PasswdMD5 (mmcgrath): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBD-CSV (jpo): "GPL" "Artistic" +perl-DBD-Mock (cweyl): "GPL" "Artistic" +perl-DBD-SQLite (jpo): "GPL" "Artistic" +perl-DBD-XBase (jpo): "GPL" "Artistic" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Compare (jpo): "GPL" "Artistic" +perl-Data-Dump (cweyl): "GPL" "Artistic" +perl-Data-HexDump (ixs): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-Data-Visitor (cweyl): "GPL" "Artistic" +perl-Date-Pcalc (mmcgrath): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Cover (jpo): "GPL" "Artistic" +perl-Devel-Cycle (jpo): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Digest-MD4 (jpo): "GPL" "Artistic" +perl-Digest-SHA (hardaker): "Artistic" "GPL" +perl-Email-Address (jpo): "GPL" "Artistic" +perl-Email-MIME (jpo): "GPL" "Artistic" +perl-Email-MIME-ContentType (jpo): "GPL" "Artistic" +perl-Email-MIME-Encodings (jpo): "GPL" "Artistic" +perl-Email-MIME-Modifier (jpo): "GPL" "Artistic" +perl-Email-MessageID (jpo): "GPL" "Artistic" +perl-Email-Simple (jpo): "GPL" "Artistic" +perl-Error (jpo): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-Expect (jpo): "GPL" "Artistic" +perl-Expect-Simple (jpo): "GPL" +perl-ExtUtils-CBuilder (jpo): "GPL" "Artistic" +perl-ExtUtils-Depends (jpo): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-ExtUtils-ParseXS (jpo): "GPL" "Artistic" +perl-ExtUtils-PkgConfig (jpo): "LGPL" +perl-Feed-Find (pertusus): "Artistic" "GPL" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-BaseDir (pertusus): "GPL" "Artistic" +perl-File-DesktopEntry (pertusus): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Fetch (steve): "GPL" "Artistic" +perl-File-Find-Rule-PPI (jpo): "GPL" "Artistic" +perl-File-HomeDir (jpo): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-NFSLock (pertusus): "Artistic" "GPL" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Tail (jpo): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-Which (jpo): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Finance-YahooQuote (wtogami): "GPL" +perl-Font-TTF (nim): "Artistic" +perl-FreezeThaw (jpo): "GPL" "Artistic" +perl-GD (jpo): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GDGraph (jpo): "GPL" "Artistic" +perl-GDGraph3d (jpo): "GPL" "Artistic" +perl-GDTextUtil (jpo): "GPL" "Artistic" +perl-GPS (jpo): "GPL" "Artistic" +perl-GPS-PRN (jpo): "GPL" "Artistic" +perl-GSSAPI (jpo): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-Constants (jpo): "GPL" "Artistic" +perl-Geo-Ellipsoids (jpo): "GPL" "Artistic" +perl-Geo-Forward (jpo): "GPL" "Artistic" +perl-Geo-Functions (jpo): "GPL" "Artistic" +perl-Geo-Inverse (jpo): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Glib (jpo): "LGPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (jpo): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Notify (cweyl): "LGPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Scrubber (jpo): "GPL" "Artistic" +perl-HTML-Table (orion): "GPL" "Artistic" +perl-HTML-Template (jpo): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Proxy (jpo): "GPL" "Artistic" +perl-HTTP-Recorder (jpo): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-HTTP-Request-Params (jpo): "GPL" "Artistic" +perl-HTTP-Server-Simple (jpo): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-Hook-LexWrap (jpo): "GPL" "Artistic" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Capture (jpo): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-Interface (jpo): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IO-Socket-INET6 (wtogami): "Artistic" "GPL" +perl-IO-Socket-SSL (wtogami): "GPL" "Artistic" +perl-IO-String (rnorwood): "GPL" "Artistic" +perl-IO-Tty (jpo): "GPL" "Artistic" +perl-IO-Zlib (rnorwood): "GPL" "Artistic" +perl-IPC-Cmd (steve): "GPL" "Artistic" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (jpo): "GPL" +perl-IPC-SharedCache (jpo): "GPL" +perl-Image-Base (jpo): "LGPL" +perl-Image-Info (jpo): "GPL" "Artistic" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (jpo): "Artistic" +perl-Image-Xbm (jpo): "LGPL" +perl-Image-Xpm (jpo): "GPL" +perl-Imager (steve): "GPL" "Artistic" +perl-Inline (rnorwood): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-JSON-XS (cweyl): "GPL" "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-LWP-Authen-Wsse (pertusus): "Artistic" "GPL" +perl-List-Compare (cweyl): "Artistic" "GPL" +perl-List-MoreUtils (jpo): "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy (jpo): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Dispatch (jpo): "GPL" "Artistic" +perl-Log-Dispatch-Config (cweyl): "Artistic" "GPL" +perl-Log-Dispatch-FileRotate (jpo): "GPL" "Artistic" +perl-Log-Log4perl (jpo): "GPL" "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-MARC-Record (jpo): "GPL" "Artistic" +perl-MD5 (ixs): "GPL" "Artistic" +perl-MIME-Lite (mmcgrath): "GPL" "Artistic" +perl-MLDBM (jpo): "GPL" "Artistic" +perl-MP3-Info (xulchris): "Artistic" "GPL" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-Mail-Sender (jpo): "Distributable" +perl-Mail-Sendmail (jpo): "Distributable" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Round (cweyl): "Artistic" "GPL" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (jpo): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (jpo): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Locate (jpo): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (jpo): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-Module-Versions-Report (jpo): "GPL" "Artistic" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose (cweyl): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-MooseX-Params-Validate (cweyl): "GPL" "Artistic" +perl-Mozilla-LDAP (rmeggins): "GPL/LGPL/MPL" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS (rnorwood): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-GPSD (jpo): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "GPL" "Artistic" "LGPL" +perl-Net-Netmask (wtogami): "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SNMP (jpo): "GPL" "Artistic" +perl-Net-SNPP (jcollie): "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-SSLeay (wtogami): "BSDish" +perl-Net-Telnet (jkeating): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-PPI (jpo): "GPL" "Artistic" +perl-PPI-HTML (jpo): "GPL" "Artistic" +perl-PPI-Tester (jpo): "GPL" "Artistic" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-PadWalker (jpo): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Parse-RecDescent (rnorwood): "Artistic" +perl-Parse-Yapp (pertusus): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (jpo): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Pod-Escapes (jpo): "GPL" "Artistic" +perl-Pod-Readme (steve): "GPL" "Artistic" +perl-Pod-Simple (jpo): "GPL" "Artistic" +perl-Pod-Spell (jpo): "GPL" "Artistic" +perl-Pod-Strip (jpo): "GPL" "Artistic" +perl-Proc-Daemon (remi): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RPM2 (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Readonly (cweyl): "GPL" "Artistic" +perl-Readonly-XS (cweyl): "GPL" "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SGMLSpm (ovasik): "GPL" +perl-SNMP_Session (jpo): "Artistic" +perl-SOAP-Lite (mmcgrath): "GPL" "Artistic" +perl-SQL-Library (cweyl): "GPL" "Artistic" +perl-SQL-Statement (jpo): "GPL" "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Scalar-Properties (jpo): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Set-Scalar (jpo): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-Statistics-Descriptive (pertusus): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-Format (jpo): "GPL" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Identify (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Name (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (jpo): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-TeX-Hyphen (jpo): "GPL" "Artistic" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Term-UI (steve): "GPL" "Artistic" +perl-TermReadKey (rnorwood): "Distributable" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Cmd (jpo): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Differences (jpo): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (jpo): "GPL" "Artistic" +perl-Test-Expect (jpo): "GPL" "Artistic" +perl-Test-File (jpo): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Manifest (jpo): "GPL" "Artistic" +perl-Test-Memory-Cycle (jpo): "GPL" "Artistic" +perl-Test-MockObject (jpo): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Number-Delta (jpo): "GPL" "Artistic" +perl-Test-Object (jpo): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (jpo): "GPL" "Artistic" +perl-Test-Pod (jpo): "GPL" "Artistic" +perl-Test-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Spelling (jpo): "GPL" "Artistic" +perl-Test-SubCalls (jpo): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-Test-Warn (jpo): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CHM (pertusus): "GPL" "Artistic" +perl-Text-CSV_XS (jpo): "GPL" "Artistic" +perl-Text-CharWidth (athimm): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-Template (jpo): "GPL" "Artistic" +perl-Text-Tree (cweyl): "GPL" "Artistic" +perl-Text-Unidecode (pertusus): "GPL" "Artistic" +perl-Text-WikiFormat (jpo): "GPL" "Artistic" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Text-WrapI18N (athimm): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Tie-IxHash (jpo): "GPL" "Artistic" +perl-Time-Period (robmv): "GPL" "Artistic" +perl-Time-Piece (cgrau): "GPL" "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-Time-modules (kaboom): "Distributable" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-DAG_Node (jpo): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-UNIVERSAL-can (jpo): "GPL" "Artistic" +perl-UNIVERSAL-isa (jpo): "GPL" "Artistic" +perl-URI (rnorwood): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-Unix-Syslog (steve): "Artistic" +perl-WWW-Babelfish (cweyl): "GPL" "Artistic" +perl-WWW-Bugzilla (jpo): "GPL" "Artistic" +perl-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-Wx (jpo): "GPL" "Artistic" +perl-XML-DOM (orion): "GPL" "Artistic" +perl-XML-Dumper (rnorwood): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-LibXML (rnorwood): "GPL" "Artistic" +perl-XML-LibXML-Common (rnorwood): "GPL" "Artistic" +perl-XML-NamespaceSupport (rnorwood): "GPL" "Artistic" +perl-XML-RegExp (orion): "GPL" "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "GPL" "Artistic" "LGPL" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XPath (rnorwood): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl (alexlan): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-libxml-perl (rnorwood): "GPL" "Artistic" +perl-pmtools (jpo): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-manual-en (timj): "Open Publication License" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Net-UserAgent-Detect (xulchris): "PHP License" +php-pear-Numbers-Roman (xulchris): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-PHP-CompatInfo (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pilot-link (varekova): "tcl" +pirut (katzj): "GPL" +pitivi (jcollie): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +poker-network (xulchris): "GPL" +poker2d (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppl (bagnara): "GPL" +ppp (twoerner): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pv (jhrozek): "Artistic" "modified" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pychess (sindrepb): "GPL" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (rvokal): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (orion): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-fpconst (xulchris): "Apache Software License" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-meld3 (mmcgrath): "ZPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +q (gemi): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qjackctl (nando): "GPL" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qt4-qsa (frankb): "GPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mbacovsk): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mbacovsk): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +raptor (green): "LGPL" "Apache License Version 2.0" +rarpd (jmoskovc): "GPL" +rasqal (thomasvs): "LGPL" "Apache Software License 2.0" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +readahead (kzak): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (orphan): "GPL" +redet-doc (orphan): "GPL" +redhat-menus (rstrode): "XFree86" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +renrot (andriy): "GPL" "Artistic" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes (pgordon): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +serpentine (sindrepb): "GPL" +setools (dwalsh): "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common (ovasik): "GPL" "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +shorewall (robmv): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "GPL" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sopwith (adrian): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamass-milter (pghmcfc): "GPL" +spamassassin (wtogami): "Apache License" +spambayes (xulchris): "Python Software Foundation License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mbacovsk): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +startup-notification (rstrode): "LGPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +suitesparse (qspencer): "Distributable" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +swatch (jpo): "GPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (jpo): "GPL" +sysreport (than): "GPL" +sysstat (varekova): "GPL" +system-config-bind (jkeating): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-language (lizhang): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-netboot (rbrich): "GPL" +system-config-network (harald): "GPL" +system-config-nfs (nphilipp): "GPL" +system-config-samba (nphilipp): "GPL" +system-config-services (nphilipp): "GPL" +system-config-soundcard (stransky): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (jpo): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (jpo): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tla (jwboyer): "GPL" +tmpwatch (mitr): "GPL" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +tsclient (davidz): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License v1" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +uudeview (adrian): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vnstat (adrian): "GPL" +vorbis-tools (behdad): "GPL" +vsftpd (mbarabas): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +weechat (stingray): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +which (than): "GPL" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdesktopwaves (adrian): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xfig (than): "Freeware" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlindent (adrian): "GPL" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-metadata-parser (katzj): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 2005 out of 4785 (41.90%) [as of 2007-09-27 18:53 UTC] diff --git a/data/old/bad-license-tags-by-package.~15~ b/data/old/bad-license-tags-by-package.~15~ new file mode 100644 index 0000000..56b27a0 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~15~ @@ -0,0 +1,1981 @@ +BibTool (pertusus): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +Miro (tscherf): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +NetworkManager-openvpn (timn): "GPL" +ORBit (pghmcfc): "LGPL/GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyQt (than): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-multcomp (orion): "GPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +VLGothic-fonts (ryo): "Distributable" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +abyssinica-fonts (bernie): "SIL Open Font License" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (orion): "GPL" +apmd (zprikryl): "GPL" +aquamarine (jwilson): "GPL" +archmage (pertusus): "GPL" +ardour (green): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mbarabas): "GPL" +asa (pertusus): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (jpo): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins (ertzing): "GPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bdock (jwilson): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +beryl-core (jwilson): "GPL" +beryl-manager (jwilson): "GPL" +beryl-plugins (jwilson): "GPL" +beryl-settings (jwilson): "GPL" +bes (pertusus): "LGPL" +bibletime (anderson): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boolstuff (pertusus): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buildbot (giallu): "GPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +calcurse (limb): "GPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +cksfv (xulchris): "GPL" +clamav (ensc): "GPL" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (jkeating): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +clisp (gemi): "GPL" +cln (qspencer): "GPL" +clucene (deji): "LGPL" +cman (cfeist): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-gcc-34 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conky (errr): "GPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +control-center (ctrl-center-team): "GFDL+" +coreutils (pgraner): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpan2rpm (ghenry): "Artistic" +cpanspec (steve): "GPL" "Artistic" +cppunit (pertusus): "LGPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +createrepo (james): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +csync2 (ruben): "GPL" +ctags (than): "GPL" +ctapi-cyberjack (frankb): "LGPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (kevin): "LGPL" +dbmail (bjohnson): "GPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPLv2" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (jwboyer): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts (behdad): "Redistributable, with restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dirac (kwizart): "MPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +docbook-dtds (ovasik): "Distributable" +docbook-simple (ovasik): "Distributable" +docbook-style-dsssl (ovasik): "Distributable" +docbook-style-xsl (ovasik): "Distributable" +docbook-utils (ovasik): "GPL" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (bkonrath): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eiciel (cweyl): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +emerald (jwilson): "GPL" +emerald-themes (jwilson): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (caillon): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esmtp (pertusus): "GPL" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "GPLv+" "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-arabic (rbhalera): "GPL" +fonts-hebrew (rbhalera): "GPL" +fonts-hebrew-fancy (danken): "GPL" +fonts-sinhala (rbhalera): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +frotz (cgrau): "GPL" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +gai-pal (salimma): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gaim-otr (pwouters): "GPL" +gajim (gajownik): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kzak): "GPL" +gcfilms (tian): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gconf-editor (rstrode): "GFDL+" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-calendar (owentl): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +geany (josef): "GPL" +gedit (rstrode): "GFDL+" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +genius (gemi): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghc (bos): "BSD style" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gmpc (adrian): "GPL" +gnochm (pertusus): "GPL" +gnofract4d (orphan): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-libs (pghmcfc): "LGPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-theme-clearlooks-bigpack (pgordon): "GPL" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-monikers (mclasen): "LGPL" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gonvert (pfj): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gscan2pdf (bjohnson): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gsl (varekova): "BSD license" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkdatabox (ework): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +hdhomerun (jwilson): "LGPL" +heliodor (jwilson): "GPL" +help2man (corsepiu): "GPL" +hexedit (jmoskovc): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +imp (static): "GPL" +incron (ruben): "GPL" +ingo (static): "Apache Software License v1" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kawa (green): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdeedu (than): "GPL" +kdelibs3 (than): "LGPL" +kdiff3 (nbecker): "GPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kio_sword (anderson): "GPL" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +kronolith (static): "GPL" +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +ladspa-swh-plugins (green): "GPL" +lash (green): "GPL" +lasi (orion): "LGPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mbarabas): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libao (behdad): "GPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (jpo): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libcroco (mclasen): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libesmtp (pawsa): "LGPL" "LGPL/GPL" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade (pghmcfc): "LGPL" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblo (green): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libmusicbrainz (hadess): "LGPL" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsieve (bjohnson): "GPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxdoc-tools (ovasik): "Freely distributable" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +lockdev (kzak): "LGPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +macchanger (splinux): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mercurial (katzj): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mbarabas): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (jkeating): "GPL" +mkinitrd (pjones): "GPL" +mock (jkeating): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine (sindrepb): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (jpo): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +netatalk (mbarabas): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ocsinventory-client (remi): "GPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +openvrml (braden): "LGPL" "GPL" "GPL" "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0f (kevin): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (orphan): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +paman (lennart): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pavumeter (lennart): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (jpo): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Alien-wxWidgets (jpo): "GPL" "Artistic" +perl-Apache-DBI (remi): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-Apache-Session (steve): "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-AppConfig (jpo): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Array-Compare (jpo): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-Authen-SASL (jpo): "GPL" "Artistic" +perl-B-Keywords (jpo): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-Ex (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (jpo): "GPL" "Artistic" +perl-Cache (pertusus): "Artistic" "GPL" +perl-Cache-Cache (jpo): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Cairo (jpo): "LGPL" +perl-Callback (mkpai): "GPL/Artistic" +perl-Carp-Assert (jpo): "GPL" "Artistic" +perl-Carp-Assert-More (jpo): "GPL" "Artistic" +perl-Catalyst-Action-RenderView (cweyl): "GPL" "Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Chatbot-Eliza (cweyl): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3 (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-InsideOut (cweyl): "Artistic" "GPL" +perl-Class-MakeMethods (cweyl): "Artistic" "GPL" +perl-Class-MethodMaker (dgregor): "GPL" "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Singleton (steve): "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Compress-Bzip2 (jpo): "GPL" +perl-Compress-Raw-Zlib (rnorwood): "Artistic" "GPL" +perl-Config-Any (cweyl): "GPL" "Artistic" +perl-Config-IniFiles (jpo): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Record (dgregor): "GPL" +perl-Config-Tiny (jpo): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-Blowfish (ixs): "Distributable" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-PasswdMD5 (mmcgrath): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBD-CSV (jpo): "GPL" "Artistic" +perl-DBD-Mock (cweyl): "GPL" "Artistic" +perl-DBD-SQLite (jpo): "GPL" "Artistic" +perl-DBD-XBase (jpo): "GPL" "Artistic" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Compare (jpo): "GPL" "Artistic" +perl-Data-Dump (cweyl): "GPL" "Artistic" +perl-Data-HexDump (ixs): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-Data-Visitor (cweyl): "GPL" "Artistic" +perl-Date-Pcalc (mmcgrath): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Cover (jpo): "GPL" "Artistic" +perl-Devel-Cycle (jpo): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Digest-MD4 (jpo): "GPL" "Artistic" +perl-Digest-SHA (hardaker): "Artistic" "GPL" +perl-Email-Address (jpo): "GPL" "Artistic" +perl-Email-MIME (jpo): "GPL" "Artistic" +perl-Email-MIME-ContentType (jpo): "GPL" "Artistic" +perl-Email-MIME-Encodings (jpo): "GPL" "Artistic" +perl-Email-MIME-Modifier (jpo): "GPL" "Artistic" +perl-Email-MessageID (jpo): "GPL" "Artistic" +perl-Email-Simple (jpo): "GPL" "Artistic" +perl-Error (jpo): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-Expect (jpo): "GPL" "Artistic" +perl-Expect-Simple (jpo): "GPL" +perl-ExtUtils-CBuilder (jpo): "GPL" "Artistic" +perl-ExtUtils-Depends (jpo): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-ExtUtils-ParseXS (jpo): "GPL" "Artistic" +perl-ExtUtils-PkgConfig (jpo): "LGPL" +perl-Feed-Find (pertusus): "Artistic" "GPL" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-BaseDir (pertusus): "GPL" "Artistic" +perl-File-DesktopEntry (pertusus): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Fetch (steve): "GPL" "Artistic" +perl-File-Find-Rule-PPI (jpo): "GPL" "Artistic" +perl-File-HomeDir (jpo): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-NFSLock (pertusus): "Artistic" "GPL" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Tail (jpo): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-Which (jpo): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Finance-YahooQuote (wtogami): "GPL" +perl-Font-TTF (nim): "Artistic" +perl-FreezeThaw (jpo): "GPL" "Artistic" +perl-GD (jpo): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GDGraph (jpo): "GPL" "Artistic" +perl-GDGraph3d (jpo): "GPL" "Artistic" +perl-GDTextUtil (jpo): "GPL" "Artistic" +perl-GPS (jpo): "GPL" "Artistic" +perl-GPS-PRN (jpo): "GPL" "Artistic" +perl-GSSAPI (jpo): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-Constants (jpo): "GPL" "Artistic" +perl-Geo-Ellipsoids (jpo): "GPL" "Artistic" +perl-Geo-Forward (jpo): "GPL" "Artistic" +perl-Geo-Functions (jpo): "GPL" "Artistic" +perl-Geo-Inverse (jpo): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Glib (jpo): "LGPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (jpo): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Notify (cweyl): "LGPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Scrubber (jpo): "GPL" "Artistic" +perl-HTML-Table (orion): "GPL" "Artistic" +perl-HTML-Template (jpo): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Proxy (jpo): "GPL" "Artistic" +perl-HTTP-Recorder (jpo): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-HTTP-Request-Params (jpo): "GPL" "Artistic" +perl-HTTP-Server-Simple (jpo): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-Hook-LexWrap (jpo): "GPL" "Artistic" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Capture (jpo): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-Interface (jpo): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IO-Socket-INET6 (wtogami): "Artistic" "GPL" +perl-IO-Socket-SSL (wtogami): "GPL" "Artistic" +perl-IO-String (rnorwood): "GPL" "Artistic" +perl-IO-Tty (jpo): "GPL" "Artistic" +perl-IO-Zlib (rnorwood): "GPL" "Artistic" +perl-IPC-Cmd (steve): "GPL" "Artistic" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (jpo): "GPL" +perl-IPC-SharedCache (jpo): "GPL" +perl-Image-Base (jpo): "LGPL" +perl-Image-Info (jpo): "GPL" "Artistic" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (jpo): "Artistic" +perl-Image-Xbm (jpo): "LGPL" +perl-Image-Xpm (jpo): "GPL" +perl-Imager (steve): "GPL" "Artistic" +perl-Inline (rnorwood): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-JSON-XS (cweyl): "GPL" "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-LWP-Authen-Wsse (pertusus): "Artistic" "GPL" +perl-List-Compare (cweyl): "Artistic" "GPL" +perl-List-MoreUtils (jpo): "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy (jpo): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Dispatch (jpo): "GPL" "Artistic" +perl-Log-Dispatch-Config (cweyl): "Artistic" "GPL" +perl-Log-Dispatch-FileRotate (jpo): "GPL" "Artistic" +perl-Log-Log4perl (jpo): "GPL" "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-MARC-Record (jpo): "GPL" "Artistic" +perl-MD5 (ixs): "GPL" "Artistic" +perl-MIME-Lite (mmcgrath): "GPL" "Artistic" +perl-MLDBM (jpo): "GPL" "Artistic" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-Mail-Sender (jpo): "Distributable" +perl-Mail-Sendmail (jpo): "Distributable" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Round (cweyl): "Artistic" "GPL" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (jpo): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (jpo): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Locate (jpo): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (jpo): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-Module-Versions-Report (jpo): "GPL" "Artistic" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose (cweyl): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-MooseX-Params-Validate (cweyl): "GPL" "Artistic" +perl-Mozilla-LDAP (rmeggins): "GPL/LGPL/MPL" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS (rnorwood): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-GPSD (jpo): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "GPL" "Artistic" "LGPL" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SNMP (jpo): "GPL" "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-SSLeay (wtogami): "BSDish" +perl-Net-Telnet (jkeating): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-PPI (jpo): "GPL" "Artistic" +perl-PPI-HTML (jpo): "GPL" "Artistic" +perl-PPI-Tester (jpo): "GPL" "Artistic" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-PadWalker (jpo): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Parse-RecDescent (rnorwood): "Artistic" +perl-Parse-Yapp (pertusus): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (jpo): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Pod-Escapes (jpo): "GPL" "Artistic" +perl-Pod-Readme (steve): "GPL" "Artistic" +perl-Pod-Simple (jpo): "GPL" "Artistic" +perl-Pod-Spell (jpo): "GPL" "Artistic" +perl-Pod-Strip (jpo): "GPL" "Artistic" +perl-Proc-Daemon (remi): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RPM2 (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Readonly (cweyl): "GPL" "Artistic" +perl-Readonly-XS (cweyl): "GPL" "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SGMLSpm (ovasik): "GPL" +perl-SNMP_Session (jpo): "Artistic" +perl-SOAP-Lite (mmcgrath): "GPL" "Artistic" +perl-SQL-Library (cweyl): "GPL" "Artistic" +perl-SQL-Statement (jpo): "GPL" "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Scalar-Properties (jpo): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Set-Scalar (jpo): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-Statistics-Descriptive (pertusus): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-Format (jpo): "GPL" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Identify (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Name (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (jpo): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-TeX-Hyphen (jpo): "GPL" "Artistic" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Term-UI (steve): "GPL" "Artistic" +perl-TermReadKey (rnorwood): "Distributable" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Cmd (jpo): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Differences (jpo): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (jpo): "GPL" "Artistic" +perl-Test-Expect (jpo): "GPL" "Artistic" +perl-Test-File (jpo): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Manifest (jpo): "GPL" "Artistic" +perl-Test-Memory-Cycle (jpo): "GPL" "Artistic" +perl-Test-MockObject (jpo): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Number-Delta (jpo): "GPL" "Artistic" +perl-Test-Object (jpo): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (jpo): "GPL" "Artistic" +perl-Test-Pod (jpo): "GPL" "Artistic" +perl-Test-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Spelling (jpo): "GPL" "Artistic" +perl-Test-SubCalls (jpo): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-Test-Warn (jpo): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CHM (pertusus): "GPL" "Artistic" +perl-Text-CSV_XS (jpo): "GPL" "Artistic" +perl-Text-CharWidth (athimm): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-Template (jpo): "GPL" "Artistic" +perl-Text-Tree (cweyl): "GPL" "Artistic" +perl-Text-Unidecode (pertusus): "GPL" "Artistic" +perl-Text-WikiFormat (jpo): "GPL" "Artistic" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Text-WrapI18N (athimm): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Tie-IxHash (jpo): "GPL" "Artistic" +perl-Time-Period (robmv): "GPL" "Artistic" +perl-Time-Piece (cgrau): "GPL" "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-Time-modules (kaboom): "Distributable" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-DAG_Node (jpo): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-UNIVERSAL-can (jpo): "GPL" "Artistic" +perl-UNIVERSAL-isa (jpo): "GPL" "Artistic" +perl-URI (rnorwood): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-Unix-Syslog (steve): "Artistic" +perl-WWW-Babelfish (cweyl): "GPL" "Artistic" +perl-WWW-Bugzilla (jpo): "GPL" "Artistic" +perl-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-Wx (jpo): "GPL" "Artistic" +perl-XML-DOM (orion): "GPL" "Artistic" +perl-XML-Dumper (rnorwood): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-LibXML (rnorwood): "GPL" "Artistic" +perl-XML-LibXML-Common (rnorwood): "GPL" "Artistic" +perl-XML-NamespaceSupport (rnorwood): "GPL" "Artistic" +perl-XML-RegExp (orion): "GPL" "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "GPL" "Artistic" "LGPL" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XPath (rnorwood): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl (alexlan): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-libxml-perl (rnorwood): "GPL" "Artistic" +perl-pmtools (jpo): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-manual-en (timj): "Open Publication License" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Numbers-Roman (xulchris): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-PHP-CompatInfo (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pilot-link (varekova): "tcl" +pirut (katzj): "GPL" +pitivi (jcollie): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppp (twoerner): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pychess (sindrepb): "GPL" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (atkac): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (orion): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-meld3 (mmcgrath): "ZPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +q (gemi): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qjackctl (nando): "GPL" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qt4-qsa (frankb): "GPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mbacovsk): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mbacovsk): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +raptor (green): "LGPL" "Apache License Version 2.0" +rarpd (jmoskovc): "GPL" +rasqal (thomasvs): "LGPL" "Apache Software License 2.0" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (orphan): "GPL" +redet-doc (orphan): "GPL" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +renrot (andriy): "GPL" "Artistic" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +serpentine (sindrepb): "GPL" +setools (dwalsh): "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common (ovasik): "GPL" "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +shorewall (robmv): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "GPL" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sopwith (adrian): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamass-milter (pghmcfc): "GPL" +spamassassin (wtogami): "Apache License" +spambayes (xulchris): "Python Software Foundation License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mbacovsk): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +suitesparse (qspencer): "Distributable" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +swatch (jpo): "GPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (jpo): "GPL" +sysreport (than): "GPL" +sysstat (varekova): "GPL" +system-config-bind (jkeating): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-language (lizhang): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-netboot (rbrich): "GPL" +system-config-network (harald): "GPL" +system-config-nfs (nphilipp): "GPL" +system-config-samba (nphilipp): "GPL" +system-config-services (nphilipp): "GPL" +system-config-soundcard (stransky): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (jpo): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (jpo): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tla (jwboyer): "GPL" +tmpwatch (mitr): "GPL" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License v1" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +uudeview (adrian): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vnstat (adrian): "GPL" +vorbis-tools (behdad): "GPL" +vsftpd (mbarabas): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +weechat (stingray): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +which (than): "GPL" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdesktopwaves (adrian): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xfig (than): "Freeware" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlindent (adrian): "GPL" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-metadata-parser (katzj): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 1979 out of 4811 (41.13%) [as of 2007-10-04 17:53 UTC] diff --git a/data/old/bad-license-tags-by-package.~16~ b/data/old/bad-license-tags-by-package.~16~ new file mode 100644 index 0000000..7cd0c4a --- /dev/null +++ b/data/old/bad-license-tags-by-package.~16~ @@ -0,0 +1,1979 @@ +BibTool (pertusus): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +Miro (tscherf): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +NetworkManager-openvpn (timn): "GPL" +ORBit (pghmcfc): "LGPL/GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyQt (than): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-multcomp (orion): "GPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +VLGothic-fonts (ryo): "Distributable" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (orion): "GPL" +apmd (zprikryl): "GPL" +aquamarine (jwilson): "GPL" +archmage (pertusus): "GPL" +ardour (green): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mbarabas): "GPL" +asa (pertusus): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (jpo): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins (ertzing): "GPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bdock (jwilson): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +beryl-core (jwilson): "GPL" +beryl-manager (jwilson): "GPL" +beryl-plugins (jwilson): "GPL" +beryl-settings (jwilson): "GPL" +bes (pertusus): "LGPL" +bibletime (anderson): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boolstuff (pertusus): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buildbot (giallu): "GPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +calcurse (limb): "GPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +cksfv (xulchris): "GPL" +clamav (ensc): "GPL" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (jkeating): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +clisp (gemi): "GPL" +cln (qspencer): "GPL" +clucene (deji): "LGPL" +cman (cfeist): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-gcc-34 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conky (errr): "GPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +control-center (ctrl-center-team): "GFDL+" +coreutils (pgraner): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpan2rpm (ghenry): "Artistic" +cpanspec (steve): "GPL" "Artistic" +cppunit (pertusus): "LGPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +createrepo (james): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +csync2 (ruben): "GPL" +ctags (than): "GPL" +ctapi-cyberjack (frankb): "LGPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (kevin): "LGPL" +dbmail (bjohnson): "GPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPLv2" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (jwboyer): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts (behdad): "Redistributable, with restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dirac (kwizart): "MPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +docbook-dtds (ovasik): "Distributable" +docbook-simple (ovasik): "Distributable" +docbook-style-dsssl (ovasik): "Distributable" +docbook-style-xsl (ovasik): "Distributable" +docbook-utils (ovasik): "GPL" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (bkonrath): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eiciel (cweyl): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +emerald (jwilson): "GPL" +emerald-themes (jwilson): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (caillon): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esmtp (pertusus): "GPL" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "GPLv+" "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-arabic (rbhalera): "GPL" +fonts-hebrew (rbhalera): "GPL" +fonts-hebrew-fancy (danken): "GPL" +fonts-sinhala (rbhalera): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +frotz (cgrau): "GPL" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +gai-pal (salimma): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gaim-otr (pwouters): "GPL" +gajim (gajownik): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kzak): "GPL" +gcfilms (tian): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gconf-editor (rstrode): "GFDL+" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-calendar (owentl): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +geany (josef): "GPL" +gedit (rstrode): "GFDL+" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +genius (gemi): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghc (bos): "BSD style" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gmpc (adrian): "GPL" +gnochm (pertusus): "GPL" +gnofract4d (orphan): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-libs (pghmcfc): "LGPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-theme-clearlooks-bigpack (pgordon): "GPL" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-monikers (mclasen): "LGPL" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gonvert (pfj): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gscan2pdf (bjohnson): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gsl (varekova): "BSD license" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkdatabox (ework): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +hdhomerun (jwilson): "LGPL" +heliodor (jwilson): "GPL" +help2man (corsepiu): "GPL" +hexedit (jmoskovc): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +imp (static): "GPL" +incron (ruben): "GPL" +ingo (static): "Apache Software License v1" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kawa (green): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdeedu (than): "GPL" +kdelibs3 (than): "LGPL" +kdiff3 (nbecker): "GPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kio_sword (anderson): "GPL" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +kronolith (static): "GPL" +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +ladspa-swh-plugins (green): "GPL" +lash (green): "GPL" +lasi (orion): "LGPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mbarabas): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libao (behdad): "GPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (jpo): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libcroco (mclasen): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libesmtp (pawsa): "LGPL" "LGPL/GPL" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade (pghmcfc): "LGPL" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblo (green): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libmusicbrainz (hadess): "LGPL" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsieve (bjohnson): "GPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxdoc-tools (ovasik): "Freely distributable" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +lockdev (kzak): "LGPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +macchanger (splinux): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mercurial (katzj): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mbarabas): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (jkeating): "GPL" +mkinitrd (pjones): "GPL" +mock (jkeating): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine (sindrepb): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (jpo): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +netatalk (mbarabas): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ocsinventory-client (remi): "GPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +openvrml (braden): "LGPL" "GPL" "GPL" "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0f (kevin): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (orphan): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +paman (lennart): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pavumeter (lennart): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (jpo): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Alien-wxWidgets (jpo): "GPL" "Artistic" +perl-Apache-DBI (remi): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-Apache-Session (steve): "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-AppConfig (jpo): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Array-Compare (jpo): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-Authen-SASL (jpo): "GPL" "Artistic" +perl-B-Keywords (jpo): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-Ex (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (jpo): "GPL" "Artistic" +perl-Cache (pertusus): "Artistic" "GPL" +perl-Cache-Cache (jpo): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Cairo (jpo): "LGPL" +perl-Callback (mkpai): "GPL/Artistic" +perl-Carp-Assert (jpo): "GPL" "Artistic" +perl-Carp-Assert-More (jpo): "GPL" "Artistic" +perl-Catalyst-Action-RenderView (cweyl): "GPL" "Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Chatbot-Eliza (cweyl): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3 (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-InsideOut (cweyl): "Artistic" "GPL" +perl-Class-MakeMethods (cweyl): "Artistic" "GPL" +perl-Class-MethodMaker (dgregor): "GPL" "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Singleton (steve): "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Compress-Bzip2 (jpo): "GPL" +perl-Compress-Raw-Zlib (rnorwood): "Artistic" "GPL" +perl-Config-Any (cweyl): "GPL" "Artistic" +perl-Config-IniFiles (jpo): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Record (dgregor): "GPL" +perl-Config-Tiny (jpo): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-Blowfish (ixs): "Distributable" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-PasswdMD5 (mmcgrath): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBD-CSV (jpo): "GPL" "Artistic" +perl-DBD-Mock (cweyl): "GPL" "Artistic" +perl-DBD-SQLite (jpo): "GPL" "Artistic" +perl-DBD-XBase (jpo): "GPL" "Artistic" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Compare (jpo): "GPL" "Artistic" +perl-Data-Dump (cweyl): "GPL" "Artistic" +perl-Data-HexDump (ixs): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-Data-Visitor (cweyl): "GPL" "Artistic" +perl-Date-Pcalc (mmcgrath): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Cover (jpo): "GPL" "Artistic" +perl-Devel-Cycle (jpo): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Digest-MD4 (jpo): "GPL" "Artistic" +perl-Digest-SHA (hardaker): "Artistic" "GPL" +perl-Email-Address (jpo): "GPL" "Artistic" +perl-Email-MIME (jpo): "GPL" "Artistic" +perl-Email-MIME-ContentType (jpo): "GPL" "Artistic" +perl-Email-MIME-Encodings (jpo): "GPL" "Artistic" +perl-Email-MIME-Modifier (jpo): "GPL" "Artistic" +perl-Email-MessageID (jpo): "GPL" "Artistic" +perl-Email-Simple (jpo): "GPL" "Artistic" +perl-Error (jpo): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-Expect (jpo): "GPL" "Artistic" +perl-Expect-Simple (jpo): "GPL" +perl-ExtUtils-CBuilder (jpo): "GPL" "Artistic" +perl-ExtUtils-Depends (jpo): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-ExtUtils-ParseXS (jpo): "GPL" "Artistic" +perl-ExtUtils-PkgConfig (jpo): "LGPL" +perl-Feed-Find (pertusus): "Artistic" "GPL" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-BaseDir (pertusus): "GPL" "Artistic" +perl-File-DesktopEntry (pertusus): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Fetch (steve): "GPL" "Artistic" +perl-File-Find-Rule-PPI (jpo): "GPL" "Artistic" +perl-File-HomeDir (jpo): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-NFSLock (pertusus): "Artistic" "GPL" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Tail (jpo): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-Which (jpo): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Finance-YahooQuote (wtogami): "GPL" +perl-Font-TTF (nim): "Artistic" +perl-FreezeThaw (jpo): "GPL" "Artistic" +perl-GD (jpo): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GDGraph (jpo): "GPL" "Artistic" +perl-GDGraph3d (jpo): "GPL" "Artistic" +perl-GDTextUtil (jpo): "GPL" "Artistic" +perl-GPS (jpo): "GPL" "Artistic" +perl-GPS-PRN (jpo): "GPL" "Artistic" +perl-GSSAPI (jpo): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-Constants (jpo): "GPL" "Artistic" +perl-Geo-Ellipsoids (jpo): "GPL" "Artistic" +perl-Geo-Forward (jpo): "GPL" "Artistic" +perl-Geo-Functions (jpo): "GPL" "Artistic" +perl-Geo-Inverse (jpo): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Glib (jpo): "LGPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (jpo): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Notify (cweyl): "LGPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Scrubber (jpo): "GPL" "Artistic" +perl-HTML-Table (orion): "GPL" "Artistic" +perl-HTML-Template (jpo): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Proxy (jpo): "GPL" "Artistic" +perl-HTTP-Recorder (jpo): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-HTTP-Request-Params (jpo): "GPL" "Artistic" +perl-HTTP-Server-Simple (jpo): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-Hook-LexWrap (jpo): "GPL" "Artistic" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Capture (jpo): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-Interface (jpo): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IO-Socket-INET6 (wtogami): "Artistic" "GPL" +perl-IO-Socket-SSL (wtogami): "GPL" "Artistic" +perl-IO-String (rnorwood): "GPL" "Artistic" +perl-IO-Tty (jpo): "GPL" "Artistic" +perl-IO-Zlib (rnorwood): "GPL" "Artistic" +perl-IPC-Cmd (steve): "GPL" "Artistic" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (jpo): "GPL" +perl-IPC-SharedCache (jpo): "GPL" +perl-Image-Base (jpo): "LGPL" +perl-Image-Info (jpo): "GPL" "Artistic" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (jpo): "Artistic" +perl-Image-Xbm (jpo): "LGPL" +perl-Image-Xpm (jpo): "GPL" +perl-Imager (steve): "GPL" "Artistic" +perl-Inline (rnorwood): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-JSON-XS (cweyl): "GPL" "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-LWP-Authen-Wsse (pertusus): "Artistic" "GPL" +perl-List-Compare (cweyl): "Artistic" "GPL" +perl-List-MoreUtils (jpo): "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy (jpo): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Dispatch (jpo): "GPL" "Artistic" +perl-Log-Dispatch-Config (cweyl): "Artistic" "GPL" +perl-Log-Dispatch-FileRotate (jpo): "GPL" "Artistic" +perl-Log-Log4perl (jpo): "GPL" "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-MARC-Record (jpo): "GPL" "Artistic" +perl-MD5 (ixs): "GPL" "Artistic" +perl-MIME-Lite (mmcgrath): "GPL" "Artistic" +perl-MLDBM (jpo): "GPL" "Artistic" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-Mail-Sender (jpo): "Distributable" +perl-Mail-Sendmail (jpo): "Distributable" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Round (cweyl): "Artistic" "GPL" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (jpo): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (jpo): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Locate (jpo): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (jpo): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-Module-Versions-Report (jpo): "GPL" "Artistic" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose (cweyl): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-MooseX-Params-Validate (cweyl): "GPL" "Artistic" +perl-Mozilla-LDAP (rmeggins): "GPL/LGPL/MPL" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS (rnorwood): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-GPSD (jpo): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "GPL" "Artistic" "LGPL" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SNMP (jpo): "GPL" "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-SSLeay (wtogami): "BSDish" +perl-Net-Telnet (jkeating): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-PPI (jpo): "GPL" "Artistic" +perl-PPI-HTML (jpo): "GPL" "Artistic" +perl-PPI-Tester (jpo): "GPL" "Artistic" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-PadWalker (jpo): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Parse-RecDescent (rnorwood): "Artistic" +perl-Parse-Yapp (pertusus): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (jpo): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Pod-Escapes (jpo): "GPL" "Artistic" +perl-Pod-Readme (steve): "GPL" "Artistic" +perl-Pod-Simple (jpo): "GPL" "Artistic" +perl-Pod-Spell (jpo): "GPL" "Artistic" +perl-Pod-Strip (jpo): "GPL" "Artistic" +perl-Proc-Daemon (remi): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RPM2 (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Readonly (cweyl): "GPL" "Artistic" +perl-Readonly-XS (cweyl): "GPL" "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SGMLSpm (ovasik): "GPL" +perl-SNMP_Session (jpo): "Artistic" +perl-SOAP-Lite (mmcgrath): "GPL" "Artistic" +perl-SQL-Library (cweyl): "GPL" "Artistic" +perl-SQL-Statement (jpo): "GPL" "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Scalar-Properties (jpo): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Set-Scalar (jpo): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-Statistics-Descriptive (pertusus): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-Format (jpo): "GPL" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Identify (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Name (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (jpo): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-TeX-Hyphen (jpo): "GPL" "Artistic" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Term-UI (steve): "GPL" "Artistic" +perl-TermReadKey (rnorwood): "Distributable" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Cmd (jpo): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Differences (jpo): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (jpo): "GPL" "Artistic" +perl-Test-Expect (jpo): "GPL" "Artistic" +perl-Test-File (jpo): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Manifest (jpo): "GPL" "Artistic" +perl-Test-Memory-Cycle (jpo): "GPL" "Artistic" +perl-Test-MockObject (jpo): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Number-Delta (jpo): "GPL" "Artistic" +perl-Test-Object (jpo): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (jpo): "GPL" "Artistic" +perl-Test-Pod (jpo): "GPL" "Artistic" +perl-Test-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Spelling (jpo): "GPL" "Artistic" +perl-Test-SubCalls (jpo): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-Test-Warn (jpo): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CHM (pertusus): "GPL" "Artistic" +perl-Text-CSV_XS (jpo): "GPL" "Artistic" +perl-Text-CharWidth (athimm): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-Template (jpo): "GPL" "Artistic" +perl-Text-Tree (cweyl): "GPL" "Artistic" +perl-Text-Unidecode (pertusus): "GPL" "Artistic" +perl-Text-WikiFormat (jpo): "GPL" "Artistic" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Text-WrapI18N (athimm): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Tie-IxHash (jpo): "GPL" "Artistic" +perl-Time-Period (robmv): "GPL" "Artistic" +perl-Time-Piece (cgrau): "GPL" "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-Time-modules (kaboom): "Distributable" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-DAG_Node (jpo): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-UNIVERSAL-can (jpo): "GPL" "Artistic" +perl-UNIVERSAL-isa (jpo): "GPL" "Artistic" +perl-URI (rnorwood): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-Unix-Syslog (steve): "Artistic" +perl-WWW-Babelfish (cweyl): "GPL" "Artistic" +perl-WWW-Bugzilla (jpo): "GPL" "Artistic" +perl-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-Wx (jpo): "GPL" "Artistic" +perl-XML-DOM (orion): "GPL" "Artistic" +perl-XML-Dumper (rnorwood): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-LibXML (rnorwood): "GPL" "Artistic" +perl-XML-LibXML-Common (rnorwood): "GPL" "Artistic" +perl-XML-NamespaceSupport (rnorwood): "GPL" "Artistic" +perl-XML-RegExp (orion): "GPL" "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "GPL" "Artistic" "LGPL" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XPath (rnorwood): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl (alexlan): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-libxml-perl (rnorwood): "GPL" "Artistic" +perl-pmtools (jpo): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-manual-en (timj): "Open Publication License" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Numbers-Roman (xulchris): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-PHP-CompatInfo (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pilot-link (varekova): "tcl" +pirut (katzj): "GPL" +pitivi (jcollie): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppp (twoerner): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pychess (sindrepb): "GPL" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (atkac): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (orion): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-meld3 (mmcgrath): "ZPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +q (gemi): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qjackctl (nando): "GPL" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qt4-qsa (frankb): "GPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mbacovsk): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mbacovsk): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +raptor (green): "LGPL" "Apache License Version 2.0" +rarpd (jmoskovc): "GPL" +rasqal (thomasvs): "LGPL" "Apache Software License 2.0" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (orphan): "GPL" +redet-doc (orphan): "GPL" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +renrot (andriy): "GPL" "Artistic" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +serpentine (sindrepb): "GPL" +setools (dwalsh): "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common (ovasik): "GPL" "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +shorewall (robmv): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "GPL" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sopwith (adrian): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamass-milter (pghmcfc): "GPL" +spamassassin (wtogami): "Apache License" +spambayes (xulchris): "Python Software Foundation License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mbacovsk): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +suitesparse (qspencer): "Distributable" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +swatch (jpo): "GPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (jpo): "GPL" +sysreport (than): "GPL" +sysstat (varekova): "GPL" +system-config-bind (jkeating): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-language (lizhang): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-netboot (rbrich): "GPL" +system-config-network (harald): "GPL" +system-config-nfs (nphilipp): "GPL" +system-config-samba (nphilipp): "GPL" +system-config-services (nphilipp): "GPL" +system-config-soundcard (stransky): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (jpo): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (jpo): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tla (jwboyer): "GPL" +tmpwatch (mitr): "GPL" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License v1" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +uudeview (adrian): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vnstat (adrian): "GPL" +vorbis-tools (behdad): "GPL" +vsftpd (mbarabas): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +weechat (stingray): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +which (than): "GPL" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdesktopwaves (adrian): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xfig (than): "Freeware" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlindent (adrian): "GPL" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-metadata-parser (katzj): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 1977 out of 4821 (41.01%) [as of 2007-10-08 00:46 UTC] diff --git a/data/old/bad-license-tags-by-package.~17~ b/data/old/bad-license-tags-by-package.~17~ new file mode 100644 index 0000000..4c426b5 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~17~ @@ -0,0 +1,1795 @@ +BibTool (pertusus): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +Miro (tscherf): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +NetworkManager-openvpn (timn): "GPL" +ORBit (pghmcfc): "LGPL/GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyQt (than): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +VLGothic-fonts (ryo): "Distributable" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (orion): "GPL" +apmd (zprikryl): "GPL" +archmage (pertusus): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mbarabas): "GPL" +asa (pertusus): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (jpo): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avarice (trondd): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +bes (pertusus): "LGPL" +bibletime (anderson): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boolstuff (pertusus): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +calcurse (limb): "GPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +cksfv (xulchris): "GPL" +clamav (ensc): "GPL" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (jkeating): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +clisp (gemi): "GPL" +cln (qspencer): "GPL" +clucene (deji): "LGPL" +cman (cfeist): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conky (errr): "GPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +control-center (ctrl-center-team): "GFDL+" +coreutils (pgraner): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpanspec (steve): "GPL" "Artistic" +cppunit (pertusus): "LGPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +createrepo (james): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +csync2 (ruben): "GPL" +ctags (than): "GPL" +ctapi-cyberjack (frankb): "LGPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (kevin): "LGPL" +dbmail (bjohnson): "GPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPLv2" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (subhodip): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts (behdad): "Redistributable, with restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +docbook-dtds (ovasik): "Distributable" +docbook-simple (ovasik): "Distributable" +docbook-style-dsssl (ovasik): "Distributable" +docbook-style-xsl (ovasik): "Distributable" +docbook-utils (ovasik): "GPL" +docker (awjb): "GPL" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (bkonrath): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eiciel (cweyl): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (caillon): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "GPLv+" "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-gnome-theme (rstrode): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-screensaver-theme (rstrode): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-hebrew-fancy (danken): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +frotz (cgrau): "GPL" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gajim (gajownik): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kasal): "GPL" +gcfilms (tian): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gconf-editor (rstrode): "GFDL+" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-calendar (owentl): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +geany (josef): "GPL" +gedit (rstrode): "GFDL+" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +genius (gemi): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghc (bos): "BSD style" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gmpc (adrian): "GPL" +gnochm (pertusus): "GPL" +gnofract4d (orphan): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-libs (pghmcfc): "LGPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gscan2pdf (bjohnson): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gsl (varekova): "BSD license" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkdatabox (ework): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +hdhomerun (jwilson): "LGPL" +help2man (corsepiu): "GPL" +hexedit (jmoskovc): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +imp (static): "GPL" +incron (ruben): "GPL" +ingo (static): "Apache Software License v1" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdelibs3 (than): "LGPL" +kdiff3 (nbecker): "GPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kio_sword (anderson): "GPL" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +kronolith (static): "GPL" +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +lasi (orion): "LGPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mbarabas): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libao (behdad): "GPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (jpo): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libesmtp (pawsa): "LGPL" "LGPL/GPL" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade (pghmcfc): "LGPL" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblo (green): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libmusicbrainz (hadess): "LGPL" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsieve (bjohnson): "GPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxdoc-tools (ovasik): "Freely distributable" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +macchanger (splinux): "GPL" +madan-fonts (rbhalera): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mercurial (katzj): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mbarabas): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (jkeating): "GPL" +mkinitrd (pjones): "GPL" +mock (jkeating): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine (sindrepb): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (jpo): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +net-snmp (jsafrane): "CMU" +netatalk (mbarabas): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +openvrml (braden): "LGPL" "GPL" "GPL" "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (orphan): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +paman (lennart): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pavumeter (lennart): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (jpo): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Alien-wxWidgets (jpo): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-AppConfig (jpo): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Array-Compare (jpo): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-B-Keywords (jpo): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-Ex (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (jpo): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Cairo (jpo): "LGPL" +perl-Callback (mkpai): "GPL/Artistic" +perl-Carp-Assert (jpo): "GPL" "Artistic" +perl-Carp-Assert-More (jpo): "GPL" "Artistic" +perl-Catalyst-Action-RenderView (cweyl): "GPL" "Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3 (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Compress-Raw-Zlib (rnorwood): "Artistic" "GPL" +perl-Config-Any (cweyl): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Tiny (jpo): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBD-Mock (cweyl): "GPL" "Artistic" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Dump (cweyl): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-Data-Visitor (cweyl): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Digest-SHA (hardaker): "Artistic" "GPL" +perl-Email-Address (jpo): "GPL" "Artistic" +perl-Email-MIME (jpo): "GPL" "Artistic" +perl-Email-MIME-ContentType (jpo): "GPL" "Artistic" +perl-Email-MIME-Encodings (jpo): "GPL" "Artistic" +perl-Email-MIME-Modifier (jpo): "GPL" "Artistic" +perl-Email-MessageID (jpo): "GPL" "Artistic" +perl-Email-Simple (jpo): "GPL" "Artistic" +perl-Error (jpo): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Find-Rule-PPI (jpo): "GPL" "Artistic" +perl-File-HomeDir (jpo): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Font-TTF (nim): "Artistic" +perl-GD (jpo): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GSSAPI (jpo): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (jpo): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Notify (cweyl): "LGPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Proxy (jpo): "GPL" "Artistic" +perl-HTTP-Recorder (jpo): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-HTTP-Server-Simple (jpo): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (jpo): "GPL" +perl-Image-Info (jpo): "GPL" "Artistic" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (jpo): "Artistic" +perl-Imager (steve): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-List-MoreUtils (jpo): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Dispatch (jpo): "GPL" "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-MARC-Record (jpo): "GPL" "Artistic" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (jpo): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (jpo): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (jpo): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-MooseX-Params-Validate (cweyl): "GPL" "Artistic" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS (rnorwood): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-PPI (jpo): "GPL" "Artistic" +perl-PPI-HTML (jpo): "GPL" "Artistic" +perl-PPI-Tester (jpo): "GPL" "Artistic" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (jpo): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Pod-Readme (steve): "GPL" "Artistic" +perl-Pod-Strip (jpo): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RPM2 (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SGMLSpm (ovasik): "GPL" +perl-SNMP_Session (jpo): "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (jpo): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (jpo): "GPL" "Artistic" +perl-Test-Expect (jpo): "GPL" "Artistic" +perl-Test-File (jpo): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Manifest (jpo): "GPL" "Artistic" +perl-Test-Memory-Cycle (jpo): "GPL" "Artistic" +perl-Test-MockObject (jpo): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Number-Delta (jpo): "GPL" "Artistic" +perl-Test-Object (jpo): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (jpo): "GPL" "Artistic" +perl-Test-Pod (jpo): "GPL" "Artistic" +perl-Test-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Spelling (jpo): "GPL" "Artistic" +perl-Test-SubCalls (jpo): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-Test-Warn (jpo): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CSV_XS (jpo): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-WikiFormat (jpo): "GPL" "Artistic" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-UNIVERSAL-can (jpo): "GPL" "Artistic" +perl-UNIVERSAL-isa (jpo): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-Wx (jpo): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "Artistic" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-pmtools (jpo): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-manual-en (timj): "Open Publication License" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Numbers-Roman (xulchris): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-PHP-CompatInfo (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pilot-link (varekova): "tcl" +pitivi (jcollie): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppp (twoerner): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pychess (sindrepb): "GPL" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (atkac): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (orion): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-meld3 (mmcgrath): "ZPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +q (gemi): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qjackctl (nando): "GPL" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qt4-qsa (frankb): "GPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mbacovsk): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mbacovsk): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +rarpd (jmoskovc): "GPL" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (orphan): "GPL" +redet-doc (orphan): "GPL" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +serpentine (sindrepb): "GPL" +sgml-common (ovasik): "GPL" "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +shorewall (robmv): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "GPL" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamassassin (wtogami): "Apache License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mbacovsk): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (jpo): "GPL" +sysreport (than): "GPL" +sysstat (varekova): "GPL" +system-config-bind (jkeating): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-language (lizhang): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-network (harald): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (jpo): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (jpo): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tla (rishi): "GPL" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License v1" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uisp (trondd): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vorbis-tools (behdad): "GPL" +vsftpd (mbarabas): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +weechat (stingray): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +which (than): "GPL" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xfig (than): "Freeware" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-metadata-parser (katzj): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 1793 out of 4881 (36.73%) [as of 2007-10-17 21:04 UTC] diff --git a/data/old/bad-license-tags-by-package.~18~ b/data/old/bad-license-tags-by-package.~18~ new file mode 100644 index 0000000..c295093 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~18~ @@ -0,0 +1,1759 @@ +BibTool (pertusus): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +Miro (tscherf): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +NetworkManager-openvpn (timn): "GPL" +ORBit (pghmcfc): "LGPL/GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyQt (than): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (orion): "GPL" +apmd (zprikryl): "GPL" +archmage (pertusus): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mbarabas): "GPL" +asa (pertusus): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (jpo): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avarice (trondd): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +bes (pertusus): "LGPL" +bibletime (anderson): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +calcurse (limb): "GPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +cksfv (xulchris): "GPL" +clamav (ensc): "GPL" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (jkeating): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +clisp (gemi): "GPL" +cln (qspencer): "GPL" +cman (cfeist): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +control-center (ctrl-center-team): "GFDL+" +coreutils (ovasik): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpanspec (steve): "GPL" "Artistic" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +createrepo (james): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +csync2 (ruben): "GPL" +ctags (than): "GPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (kevin): "LGPL" +dbmail (bjohnson): "GPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPLv2" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (subhodip): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +docbook-style-dsssl (ovasik): "Distributable" +docbook-utils (ovasik): "GPL" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (bkonrath): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (gecko-maint): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-hebrew-fancy (danken): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +frotz (cgrau): "GPL" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gajim (gajownik): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kasal): "GPL" +gcfilms (tian): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gconf-editor (rstrode): "GFDL+" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-calendar (owentl): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +gedit (rstrode): "GFDL+" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +genius (gemi): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghc (bos): "BSD style" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gmpc (adrian): "GPL" +gnochm (pertusus): "GPL" +gnofract4d (orphan): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gscan2pdf (bjohnson): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkdatabox (ework): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +help2man (corsepiu): "GPL" +hexedit (jmoskovc): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +incron (ruben): "GPL" +ingo (static): "Apache Software License 1.0" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdelibs3 (than): "LGPL" +kdiff3 (nbecker): "GPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kio_sword (anderson): "GPL" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +lasi (orion): "LGPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mbarabas): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libao (behdad): "GPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (jpo): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libesmtp (pawsa): "LGPL" "LGPL/GPL" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libmusicbrainz (hadess): "LGPL" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsieve (bjohnson): "GPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxdoc-tools (ovasik): "Freely distributable" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +macchanger (splinux): "GPL" +madan-fonts (rbhalera): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mecab (mtasaka): "LGPL+" +mecab-java (mtasaka): "LGPL+" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mbarabas): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (jkeating): "GPL" +mkinitrd (pjones): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (jpo): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +net-snmp (jsafrane): "CMU" +netatalk (mbarabas): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +openvrml (braden): "LGPL" "GPL" "GPL" "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (stingray): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +paman (lennart): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pavumeter (lennart): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (jpo): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Alien-wxWidgets (jpo): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-AppConfig (jpo): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Array-Compare (jpo): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-B-Keywords (jpo): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-Ex (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (jpo): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Cairo (jpo): "LGPL" +perl-Callback (mkpai): "GPL/Artistic" +perl-Carp-Assert (jpo): "GPL" "Artistic" +perl-Carp-Assert-More (jpo): "GPL" "Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Tiny (jpo): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Digest-SHA (hardaker): "Artistic" "GPL" +perl-Email-Address (jpo): "GPL" "Artistic" +perl-Email-MIME (jpo): "GPL" "Artistic" +perl-Email-MIME-ContentType (jpo): "GPL" "Artistic" +perl-Email-MIME-Encodings (jpo): "GPL" "Artistic" +perl-Email-MIME-Modifier (jpo): "GPL" "Artistic" +perl-Email-MessageID (jpo): "GPL" "Artistic" +perl-Email-Simple (jpo): "GPL" "Artistic" +perl-Error (jpo): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Find-Rule-PPI (jpo): "GPL" "Artistic" +perl-File-HomeDir (jpo): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Font-TTF (nim): "Artistic" +perl-GD (jpo): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GSSAPI (jpo): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (jpo): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Notify (cweyl): "LGPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Proxy (jpo): "GPL" "Artistic" +perl-HTTP-Recorder (jpo): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-HTTP-Server-Simple (jpo): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (jpo): "GPL" +perl-Image-Info (jpo): "GPL" "Artistic" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (jpo): "Artistic" +perl-Imager (steve): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-List-MoreUtils (jpo): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Dispatch (jpo): "GPL" "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-MARC-Record (jpo): "GPL" "Artistic" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (jpo): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (jpo): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (jpo): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-PPI (jpo): "GPL" "Artistic" +perl-PPI-HTML (jpo): "GPL" "Artistic" +perl-PPI-Tester (jpo): "GPL" "Artistic" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (jpo): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Pod-Readme (steve): "GPL" "Artistic" +perl-Pod-Strip (jpo): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RPM2 (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SNMP_Session (jpo): "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (jpo): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (jpo): "GPL" "Artistic" +perl-Test-Expect (jpo): "GPL" "Artistic" +perl-Test-File (jpo): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Manifest (jpo): "GPL" "Artistic" +perl-Test-Memory-Cycle (jpo): "GPL" "Artistic" +perl-Test-MockObject (jpo): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Number-Delta (jpo): "GPL" "Artistic" +perl-Test-Object (jpo): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (jpo): "GPL" "Artistic" +perl-Test-Pod (jpo): "GPL" "Artistic" +perl-Test-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Spelling (jpo): "GPL" "Artistic" +perl-Test-SubCalls (jpo): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-Test-Warn (jpo): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CSV_XS (jpo): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-WikiFormat (jpo): "GPL" "Artistic" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-UNIVERSAL-can (jpo): "GPL" "Artistic" +perl-UNIVERSAL-isa (jpo): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-Wx (jpo): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "Artistic" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-mecab (mtasaka): "LGPL+" +perl-pmtools (jpo): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-manual-en (timj): "Open Publication License" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Numbers-Roman (xulchris): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-PHP-CompatInfo (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pilot-link (varekova): "tcl" +pitivi (jcollie): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppp (twoerner): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pychess (sindrepb): "GPL" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (atkac): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (orion): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-mecab (mtasaka): "LGPL+" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qjackctl (nando): "GPL" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mbacovsk): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mbacovsk): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +rarpd (jmoskovc): "GPL" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (orphan): "GPL" +redet-doc (orphan): "GPL" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-mecab (mtasaka): "LGPL+" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +serpentine (sindrepb): "GPL" +sgml-common (ovasik): "GPL" "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +shorewall (robmv): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "GPL" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamassassin (wtogami): "Apache License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mbacovsk): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (jpo): "GPL" +sysreport (than): "GPL" +sysstat (varekova): "GPL" +system-config-bind (jkeating): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-language (lizhang): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-network (harald): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (jpo): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (jpo): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tla (rishi): "GPL" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License 1.0" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uisp (trondd): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vorbis-tools (behdad): "GPL" +vsftpd (mbarabas): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +which (than): "GPL" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xfig (than): "Freeware" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 1757 out of 4909 (35.79%) [as of 2007-10-25 17:10 UTC] diff --git a/data/old/bad-license-tags-by-package.~19~ b/data/old/bad-license-tags-by-package.~19~ new file mode 100644 index 0000000..390fcb5 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~19~ @@ -0,0 +1,1669 @@ +AcetoneISO (spot): "GPL" +BibTool (pertusus): "GPL" +CTL (kwizart): "AMPAS BSD" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alfont (jwrdegoede): "FTL" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (tsmetana): "GPL" +apmd (zprikryl): "GPL" +archmage (pertusus): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mnagy): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (spot): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avarice (trondd): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +baekmuk-bdf-fonts (cchance): "Baekmuk" +baekmuk-ttf-fonts (cchance): "Baekmuk" "Baekmuk" "Baekmuk" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +bes (pertusus): "LGPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (odvorace): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +cln (qspencer): "GPL" +cman (cfeist): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-gcc-34 (jakub): "GPLv2+ with exceptions" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpanspec (steve): "GPL" "Artistic" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +ctags (than): "GPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (subhodip): "LGPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPLv2" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (subhodip): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (rmyers): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (gecko-maint): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-hebrew-fancy (danken): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freetype1 (jwrdegoede): "FTL" +freeze (nim): "Distributable" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kasal): "GPL" +gcc (jakub): "GPLv2+ with exceptions" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gnochm (pertusus): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +help2man (corsepiu): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +imlib2 (jwrdegoede): "Imlib2" +incron (ruben): "GPL" +ingo (static): "Apache Software License 1.0" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +jokosher (snecker): "GPLv2+ with exceptions" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdelibs3 (than): "LGPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +lasi (orion): "LGPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mnagy): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (spot): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +macchanger (splinux): "GPL" +madan-fonts (rbhalera): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mnagy): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (odvorace): "GPL" +mkinitrd (pjones): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (spot): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +net-snmp (jsafrane): "CMU" +netatalk (mnagy): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (stingray): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (salimma): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-B-Keywords (cweyl): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (cweyl): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Callback (mkpai): "GPL/Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Tiny (cweyl): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Error (steve): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Font-TTF (nim): "Artistic" +perl-GD (spot): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GSSAPI (steve): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (spot): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Recorder (spot): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (spot): "GPL" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (spot): "Artistic" +perl-Imager (steve): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-List-MoreUtils (cweyl): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (steve): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (cweyl): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (steve): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (cweyl): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (rnorwood): "GPL" "Artistic" +perl-Pod-Strip (rnorwood): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SNMP_Session (spot): "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (steve): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (steve): "GPL" "Artistic" +perl-Test-Expect (cweyl): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Memory-Cycle (steve): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (cweyl): "GPL" "Artistic" +perl-Test-Pod (rnorwood): "GPL" "Artistic" +perl-Test-Pod-Coverage (rnorwood): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (cweyl): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CSV_XS (rnorwood): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-WWW-Mechanize (cweyl): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "Artistic" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-pmtools (cweyl): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pirut (katzj): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppp (mnagy): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psi (abompard): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (atkac): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (jspaleta): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mnagy): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mnagy): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +rarpd (jmoskovc): "GPL" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (rishi): "GPL" +redet-doc (rishi): "GPL" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "Python Software Foundation License v2" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamassassin (wtogami): "Apache License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mnagy): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +stellarium (s4504kr): "GPL" +stix-fonts (nim): "STIX" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (spot): "GPL" +sysreport (than): "GPL" +system-config-bind (odvorace): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-network (harald): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (spot): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (spot): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License 1.0" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uisp (trondd): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vsftpd (mnagy): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 1667 out of 5070 (32.88%) [as of 2007-11-28 23:21 UTC] diff --git a/data/old/bad-license-tags-by-package.~1~ b/data/old/bad-license-tags-by-package.~1~ new file mode 100644 index 0000000..dcfd43f --- /dev/null +++ b/data/old/bad-license-tags-by-package.~1~ @@ -0,0 +1,2140 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GeoIP: "LGPL" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alfont: "BSD-like" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-bn: "GPL" +aspell-gu: "GPL" +aspell-he: "GPL" +aspell-hi: "GPL" +aspell-mi: "LGPL" +aspell-mr: "GPL" +aspell-or: "GPL" +aspell-pa: "GPL" +aspell-ta: "GPL" +aspell-te: "GPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LGPL" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bug-buddy: "GPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +bzflag: "LGPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +clutter: "LGPL" +clutter-gst: "LGPL" +clutter-gtk: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cpio: "GPL" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dstat: "GPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "BSD-like" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +fwrestart: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +geda-docs: "GPL" +geda-examples: "GPL" +geda-symbols: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +grip: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +hamlib: "LGPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kftpgrabber: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavucontrol: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Ace: "GPL" "Artistic" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-AutoClass: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Autouse: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBIx-SearchBuilder: "GPL" "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Stag: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-AutoInstall: "GPL" "Artistic" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule: "Artistic" "GPL" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GD-SVG: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-Format: "GPL" "Artistic" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-Maketext-Lexicon: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-GnuPG: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Derivative: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Spline: "GPL" "Artistic" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Pod-Tests: "GPL" "Artistic" +perl-PostScript: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-Shellwords: "GPL" "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-DOM-XPath: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XPathEngine: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +ppracer: "GPL" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pyclutter: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rsync: "GPL" +rt3: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squashfs-tools: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +ufraw: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +usermode: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsane: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2138 out of 4696 (45.53%) [as of 2007-09-02 17:07 UTC] diff --git a/data/old/bad-license-tags-by-package.~20~ b/data/old/bad-license-tags-by-package.~20~ new file mode 100644 index 0000000..ba07bc0 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~20~ @@ -0,0 +1,1611 @@ +AcetoneISO (spot): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alex (bos): "BSD-like" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (rishi): "GPL" +anjuta-gdl (rishi): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (tsmetana): "GPL" +apmd (zprikryl): "GPL" +archmage (pertusus): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mnagy): "GPL" +asciidoc (chrisw): "GPL" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (spot): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avarice (trondd): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bea-stax (vivekl): "Apache Software License" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +bes (pertusus): "LGPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bonnie++ (wtogami): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (odvorace): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +cln (qspencer): "GPL" +cman (cfeist): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +ctags (than): "GPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (subhodip): "LGPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPLv2" +dd_rescue (ixs): "GPL" +ddclient (subhodip): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (kasal): "GPL" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 3.0" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (rmyers): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eject (than): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (gecko-maint): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-gnome-theme (rstrode): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-screensaver-theme (rstrode): "GPL" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (mlichvar): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-hebrew-fancy (danken): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (rjones): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kasal): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gd (jmoskovc): "GPL" +gdb (jkratoch): "GPL" +gdbm (kasal): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +gedit-plugins (trondd): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gnochm (pertusus): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (rishi): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +help2man (corsepiu): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +incron (ruben): "GPL" +ingo (static): "Apache Software License 1.0" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kdissert (icon): "GPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +kvm (katzj): "GPLv2+, LGPLv2+" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +lasi (orion): "LGPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mnagy): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (spot): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lvm2 (lvm-team): "LGPLv2.1" "LGPLv2.1" +lynx (jmoskovc): "GPL" +macchanger (splinux): "GPL" +madan-fonts (rbhalera): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mnagy): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (kasal): "GPL" +mkinitrd (pjones): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +net-snmp (jsafrane): "CMU" +netatalk (mnagy): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (rjones): "LGPL" +ocaml-camlimages (rjones): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (stingray): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (salimma): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-B-Keywords (cweyl): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (cweyl): "GPL" "Artistic" +perl-Callback (mkpai): "GPL/Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Tiny (cweyl): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Font-TTF (nim): "Artistic" +perl-GD (spot): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (spot): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Recorder (spot): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (spot): "GPL" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-List-MoreUtils (cweyl): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (steve): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (cweyl): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (steve): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (cweyl): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (rnorwood): "GPL" "Artistic" +perl-Pod-Strip (rnorwood): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SNMP_Session (spot): "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (steve): "GPL" "Artistic" +perl-Test-Expect (cweyl): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Memory-Cycle (steve): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (cweyl): "GPL" "Artistic" +perl-Test-Pod (rnorwood): "GPL" "Artistic" +perl-Test-Pod-Coverage (rnorwood): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (cweyl): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CSV_XS (rnorwood): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "Artistic" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-pmtools (cweyl): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pirut (katzj): "GPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppp (mnagy): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psi (abompard): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puretls (mwringe): "BSD style" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (atkac): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (jspaleta): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "Python License" "Zope Public License v 2.1" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mnagy): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mnagy): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +rarpd (jmoskovc): "GPL" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +recordmydesktop (sindrepb): "GPL" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +repoman (dcantrel): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "Python Software Foundation License v2" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamassassin (wtogami): "Apache License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mnagy): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +sugar-artwork (mpg): "GPL" +sugar-datastore (mpg): "GPL" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (silfreed): "GPL" +sysreport (than): "GPL" +system-config-bind (odvorace): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-lvm (jparsons): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-bytefield (spot): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (spot): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License 1.0" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uisp (trondd): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vsftpd (mnagy): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (orphan): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Lucida" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-utils (skvidal): "GPL" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 1609 out of 5161 (31.18%) [as of 2007-12-20 06:59 UTC] diff --git a/data/old/bad-license-tags-by-package.~2~ b/data/old/bad-license-tags-by-package.~2~ new file mode 100644 index 0000000..96222e0 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~2~ @@ -0,0 +1,2099 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GeoIP: "LGPL" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alfont: "BSD-like" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bug-buddy: "GPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +bzflag: "LGPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "BSD-like" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +fwrestart: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavucontrol: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Autouse: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-AutoInstall: "GPL" "Artistic" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +ppracer: "GPL" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rsync: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +ufraw: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +usermode: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsane: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2097 out of 4700 (44.62%) [as of 2007-09-04 16:58 UTC] diff --git a/data/old/bad-license-tags-by-package.~3~ b/data/old/bad-license-tags-by-package.~3~ new file mode 100644 index 0000000..aa06949 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~3~ @@ -0,0 +1,2086 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alfont: "FTL" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "FTL" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPLv2.1" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2084 out of 4703 (44.31%) [as of 2007-09-05 22:48 UTC] diff --git a/data/old/bad-license-tags-by-package.~4~ b/data/old/bad-license-tags-by-package.~4~ new file mode 100644 index 0000000..171fe71 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~4~ @@ -0,0 +1,2112 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl: "Artistic" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Jcode: "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unicode-Map: "Artistic" +perl-Unicode-Map8: "Artistic" +perl-Unicode-MapUTF8: "Artistic" +perl-Unicode-String: "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +procmail: "Artistic" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPLv2.1" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2110 out of 4703 (44.86%) [as of 2007-09-06 01:08 UTC] diff --git a/data/old/bad-license-tags-by-package.~5~ b/data/old/bad-license-tags-by-package.~5~ new file mode 100644 index 0000000..d8b9774 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~5~ @@ -0,0 +1,2105 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPLv2.1" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2103 out of 4703 (44.72%) [as of 2007-09-06 01:09 UTC] diff --git a/data/old/bad-license-tags-by-package.~6~ b/data/old/bad-license-tags-by-package.~6~ new file mode 100644 index 0000000..419b311 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~6~ @@ -0,0 +1,2088 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPLv2.1" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPLv2.1" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2086 out of 4706 (44.33%) [as of 2007-09-06 22:26 UTC] diff --git a/data/old/bad-license-tags-by-package.~7~ b/data/old/bad-license-tags-by-package.~7~ new file mode 100644 index 0000000..4fa8513 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~7~ @@ -0,0 +1,2082 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alpine: "Apache Software License" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-Run3: "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPLv2.1" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2080 out of 4711 (44.15%) [as of 2007-09-08 23:47 UTC] diff --git a/data/old/bad-license-tags-by-package.~8~ b/data/old/bad-license-tags-by-package.~8~ new file mode 100644 index 0000000..ea6e35b --- /dev/null +++ b/data/old/bad-license-tags-by-package.~8~ @@ -0,0 +1,2082 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alpine: "Apache Software License" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-Run3: "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPLv2.1" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2080 out of 4711 (44.15%) [as of 2007-09-09 22:13 UTC] diff --git a/data/old/bad-license-tags-by-package.~9~ b/data/old/bad-license-tags-by-package.~9~ new file mode 100644 index 0000000..c5cf111 --- /dev/null +++ b/data/old/bad-license-tags-by-package.~9~ @@ -0,0 +1,2070 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alpine: "Apache Software License" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +groff: "FDL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-Run3: "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uim: "LGPL+" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdaemon: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPLv2.1" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2068 out of 4729 (43.73%) [as of 2007-09-14 12:47 UTC] diff --git a/data/old/bad-license-tags-by-package2 b/data/old/bad-license-tags-by-package2 new file mode 100644 index 0000000..8d43a6f --- /dev/null +++ b/data/old/bad-license-tags-by-package2 @@ -0,0 +1,2046 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +Miro: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alpine: "Apache Software License" +alsa-tools: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-egit: "EPL GPLv2 LGPLv2" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcfilms: "GPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyutils: "GPL/LGPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "GPL+ with exceptions" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl: "Artistic" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-Run3: "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Jcode: "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unicode-Map: "Artistic" +perl-Unicode-Map8: "Artistic" +perl-Unicode-MapUTF8: "Artistic" +perl-Unicode-String: "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +powerman: "GPL" +powertop: "GPL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +procmail: "Artistic" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +sos: "GPL" +soundtracker: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uudeview: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdaemon: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPLv2.1" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2044 out of 4746 (43.07%) [as of 2007-09-21 04:25 UTC] diff --git a/data/old/bad-license-tags-by-package3 b/data/old/bad-license-tags-by-package3 new file mode 100644 index 0000000..61fcc85 --- /dev/null +++ b/data/old/bad-license-tags-by-package3 @@ -0,0 +1,2039 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +Miro: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alpine: "Apache Software License" +alsa-tools: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-he: "GPL" +aspell-mi: "LGPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LPGLv2+" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +control-center: "GFDL+" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dtach: "GPL" +dtdparser: "LGPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-egit: "EPL GPLv2 LGPLv2" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +eog: "GFDL+" +epel-release: "GPL" +epiphany: "GFDL+" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evince: "GFDL+" +evolution: "GFDL+" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcfilms: "GPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gconf-editor: "GFDL+" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +gedit: "GFDL+" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glade2: "GFDL+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-applets: "GFDL+" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-doc-utils: "GFDL+" +gnome-games: "GFDL+" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-media: "GFDL+" +gnome-mime-data: "GPL" +gnome-netstatus: "GFDL+" +gnome-nettool: "GFDL+" +gnome-panel: "GFDL+" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-power-manager: "GFDL+" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-terminal: "GFDL+" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-user-docs: "GFDL+" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-doc: "GFDL+" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +gucharmap: "GFDL+" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyutils: "GPL/LGPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "GPL+ with exceptions" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-Run3: "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +powerman: "GPL" +powertop: "GPL" +ppl: "GPL" +ppp: "distributable" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhythmbox: "GFDL+" +rinetd: "GPL" +rlog: "LGPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +sos: "GPL" +soundtracker: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uudeview: "GPL" +varnish: "BSD-like" +velocity: "Apache Software License" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdaemon: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPLv2.1" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2037 out of 4746 (42.92%) [as of 2007-09-21 04:41 UTC] diff --git a/data/old/bad-license-tags-by-package4 b/data/old/bad-license-tags-by-package4 new file mode 100644 index 0000000..03d9c24 --- /dev/null +++ b/data/old/bad-license-tags-by-package4 @@ -0,0 +1,2046 @@ +BackupPC (trasher): "GPL" +BibTool (pertusus): "GPL" +CastPodder (pfj): "GPL" +DMitry (sindrepb): "GPL" +FlightGear (bellet): "GPL" +FreeWnn (orphan): "Distributable" +GtkAda (gemi): "GPL" +HelixPlayer (abompard): "RPSL, GPL" +HippoDraw (pfkeb): "GPL" +ImageMagick (nmurray): "freeware" +JSDoc (mcepl): "GPL" +MAKEDEV (clumens): "GPL" +MegaMek (fitzsim): "GPL" +Miro (tscherf): "GPL" +MochiKit (icon): "MIT/Academic" +MyPasswordSafe (ertzing): "GPL" +NetworkManager-openvpn (timn): "GPL" +ORBit (pghmcfc): "LGPL/GPL" +OpenSceneGraph (corsepiu): "OSGPL" "OSGPL" "OSGPL" +Perlbal (ruben): "GPL" "Artistic" +PolicyKit (davidz): "AFL/GPL" +PolicyKit-gnome (davidz): "GPL" +PyQt (than): "GPL" +PyXML (laroche): "Apacheish" +PythonCAD (kwizart): "GPL" +R-BufferedMatrix (pingou): "LGPL" +R-multcomp (orion): "GPL" +R-systemfit (orion): "GPL" +R-widgetTools (pingou): "LGPL" +SDL (twoerner): "LGPL" +SOAPpy (xulchris): "Python Software Foundation License" +Sprog (ghenry): "GPL" "Artistic" +VLGothic-fonts (ryo): "Distributable" +Zim (cweyl): "GPL" "Artistic" +abcMIDI (gemi): "GPL" +abiword (uwog): "GPL" +ack (iburrell): "GPL" "Artistic" +acl (jmoskovc): "GPL" "LGPL" "LGPL" +acpi (pertusus): "GPL" +acpid (zprikryl): "GPL" +acpitool (pertusus): "GPL" +adminutil (rmeggins): "LGPL" +aiksaurus (uwog): "GPL" +alpine (joshuadf): "Apache Software License" +alsa-tools (timj): "GPL" +amarokFS (faucamp): "GPL" +amavisd-new (steve): "GPL" +amqp (nsantos): "AMQP" +amsn (tjikkun): "GPL" +amtu (sgrubb): "Common Public License" +anjuta (pfj): "GPL" +anjuta-gdl (pfj): "GPL" +ant (pcheung): "Apache Software License" +ant-contrib (ifoox): "Apache Software License" +apcupsd (orion): "GPL" +apmd (zprikryl): "GPL" +aquamarine (jwilson): "GPL" +archmage (pertusus): "GPL" +ardour (green): "GPL" +arp-scan (sindrepb): "GPL" +arptables_jf (mbarabas): "GPL" +asa (pertusus): "GPL" +asciidoc (chrisw): "GPL" +asm2 (pcheung): "BSD-style" +aspell-ar (danken): "GPL" +aspell-he (danken): "GPL" +aspell-mi (orphan): "LGPL" +astyle (addutko): "LGPL" +asymptote (jpo): "GPL" +athcool (gajownik): "GPL" +attr (zprikryl): "GPL" "LGPL" "LGPL" +audacious-plugins (ertzing): "GPL" +audacious-plugins-docklet (yufan): "GPL" +audiofile (hadess): "LGPL" +autobuild-applet (berrange): "GPL" +autofs (jmoyer): "GPL" +autogen (pfj): "GPL" +automake14 (karsten): "GPL" +automake15 (karsten): "GPL" +autotrace (qspencer): "GPL/LGPL" +avahi (mbacovsk): "LGPL" +avalon-framework (pcheung): "Apache Software License" +avalon-logkit (pcheung): "Apache Software License" +avant-window-navigator (sindrepb): "GPL" +avrdude (trondd): "GPL" +awesfx (stransky): "GPL/distributable" +axis (pcheung): "Apache Software License" +azureus (green): "GPL" +bacula (ixs): "GPL" +balsa (pawsa): "GPL" +barcode (ixs): "GPL" +bc (zprikryl): "GPL" +bdock (jwilson): "GPL" +bea-stax (vivekl): "Apache Software License" +beagle (alexl): "LPGLv2+" +berusky (stransky): "GPL" +berusky-data (stransky): "GPL" +beryl-core (jwilson): "GPL" +beryl-manager (jwilson): "GPL" +beryl-plugins (jwilson): "GPL" +beryl-settings (jwilson): "GPL" +bes (pertusus): "LGPL" +bibletime (anderson): "GPL" +bidiv (danken): "GPL" +bigboard (walters): "GPL" +bit (rvinyard): "LGPL" +bitbake (ixs): "GPL" +bitgtkmm (rvinyard): "LGPL" +bitmap-fonts (rbhalera): "distributable" +bittorrent (pghmcfc): "BitTorrent Open Source License" +blktool (jgarzik): "GPL" +bogl (mitr): "GPL" +bogofilter (adrian): "GPL" +bonnie++ (wtogami): "GPL" +boolstuff (pertusus): "GPL" +boost (bkoz): "Boost Software License" "GPL-Compatible, Free Software License" +booty (pjones): "LGPL" +bottlerocket (sindrepb): "LGPL" +brandy (pfj): "GPL" +bsf (pcheung): "Apache License" +bsh (pcheung): "LGPL" +bugzilla (jwb): "MPL" +buildbot (giallu): "GPL" +buoh (chabotc): "GPL" +cachefilesd (steved): "GPL" +cacti (mmcgrath): "GPL" +cairo (behdad): "LGPL/MPL" +cairo-java (kasal): "LGPL" +cal3d (xulchris): "LGPL" +calcurse (nigelj): "GPL" +camstream (nomis80): "GPL" +castor (pcheung): "BSD style" +ccrtp (ixs): "GPL" +cdo (edhill): "GPL" +cdparanoia (pjones): "GPL" +celestia (steve): "GPL" +cernlib (pertusus): "LGPLV2+" +cernlib-g77 (pertusus): "LGPLV2+" +cgi-util (orphan): "LGPL" +cgoban (kaboom): "GPL" +checkpolicy (dwalsh): "GPL" +checkstyle (nsantos): "LGPL" +chkfontpath (krh): "GPL" +chkrootkit (mschwendt): "BSD-like" +chmlib (peter): "LGPL" +cksfv (xulchris): "GPL" +clamav (ensc): "GPL" +classpathx-jaf (vivekl): "LGPL" +classpathx-mail (fnasser): "GPL with library exception" +cleanfeed (jkeating): "distributable" +clearsilver (jcollie): "Neotonic ClearSilver Software License" +clement (jmrcpn): "GPL" +clipsmm (rvinyard): "GPL" +clisp (gemi): "GPL" +cln (qspencer): "GPL" +clucene (deji): "LGPL" +cman (cfeist): "GPL" +cobbler (mdehaan): "GPL" +codeina (hadess): "GPLv2.1+" +cogito (chrisw): "GPL" +cohoba (tjikkun): "GPL" +commoncpp2 (ixs): "GPL" +compat-db (jnovy): "BSD-style" +compat-erlang (gemi): "Erlang Public License" +compat-gcc-296 (jakub): "GPL" +compat-gcc-32 (jakub): "GPL" +compat-gcc-34 (jakub): "GPL" +compat-wxGTK26 (mschwendt): "wxWidgets Library Licence" +compiz (krh): "X11/MIT/GPL" +comps-extras (katzj): "GPL" +cone (steve): "GPL" +conexus (rvinyard): "LGPL" +conexusmm (rvinyard): "LGPL" +conky (errr): "GPL" +conman (jwilson): "GPL" +conmux (bpeck): "GPL" +connect-proxy (jwilson): "GPL" +conntrack (stingray): "GPL" +control-center (ctrl-center-team): "GFDL+" +convmv (nphilipp): "GPL" +coreutils (pgraner): "GPL" +cowbell (sindrepb): "GPL" +cowsay (ecik): "Artistic" "GPL" +cpan2rpm (ghenry): "Artistic" +cpanspec (steve): "GPL" "Artistic" +cppunit (pertusus): "LGPL" +cpufreq-utils (jwilson): "GPL" +cpuspeed (jwilson): "GPL" +cracklib (nalin): "Artistic" +crash (crash): "GPL" +createrepo (james): "GPL" +cronolog (jafo): "GPL" +cryptix (mwringe): "BSD style" +cryptix-asn1 (vivekl): "BSD style" +csound (dcbw): "LGPL" +csync2 (ruben): "GPL" +ctags (than): "GPL" +ctapi-cyberjack (frankb): "LGPL" +curlftpfs (anderson): "GPL" +cvs (jmoskovc): "GPL" +cycle (mcepl): "GPL" +d4x (thias): "Artistic" +dap-freeform_handler (pertusus): "LGPL" +dap-hdf4_handler (pertusus): "LGPL" +dap-netcdf_handler (pertusus): "LGPL" +dap-server (pertusus): "LGPL" +dar (xris): "GPL" +db4 (jnovy): "BSD-style" +db4o (pfj): "GPL" +dbh (kevin): "LGPL" +dbmail (bjohnson): "GPL" +dbus-glib (davidz): "AFL/GPL" +dbus-python (davidz): "AFL/GPL" +dbus-qt (ausil): "AFL/GPLv2+" +dbus-sharp (davidz): "AFL/GPL" +dcraw (nphilipp): "GPL" +dd_rescue (ixs): "GPL" +ddclient (jwboyer): "GPL" +dejavu-fonts (nim): "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts (behdad): "Redistributable, with restrictions" +dekorator (faucamp): "GPL" +desktop-printing (twaugh): "GPL" +dev86 (jnovy): "GPL" +device-mapper (lvm-team): "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath (lvm-team): "GPL" +dhcp-forwarder (ensc): "GPL" +dictd (karsten): "GPL2+" +diction (icon): "GPL" +dietlibc (ensc): "GPL" +diffstat (twaugh): "Distributable" +diffutils (twaugh): "GPL" +dirac (kwizart): "MPL" +dircproxy (jwilson): "GPL" +dirvish (robmv): "OSL" +dkms (mdomsch): "GPL" +dmidecode (prarit): "GPL" +dmraid (lvm-team): "GPL" +dnssec-tools (hardaker): "BSD-like" +docbook-dtds (ovasik): "Distributable" +docbook-simple (ovasik): "Distributable" +docbook-style-dsssl (ovasik): "Distributable" +docbook-style-xsl (ovasik): "Distributable" +docbook-utils (ovasik): "GPL" +doctorj (orphan): "LGPL" +dogtail (zmc): "GPL" +dos2unix (twaugh): "Freely distributable" +dosfstools (odvorace): "GPL" +doulos-fonts (roozbeh): "SIL Open Font License" +doxygen (than): "GPL" +drapes (splinux): "GPL" +drgeo (tanguy): "GPL" +drgeo-doc (tanguy): "GPL" +driftnet (pwouters): "GPL" +dssi (green): "LGPL" +dtach (lon): "GPL" +dtdparser (nsantos): "LGPL" +dvgrab (jwilson): "GPL" +dwatch (bjohnson): "GPL" +dx-samples (rathann): "IBM Public License" +e2tools (ixs): "GPL" +echo-icon-theme (davidz): "Creative Commons Attribution-ShareAlike 2.5" +echoping (ixs): "GPL" +ecl (gemi): "LGPL" +eclipse (overholt): "Eclipse Public License" +eclipse-cdt (jjohnstn): "Eclipse Public License / CPL" +eclipse-changelog (jjohnstn): "Eclipse Public License" +eclipse-egit (bkonrath): "EPL GPLv2 LGPLv2" +eclipse-emf (overholt): "Eclipse Public License" +eclipse-gef (overholt): "Eclipse Public License" +eclipse-mylyn (overholt): "Eclipse Public License" +eclipse-nlspackager (overholt): "Eclipse Public License" +eclipse-pydev (jjohnstn): "Eclipse Public License" +eclipse-sdk-nls (overholt): "Eclipse Public License" +ecryptfs-utils (mhalcrow): "GPL" +ed (karsten): "GPL3+" +edac-utils (arozansk): "GPL" +efax (than): "GPL" +eiciel (cweyl): "GPL" +eject (than): "GPL" +ekiga (veillard): "GPL" +elfutils (roland): "GPL" "GPL" +elilo (clumens): "GPL" +elsa (thouveng): "GPL" +emacs (coldwell): "GPL" +emacs-nxml-mode (twaugh): "GPL" +emerald (jwilson): "GPL" +emerald-themes (jwilson): "GPL" +enchant (uwog): "LGPL" +eog (behdad): "GFDL+" +epel-release (stahnma): "GPL" +epiphany (caillon): "GFDL+" +epiphany-extensions (caillon): "LGPLv2.1+" +epylog (icon): "GPL" +erlang (gemi): "Erlang Public License" +erlang-esdl (gemi): "Distributable" +esmtp (pertusus): "GPL" +esound (hadess): "LGPL" +etherape (errr): "GPL" +ethtool (jgarzik): "GPL" +evince (krh): "GFDL+" +evolution (mbarnes): "GFDL+" +evolution-data-server (mbarnes): "LGPL" +evolution-exchange (mbarnes): "GPL" +evolution-remove-duplicates (salimma): "GPL" +evolution-sharp (mbarnes): "LGPL" +evolution-webcal (mbarnes): "GPL" +exaile (deji): "GPLv+" "Artistic" +exim (dwmw2): "GPL" +exim-doc (dwmw2): "GPL" +ez-ipupdate (jlayton): "GPL" +f-spot (caillon): "GPL" +facter (lutter): "GPL" +fail2ban (athimm): "GPL" +fakechroot (athimm): "LGPL" +fakeroot (athimm): "GPL" +fbset (zprikryl): "GPL" +fedora-logos (davidz): "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt (athimm): "GPL" +fedora-package-config-smart (athimm): "GPL" +fedora-release-notes (pfrields): "Distributable" +fedora-usermgmt (ensc): "GPL" +festival (davidz): "MIT-style" +fetchlog (pwouters): "GPL" +fftw (qspencer): "GPL" +fgfs-Atlas (bellet): "GPL" +fgfs-base (bellet): "GPL" +fig2ps (qspencer): "GPL" +file (mbacovsk): "Distributable" +filelight (nbecker): "GPL" +firestarter (splinux): "GPL" +firmware-addon-dell (mebrown): "OSL" +firmware-tools (mebrown): "OSL" +fish (ascii): "GPL" +fityk (jpye): "GPL" +flac (hadess): "LGPL/GPL" +flac123 (sindrepb): "GPL" +flim (petersen): "GPL" +flite (faucamp): "BSD-style" +fltk (rdieter): "LGPLv2+ with exceptions" +fluidsynth (green): "LGPL" +fluidsynth-dssi (green): "GPL" +flumotion (thomasvs): "GPL" +fluxstyle (errr): "GPL" +fonts-ISO8859-2 (rbhalera): "Freely redistributable without restrictions" +fonts-arabic (rbhalera): "GPL" +fonts-hebrew (rbhalera): "GPL" +fonts-hebrew-fancy (danken): "GPL" +fonts-indic (rbhalera): "GPL" +fonts-korean (cchance): "Distributable" +fonts-sinhala (rbhalera): "GPL" +fontypython (cr33dog): "GPL" +foobillard (mitr): "GPL" +foomatic (twaugh): "GPL" +fortune-firefly (meme): "GPL" +fpc (joost): "GPL" "modified LGPL" +freefont (orion): "GPL" +freehdl (tanguy): "GPL" +freetennis (nigelj): "GPL" +freetype (behdad): "BSD/GPL dual license" +freeze (nim): "Distributable" +frotz (cgrau): "GPL" +frysk (cagney): "GPL" +fuse (peter): "GPL" "LGPL" "LGPL" +fuse-convmvfs (hellwolf): "GPL" +fuse-encfs (peter): "GPL" +fuse-smb (szpak): "GPL" +fuse-sshfs (peter): "GPL" +fwbuilder (ertzing): "GPL" +gai-pal (salimma): "GPL" +gaim-galago (bpepple): "GPL" +gaim-gaym (cweyl): "GPL" +gaim-guifications (rvokal): "GPL" +gaim-otr (pwouters): "GPL" +gajim (gajownik): "GPL" +galternatives (deji): "GPL" +gamin (alexl): "LGPL" +gammu (laxathom): "GPL" +gawk (kzak): "GPL" +gcfilms (tian): "GPL" +gcl (gemi): "GPL, LGPL" +gconf-cleaner (splinux): "GPL" +gconf-editor (rstrode): "GFDL+" +gd (varekova): "GPL" +gdb (jkratoch): "GPL" +gdbm (odvorace): "GPL" +gdeskcal (pfj): "GPL" +gdesklets-calendar (owentl): "GPL" +gdesklets-goodweather (owentl): "GPL" +gdesklets-quote-of-the-day (owentl): "GPL" +gdmap (splinux): "GPL" +gdome2 (bjohnson): "LGPL" +geany (josef): "GPL" +gedit (rstrode): "GFDL+" +gedit-plugins (trondd): "GPL" +genchemlab (pfj): "GPL" +genius (gemi): "GPL" +gentium-fonts (roozbeh): "SIL Open Font License" +geos (smccann): "LGPL" +geronimo-specs (fnasser): "Apache Software License 2" +gettext (petersen): "LGPL" +gfa (splinux): "GPL" +gforth (gemi): "GPL" +gfs2-utils (cfeist): "GPL" +gftp (caillon): "GPL" +ghc (bos): "BSD style" +ghostscript-fonts (twaugh): "Distributable" +ginac (qspencer): "GPL" +gjots2 (rvokal): "GPL" +gkrellm-themes (orphan): "GPL" +gkrellmms (orphan): "GPL" +gl-117 (steve): "GPL" +glabels (pgordon): "GFDLv1.1+" +glade2 (mclasen): "GFDL+" +glest-data (abompard): "Distributable" +glib-java (kasal): "LGPL" +glibc (jakub): "LGPLv2+ with exceptions" +glipper (splinux): "GPL" +gliv (peter): "GPL" +global (gemi): "GPL/BSD" +glump (jcollie): "GPL" +glunarclock (limb): "GPL" +gmp (varekova): "LGPL" +gmpc (adrian): "GPL" +gnochm (pertusus): "GPL" +gnofract4d (orphan): "GPL" +gnome-applet-vm (kzak): "GPL" +gnome-applets (rstrode): "GFDL+" +gnome-audio (hadess): "LGPL" +gnome-blog (bpepple): "GPL" +gnome-build (pfj): "GPL" +gnome-compiz-manager (jpmahowa): "GPL" +gnome-doc-utils (mbarnes): "GFDL+" +gnome-games (rstrode): "GFDL+" +gnome-games-extra-data (mclasen): "GPL" +gnome-launch-box (hadess): "GPL" +gnome-libs (pghmcfc): "LGPL" +gnome-media (hadess): "GFDL+" +gnome-mime-data (rstrode): "GPL" +gnome-netstatus (caillon): "GFDL+" +gnome-nettool (caillon): "GFDL+" +gnome-panel (rstrode): "GFDL+" +gnome-pilot (mbarnes): "LGPL" +gnome-pilot-conduits (mbarnes): "LGPL" +gnome-power-manager (davidz): "GFDL+" +gnome-python2-extras (mbarnes): "GPL/LGPL" +gnome-schedule (farnold): "GPL" +gnome-sharp (alexl): "LGPL" +gnome-specimen (splinux): "GPL" +gnome-speech (davidz): "LGPL" +gnome-spell (mbarnes): "GPL" +gnome-terminal (behdad): "GFDL+" +gnome-theme-clearlooks-bigpack (pgordon): "GPL" +gnome-themes (mclasen): "LGPL+" +gnome-themes-extras (thias): "LGPL" +gnome-user-docs (rstrode): "GFDL+" +gnome-vfs2 (alexl): "LGPL+" +gnome-vfs2-monikers (mclasen): "LGPL" +gnome-vfs2-obexftp (hadess): "GPL" +gnome-volume-manager (davidz): "GPL" +gnome-yum (orphan): "GPL" +gnu-efi (clumens): "GPL" +gnu-getopt (fnasser): "LGPL" +gnu-regexp (nsantos): "LGPL" +gnubiff (splinux): "GPL" +gnuchess (kaboom): "GPL" +gnugo (salimma): "GPL" +gnustep-make (athimm): "GPL" +gonvert (pfj): "GPL" +gperf (laroche): "GPL" +gperiodic (tanguy): "GPL" +gpp (mdomsch): "GPL" +gpsbabel (roozbeh): "GPL" +grace (jamatos): "LGPL" +granule (vlg): "GPL" +grass (cbalint): "GPL" +grep (kasal): "GPL" +grepmail (pghmcfc): "GPL" +greylistd (athimm): "GPL" +grhino (salimma): "GPL" +gscan2pdf (bjohnson): "GPL" +gsf-sharp (alexl): "GPL" +gshutdown (laxathom): "GPL" +gsl (varekova): "BSD license" +gstm (splinux): "GPL" +gstreamer (ajax): "LGPL" +gstreamer-plugins-base (ajax): "LGPL" +gstreamer-plugins-good (ajax): "LGPL" +gstreamer-plugins-pulse (lennart): "LGPL" +gstreamer08 (orphan): "LGPL" +gstreamer08-plugins (orphan): "LGPL" +gstreamer08-python (orphan): "LGPL" +gtk-doc (mclasen): "GFDL+" +gtk-murrine-engine (leo): "GPL" +gtk-recordmydesktop (sindrepb): "GPL" +gtk-sharp (pfj): "LGPL" +gtk-sharp2 (alexl): "LGPL" +gtkdatabox (ework): "LGPL" +gtkglarea2 (gemi): "LGPL" +gtkglextmm (jaile): "LGPL" +gtkhtml2 (mbarnes): "LGPL" +gtkhtml3 (mbarnes): "LGPL/GPL" +gtkmathview (uwog): "GPL" +gtkmozembedmm (hguemar): "LGPL" +gtksourceview (rstrode): "GPL" +gtksourceview-sharp (pfj): "LGPL" +gtkspell (mbarnes): "GPL" +gtranslator (sindrepb): "GPL" +gts (edhill): "LGPL" +gucharmap (mclasen): "GFDL+" +guile-lib (laxathom): "GPL" +gurlchecker (orphan): "GPL" +gutenprint (twaugh): "GPL" +hal (davidz): "AFL/GPL" +hal-info (davidz): "AFL/GPL" +halberd (sindrepb): "GPL" +harminv (edhill): "GPL" +hawknl (jwrdegoede): "LGPL2+" +hdhomerun (jwilson): "LGPL" +heliodor (jwilson): "GPL" +help2man (corsepiu): "GPL" +hexedit (jmoskovc): "GPL" +hexter-dssi (green): "GPL" +hfsplus-tools (cweyl): "Apple Public Source License" +hippo-canvas (walters): "GPL" +horde (static): "LGPL" +hotwire (walters): "GPL" +hping3 (pwouters): "GPL" +hplip (twaugh): "GPL" +hspell (danken): "GPL" +hsqldb (dbhole): "BSD Style" +ht2html (ifoox): "Python Software Foundation License" +html-xml-utils (ghenry): "GPL" +htop (gajownik): "GPL" +hunky-fonts (gajownik): "Redistributable, with restrictions" +hunspell-ar (danken): "GPL" +hunspell-he (caolanm): "GPL" +hunt (ensc): "GPL" +hwdata (karsten): "GPL/MIT" +i810switch (mdomsch): "GPL" +ibmonitor (adrian): "GPL" +icecast (ixs): "GPL" +ices (ixs): "GPL" +icu4j (fnasser): "MIT style" +idioskopos (rvinyard): "LGPL" +ifm (cgrau): "GPL" +ike-scan (sindrepb): "GPL" +imake (krh): "MIT/X11" +imp (static): "GPL" +incron (ruben): "GPL" +ingo (static): "Apache Software License v1" +initng (danielm): "GPL" +initng-ifiles (danielm): "GPL" +inn (odvorace): "GPL" +innotop (mfleming): "GPL/Artistic" +inotify-tools (gajownik): "GPL" +international-time (twaugh): "GPL" +intltool (mclasen): "GPLv2 with exception" +intuitively (pertusus): "GPL" +iozone (nhorman): "Freeware" +ip-sentinel (ensc): "GPL" +ipv6calc (mmaslano): "GPL" +ircd-hybrid (tanguy): "GPL" +irda-utils (karsten): "GPL" +irqbalance (nhorman): "GPL/OSL" +iscsi-initiator-utils (michaelc): "GPL" +isdn4k-utils (than): "GPL" +isicom (krh): "GPL" "not Firmware" +isorelax (vivekl): "MIT-style" +itpp (edhill): "GPL" +iverilog (cbalint): "GPL" +ivman (pertusus): "GPL/QPL" +jadetex (ovasik): "Distributable" +jakarta-commons-beanutils (fnasser): "Apache Software License" +jakarta-commons-cli (green): "Apache Software License" +jakarta-commons-codec (mwringe): "Apache Software License" +jakarta-commons-collections (vivekl): "Apache Software License" +jakarta-commons-dbcp (dbhole): "Apache Software License" +jakarta-commons-digester (mwringe): "Apache Software License" +jakarta-commons-discovery (mwringe): "Apache Software License" +jakarta-commons-el (fnasser): "Apache Software License" +jakarta-commons-fileupload (pcheung): "Apache Software License" +jakarta-commons-httpclient (pcheung): "Apache Software License" +jakarta-commons-io (pcheung): "Apache Software License" +jakarta-commons-lang (pcheung): "Apache Software License" +jakarta-commons-launcher (mwringe): "Apache Software License" +jakarta-commons-logging (dbhole): "Apache Software License" +jakarta-commons-modeler (mwringe): "Apache Software License" +jakarta-commons-net (pcheung): "Apache Software License" +jakarta-commons-pool (dbhole): "Apache Software License" +jakarta-commons-validator (dbhole): "Apache Software License" +jakarta-oro (fnasser): "Apache License" +jakarta-taglibs-standard (mwringe): "Apache Software License" +java-1.5.0-gcj (fitzsim): "GPL" +java_cup (vivekl): "BSD-style" +jdepend (mwringe): "Clarkware License" +jdom (dbhole): "Apache Software License-like" +jeta (static): "GPL" +jflex (mwringe): "GPL" +jgroups (vivekl): "LGPL" +jigdo (iburrell): "GPL" +jlex (vivekl): "Free" +joystick (than): "GPL" +jpackage-utils (fitzsim): "JPackage License" +jrefactory (dbhole): "Apache Software License" +jrexx (mwringe): "LGPL" +jsch (dbhole): "BSD-style" +jss (rcritten): "MPL/GPL/LGPL" +jtidy (nsantos): "BSD-Style" +jzlib (vivekl): "BSD-style" +kadu-theme (ecik): "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest (robmv): "GPL" +kawa (green): "GPL" +kbibtex (noltec): "GPL" +kchmviewer (pertusus): "GPL" +kdbg (than): "GPL" +kde-i18n (than): "GPL" +kdeedu (than): "GPL" +kdelibs3 (than): "LGPL" +kdiff3 (nbecker): "GPL" +kdissert (icon): "GPL" +kdnssd-avahi (mbacovsk): "LGPL" +ketchup (ben): "GPL" +kexec-tools (nhorman): "GPL" +keychain (adalloz): "GPL" +keyutils (dhowells): "GPL/LGPL" +kgtk (faucamp): "GPL" +kicker-compiz (laxathom): "GPL" +kio_p7zip (nixaff4): "GPL2+" +kio_sword (anderson): "GPL" +kismet (ensc): "GPL" +klibido (faucamp): "GPL" +kmobiletools (ausil): "GPL" +knemo (faucamp): "GPL" +knetworkmanager (ausil): "GPL" +koan (mdehaan): "GPL" +kodos (icon): "GPL" +koffice-langpack (awjb): "GPL" +koji (jkeating): "LGPL" +kover (adrian): "GPL" +kphotobymail (kushal): "GPL" +krb5 (nalin): "MIT, freely distributable." +kronolith (static): "GPL" +ksh (tsmetana): "Common Public License Version 1.0" +ksplash-engine-moodin (trasher): "GPL" +ksynaptics (orion): "GPL" +ktrack (orphan): "GPL" +labyrinth (pgordon): "GPL" +ladspa (thomasvs): "LGPL" +ladspa-swh-plugins (green): "GPL" +lash (green): "GPL" +lasi (orion): "LGPL" +lat (pghmcfc): "GPL" +latex2html (jnovy): "Free To Use But Restricted" "See LICENSE" +lcov (roland): "GPL" +ldapjdk (vivekl): "MPL" +ldapvi (ghenry): "GPL" +lftp (mbarabas): "GPL" +libFS (ssp): "MIT/X11" +libFoundation (athimm): "libFoundation license" +libICE (ssp): "MIT/X11" +libSM (ssp): "MIT/X11" +libX11 (ssp): "MIT/X11" +libXScrnSaver (ssp): "MIT/X11" +libXTrap (ssp): "MIT/X11" +libXau (ssp): "MIT/X11" +libXaw (ssp): "MIT/X11" +libXcomposite (ssp): "MIT/X11" +libXcursor (ssp): "MIT/X11" +libXdmcp (ssp): "MIT/X11" +libXevie (ssp): "MIT/X11" +libXext (ssp): "MIT/X11" +libXfixes (ssp): "MIT/X11" +libXfont (ssp): "MIT/X11" +libXfontcache (ssp): "MIT/X11" +libXft (ssp): "MIT/X11" +libXi (ssp): "MIT/X11" +libXinerama (ssp): "MIT/X11" +libXmu (ssp): "MIT/X11" +libXp (ssp): "MIT/X11" +libXpm (ssp): "MIT/X11" +libXrandr (ssp): "MIT/X11" +libXrender (ssp): "MIT/X11" +libXres (ssp): "MIT/X11" +libXt (ssp): "MIT/X11" +libXtst (ssp): "MIT/X11" +libXv (ssp): "MIT/X11" +libXvMC (ssp): "MIT/X11" +libXxf86dga (ssp): "MIT/X11" +libXxf86misc (ssp): "MIT/X11" +libXxf86vm (ssp): "MIT/X11" +libaio (jmoyer): "LGPL" +libao (behdad): "GPL" +libart_lgpl (behdad): "LGPL" +libassa (vlg): "LGPL" +libatomic_ops (drzeus): "GPL/MIT" +libavc1394 (jwilson): "LGPL" +libburn (jkeating): "GPL" +libc-client (jorton): "University of Washington Free-Fork License" +libcdaudio (athimm): "GPL2" +libcgi (jpo): "LGPL" +libchewing (cchance): "GPL" +libchmxx (pertusus): "LGPL/GPL" +libconfuse (jwilson): "LGPL" +libcroco (mclasen): "LGPL" +libctl (edhill): "GPL" +libdaemon (mbacovsk): "GPL" +libdmx (ssp): "MIT/X11" +libesmtp (pawsa): "LGPL" "LGPL/GPL" +libextractor (ensc): "GPL" +libfontenc (ssp): "MIT/X11" +libfreebob (green): "GPL" +libfwbuilder (ertzing): "GPL" +libgconf-java (kasal): "LGPL" +libgdiplus (alexl): "MIT X11" +libglade (pghmcfc): "LGPL" +libglade-java (kasal): "LGPL" +libgnome-java (kasal): "LGPL" +libgnomeprint22 (behdad): "LGPL+" +libgnomeprintui22 (behdad): "LGPL" +libgssapi (steved): "GPL" +libgtk-java (kasal): "LGPL" +libgtksourceviewmm (splinux): "LGPL" +libhangul (zhu): "LGPL" +libibverbs (dreier): "GPL/BSD" +libiec61883 (jwilson): "LGPL" +libiptcdata (dcm): "LGPL" +libisofs (jkeating): "GPL" +liblo (green): "GPL" +liblrdf (green): "GPL" +libmatheval (edhill): "GPL" +libmng (nmurray): "BSD-like" +libmodelfile (wart): "Distributable" +libmthca (dreier): "GPL/BSD" +libmusicbrainz (hadess): "LGPL" +libnetfilter_conntrack (stingray): "GPL" +libnetfilter_log (stingray): "GPL" +libnetfilter_queue (stingray): "GPL" +libnfnetlink (stingray): "GPL" +libnl (caillon): "LGPL" +libopenraw (trondd): "LGPL" +libopensync-plugin-synce (awjb): "GPL" +libotr (pwouters): "GPL, LGPL" +libp11 (mra): "LGPL" "LGPL" +libpfm (wcohen): "MIT-style" +libprelude (tscherf): "GPL" +libpreludedb (tscherf): "GPL" +libraw1394 (jwilson): "LGPL" +libreadline-java (ifoox): "LGPL" +librfid (kushal): "GPL" +libselinux (dwalsh): "Public domain" "uncopyrighted" +libsemanage (dwalsh): "GPL" +libsexymm (hguemar): "LGPL" +libshout (thomasvs): "LGPL" +libsieve (bjohnson): "GPL" +libsmbios (mebrown): "OSL" +libsndfile (ixs): "LGPL" +libsx (pertusus): "LGPL" +libsynaptics (orion): "GPL" +libtasn1 (ensc): "LGPL" +libthai (behdad): "LGPL" +libtirpc (steved): "GPL" +libtomoe-gtk (ryo): "LGPL" +libtool (karsten): "LGPL" "LGPL" +libtorrent (chabotc): "GPL" +libtwin (dwmw2): "LGPLV2+" +libutempter (ssp): "LGPL" +libvirt (veillard): "LGPL" +libvte-java (kasal): "LGPL" +libxkbfile (ssp): "MIT/X11" +licq (jmoskovc): "GPL" +lightning (s4504kr): "LGPLv2.1" +lilypond-doc (qspencer): "GPL" +lineak-defaultplugin (xris): "GPL" +lineak-kdeplugins (xris): "GPL" +lineak-xosdplugin (xris): "GPL" +lineakd (xris): "GPL" +link-grammar (uwog): "BSD-style" +linux-atm (dwmw2): "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts (farnold): "GPL+ with exceptions" +linuxdoc-tools (ovasik): "Freely distributable" +linuxwacom (arozansk): "GPL/X11" +listen (hguemar): "GPL" +livecd-tools (katzj): "GPL" +lockdev (kzak): "LGPL" +log4j (vivekl): "Apache Software License 2" +lostirc (splinux): "GPL" +lrzsz (than): "GPL" +lslk (kzak): "Distributable" +lsof (kzak): "Distributable" +lsscsi (coldwell): "GPL" +ltsp-utils (cr33dog): "GPL" +lucene (dbhole): "Apache Software License" +luks-tools (orphan): "GPL" +lush (gemi): "GPL" +lynx (varekova): "GPL" +m2crypto (mitr): "BSDish" +macchanger (splinux): "GPL" +mailgraph (bjohnson): "GPL" +man-pages (varekova): "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs (varekova): "Distributable" +man-pages-da (varekova): "Distributable" +man-pages-de (mmaslano): "Distributable" +man-pages-es (dchen): "Distributable" +man-pages-it (dchen): "Distributable" +man-pages-ko (dchen): "GPL" +man-pages-pl (varekova): "Distributable" +man-pages-ru (varekova): "Distributable" +mantis (giallu): "GPL" +mash (notting): "GPL" +mathml-fonts (rdieter): "Distributable" +maven-doxia (dbhole): "Apache Software License" +maven-jxr (dbhole): "Apache Software License" +maven-scm (dbhole): "Apache Software License" +maven-shared (dbhole): "Apache Software License" +maven-surefire (dbhole): "Apache Software License" +maven-wagon (mwringe): "Apache Software License" +maven2 (dbhole): "Apache Software License" +maven2-common-poms (dbhole): "Apache Software License, BSD" +mboxgrep (ixs): "GPL" +mbuffer (adalloz): "GPL" +mcelog (jcm): "GPL" +mcstrans (dwalsh): "GPL" +mdadm (dledford): "GPL" +meanwhile (jwboyer): "GNU Free Documentation License" +mediawiki (athimm): "GPL" +memtest86+ (wtogami): "GPL" +mercurial (katzj): "GPL" +mesa-libGLw (ajax): "MIT/X11" +metamonitor (eitch): "GPL" +metapixel (ixs): "GPL" +mftrace (qspencer): "GPL" +mgetty (mbarabas): "GPL" +mgopen-fonts (sarantis): "Redistributable, with restrictions" +microcode_ctl (jcm): "GPL" +milter-greylist (ensc): "BSD w/ advertising" +mimetex (jorge): "GPL" +mimetic (ensc): "GPL" +mingetty (laroche): "GPL" +mkbootdisk (jkeating): "GPL" +mkinitrd (pjones): "GPL" +mock (jkeating): "GPL" +mod_annodex (thomasvs): "Apache Software License" +mod_auth_pam (static): "Distributable" +mod_auth_shadow (anderson): "GPL" +mod_cband (mfleming): "GPL" +mod_dnssd (ivazquez): "Apache Software License" +mod_evasive (icon): "GPL" +mod_extract_forwarded (timj): "Apache Software License" +mod_geoip (mfleming): "Apache Software License" +mod_mono (pfj): "Apache Software License" +mod_nss (rcritten): "Apache Software License" +mod_revocator (rcritten): "Apache Software License" +mod_suphp (ixs): "GPL" +module-init-tools (jcm): "GPL" +moin-latex (edhill): "GPL" +mono (alexl): "GPL, LGPL, MIT X11" +monodevelop (pfj): "GPL" +monodoc (pfj): "GPL" +monotone (roland): "GPL" +moodss (jfontain): "GPL" +moomps (jfontain): "GPL" +mosml (gemi): "GPL/ATT/INRIA/Distributable" +moto4lin (jafo): "GPL" +mozldap (rmeggins): "MPL/GPL/LGPL" +mozplugger (than): "GPL" +mpage (mbacovsk): "GPL" +mrxvt (addutko): "GPL" +mtools (atkac): "GPlv2+" +mugshot (otaylor): "GPL" +muine (sindrepb): "GPL" +muine-scrobbler (sindrepb): "GPL" +multiget (allisson): "GPL" +multisync (awjb): "GPL" +multitail (flok): "GPL" +munin (kevin): "GPL" +musicbox (splinux): "GPL" +mx (misa): "eGenix.com Public License" +mx4j (fnasser): "Apache License" +mxml (green): "LGPL" +mysql-connector-java (ifoox): "GPL" +mysql-proxy (ruben): "GPL" +nagios-plugins-snmp-disk-proc (jpo): "GPL" +nant (pfj): "GPL" +nasm (pmachata): "LGPL" +nautilus-cd-burner (alexl): "LGPL/GPL" +nautilus-python (trondd): "GPL" "GPL" +nbtscan (sindrepb): "GPL" +nc6 (jsafrane): "GPL" +nco (edhill): "GPL" +ncview (edhill): "GPL" +nekohtml (mwringe): "Apache License" +netatalk (mbarabas): "GPL" +netcdf (edhill): "NetCDF" +netcdf-perl (orion): "NetCDF" +nethack (lmacken): "NetHack General Public License" +nethack-vultures (meme): "NetHack General Public License" +netlabel_tools (sconklin): "GPL" +netpbm (jnovy): "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new (orphan): "GPL" +newt-perl (jorton): "GPL" "Artistic" +nfs-utils (steved): "GPL" +nfs-utils-lib (steved): "GPL" +nhpf (cchance): "Distributable" +nikto (sindrepb): "Custom, see LICENSE.txt" +ninja (adrian): "GPL" +nmap (tsmetana): "BSD with advertising, BSD, GPLv2" +nomarch (nim): "GPL" +notify-python (jdennis): "LGPL" +nqc (rvinyard): "MPL" +nrg2iso (sindrepb): "GPL" +nsd (pwouters): "BSD-like" +nspluginwrapper (stransky): "GPL" +nss-mdns (lennart): "LGPL" +nss_db (nalin): "Sleepycat,LGPLv2+" +ntfs-config (laxathom): "GPL" +numactl (nhorman): "LGPLv2/GPLv2" +nx (athimm): "GPL, MIT/X11 for X11 bits" +objectweb-anttask (dbhole): "LGPL" +ocaml (gemi): "QPL/LGPL" +ocaml-SDL (nigelj): "LGPL" +ocaml-camlimages (nigelj): "LGPL" +ocaml-curl (rjones): "LGPL" +ocaml-expat (rjones): "LGPL" +ocaml-extlib (rjones): "LGPL" +ocaml-lablgtk (gemi): "LGPL" +ocaml-ssl (rjones): "LGPL" +ocaml-ulex (rjones): "LGPL" +ocsinventory-client (remi): "GPL" +ogdi (cbalint): "BSD-like" +onesixtyone (sindrepb): "GPL" +online-desktop (walters): "GPL" +ooo2txt (pertusus): "LGPL" +opal (veillard): "MPL" +openalpp (xulchris): "LGPL" +opencdk (ensc): "GPL" +opencv (corsepiu): "Intel Open Source License" +openswan (sconklin): "GPL" +openvpn (steve): "GPL" +openvrml (braden): "LGPL" "GPL" "GPL" "GPL" +oprofile (wcohen): "GPL" +orpie (xris): "GPL" +ortp (jcollie): "LGPL" +osgal (xulchris): "LGPL" +osgcal (xulchris): "GPL" +osiv (edhill): "GPL" +otrs (orphan): "GPL" +ots (pgordon): "GPL" +p0f (kevin): "GPL" +p0rn-comfort (ixs): "GPL" +padevchooser (lennart): "GPL" +pam_abl (adalloz): "GPL" +pam_krb5 (nalin): "LGPL+" +pam_mysql (orphan): "GPL" +pam_script (orphan): "GPL" +pam_smb (simo): "GPL" +pam_usb (orphan): "GPL" +paman (lennart): "GPL" +pan (adalloz): "GPL" +papyrus (rvinyard): "LGPL" +pari (gemi): "GPL" +passivetex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin (stahnma): "GPL" +pavumeter (lennart): "GPL" +pcmanx-gtk2 (leo): "GPL" +pdfedit (bjohnson): "GPL" +pdfjam (jpo): "GPL" +pdns-recursor (ruben): "GPL" +pdsh (kg6fnk): "GPL" +pekwm (errr): "GPL" +perl (rnorwood): "Artistic" +perl-Acme-Damn (cweyl): "GPL" "Artistic" +perl-Affix-Infix2Postfix (steve): "GPL" "Artistic" +perl-Algorithm-Annotate (iburrell): "GPL" "Artistic" +perl-Algorithm-C3 (cweyl): "GPL" "Artistic" +perl-Algorithm-Diff (steve): "GPL" "Artistic" +perl-Alien-wxWidgets (jpo): "GPL" "Artistic" +perl-Apache-DBI (remi): "GPL" "Artistic" +perl-Apache-LogRegex (steve): "GPL" "Artistic" +perl-Apache-Session (steve): "Artistic" +perl-App-CLI (iburrell): "GPL" "Artistic" +perl-AppConfig (jpo): "GPL" "Artistic" +perl-Archive-Any (cweyl): "GPL" "Artistic" +perl-Archive-Extract (steve): "GPL" "Artistic" +perl-Array-Compare (jpo): "GPL" "Artistic" +perl-Authen-PAM (steve): "GPL" "Artistic" +perl-Authen-Radius (ixs): "Artistic" +perl-Authen-SASL (jpo): "GPL" "Artistic" +perl-B-Keywords (jpo): "GPL" "Artistic" +perl-BerkeleyDB (steve): "GPL" "Artistic" +perl-Bit-Vector (rnorwood): "GPL" "Artistic" +perl-CGI-Ajax (cweyl): "GPL" "Artistic" +perl-CGI-Ex (cweyl): "GPL" "Artistic" +perl-CGI-FastTemplate (jcollie): "GPL" "Artistic" +perl-CGI-FormBuilder (jcollie): "GPL" "Artistic" +perl-CGI-Prototype (cweyl): "GPL" "Artistic" +perl-CGI-Session (ixs): "GPL" "Artistic" +perl-CPAN-DistnameInfo (steve): "GPL" "Artistic" +perl-CPANPLUS (steve): "GPL" "Artistic" +perl-CPANPLUS-Dist-Build (cweyl): "GPL" "Artistic" +perl-CSS-Tiny (jpo): "GPL" "Artistic" +perl-Cache (pertusus): "Artistic" "GPL" +perl-Cache-Cache (jpo): "GPL" "Artistic" +perl-Cache-Mmap (steve): "GPL" "Artistic" +perl-Cairo (jpo): "LGPL" +perl-Callback (mkpai): "GPL/Artistic" +perl-Carp-Assert (jpo): "GPL" "Artistic" +perl-Carp-Assert-More (jpo): "GPL" "Artistic" +perl-Catalyst-Action-RenderView (cweyl): "GPL" "Artistic" +perl-Catalyst-Devel (cweyl): "GPL" "Artistic" +perl-Catalyst-Manual (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple (cweyl): "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest (cweyl): "GPL" "Artistic" +perl-Catalyst-Runtime (cweyl): "GPL" "Artistic" +perl-Chart (steve): "GPL" "Artistic" +perl-Chatbot-Eliza (cweyl): "GPL" "Artistic" +perl-Class-Base (cweyl): "GPL" "Artistic" +perl-Class-C3 (cweyl): "GPL" "Artistic" +perl-Class-C3-XS (cweyl): "GPL" "Artistic" +perl-Class-Container (steve): "GPL" "Artistic" +perl-Class-Data-Accessor (cweyl): "Artistic" +perl-Class-ErrorHandler (steve): "GPL" "Artistic" +perl-Class-Factory (cweyl): "GPL" "Artistic" +perl-Class-Factory-Util (cweyl): "Artistic" "GPL" +perl-Class-Gomor (sindrepb): "Artistic" +perl-Class-InsideOut (cweyl): "Artistic" "GPL" +perl-Class-MakeMethods (cweyl): "Artistic" "GPL" +perl-Class-MethodMaker (dgregor): "GPL" "Artistic" +perl-Class-Observable (ixs): "GPL" "Artistic" +perl-Class-Prototyped (cweyl): "GPL" "Artistic" +perl-Class-Singleton (steve): "Artistic" +perl-Class-Std (ixs): "GPL" "Artistic" +perl-Compress-Bzip2 (jpo): "GPL" +perl-Compress-Raw-Zlib (rnorwood): "Artistic" "GPL" +perl-Config-Any (cweyl): "GPL" "Artistic" +perl-Config-IniFiles (jpo): "GPL" "Artistic" +perl-Config-IniHash (cweyl): "GPL" "Artistic" +perl-Config-Record (dgregor): "GPL" +perl-Config-Tiny (jpo): "GPL" "Artistic" +perl-ConfigReader (ixs): "LGPL" +perl-Contextual-Return (cweyl): "Artistic" "GPL" +perl-Convert-ASCII-Armour (steve): "GPL" "Artistic" +perl-Convert-PEM (steve): "GPL" "Artistic" +perl-Convert-TNEF (steve): "GPL" "Artistic" +perl-Crypt-Blowfish (ixs): "Distributable" +perl-Crypt-CBC (ixs): "Artistic" +perl-Crypt-DES (steve): "BSD-style" +perl-Crypt-DES_EDE3 (steve): "GPL" "Artistic" +perl-Crypt-OpenSSL-AES (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10 (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA (hardaker): "Artistic" "GPL" +perl-Crypt-OpenSSL-Random (hardaker): "GPL" "Artistic" +perl-Crypt-OpenSSL-X509 (hardaker): "GPL" "Artistic" +perl-Crypt-PasswdMD5 (mmcgrath): "GPL" "Artistic" +perl-Crypt-Simple (allisson): "GPL" +perl-DBD-CSV (jpo): "GPL" "Artistic" +perl-DBD-Mock (cweyl): "GPL" "Artistic" +perl-DBD-SQLite (jpo): "GPL" "Artistic" +perl-DBD-XBase (jpo): "GPL" "Artistic" +perl-DBIx-POS (cweyl): "Artistic" +perl-DBIx-SQLite-Simple (sindrepb): "Artistic" +perl-DBM-Deep (ixs): "GPL" "Artistic" +perl-Danga-Socket (ruben): "GPL" "Artistic" +perl-Data-Compare (jpo): "GPL" "Artistic" +perl-Data-Dump (cweyl): "GPL" "Artistic" +perl-Data-HexDump (ixs): "GPL" "Artistic" +perl-Data-Hierarchy (iburrell): "GPL" "Artistic" +perl-Data-OptList (cweyl): "GPL" "Artistic" +perl-Data-Password (ixs): "GPL" "Artistic" +perl-Data-Structure-Util (steve): "GPL" "Artistic" +perl-Data-Visitor (cweyl): "GPL" "Artistic" +perl-Date-Pcalc (mmcgrath): "GPL" "Artistic" +perl-DateTime (steve): "GPL" "Artistic" +perl-DateTime-Event-ICal (steve): "GPL" "Artistic" +perl-DateTime-Event-Recurrence (steve): "GPL" "Artistic" +perl-DateTime-Format-Builder (cweyl): "Artistic" "GPL" +perl-DateTime-Format-HTTP (cweyl): "Artistic" "GPL" +perl-DateTime-Format-IBeat (cweyl): "Artistic" "GPL" +perl-DateTime-Format-ICal (steve): "GPL" "Artistic" +perl-DateTime-Format-Mail (cweyl): "Artistic" "GPL" +perl-DateTime-Format-MySQL (cweyl): "Artistic" "GPL" +perl-DateTime-Format-Strptime (steve): "GPL" "Artistic" +perl-DateTime-Format-W3CDTF (steve): "GPL" "Artistic" +perl-DateTime-Set (steve): "GPL" "Artistic" +perl-Declare-Constraints-Simple (cweyl): "GPL" "Artistic" +perl-Devel-Caller (steve): "GPL" "Artistic" +perl-Devel-Cover (jpo): "GPL" "Artistic" +perl-Devel-Cycle (jpo): "GPL" "Artistic" +perl-Devel-Leak (steve): "GPL" "Artistic" +perl-Devel-Profiler (steve): "GPL" "Artistic" +perl-Devel-Size (cweyl): "GPL" "Artistic" +perl-Digest-MD4 (jpo): "GPL" "Artistic" +perl-Digest-SHA (hardaker): "Artistic" "GPL" +perl-Email-Address (jpo): "GPL" "Artistic" +perl-Email-MIME (jpo): "GPL" "Artistic" +perl-Email-MIME-ContentType (jpo): "GPL" "Artistic" +perl-Email-MIME-Encodings (jpo): "GPL" "Artistic" +perl-Email-MIME-Modifier (jpo): "GPL" "Artistic" +perl-Email-MessageID (jpo): "GPL" "Artistic" +perl-Email-Simple (jpo): "GPL" "Artistic" +perl-Error (jpo): "GPL" "Artistic" +perl-Event (cweyl): "Artistic" "GPL" +perl-Exception-Class (steve): "GPL" "Artistic" +perl-Expect (jpo): "GPL" "Artistic" +perl-Expect-Simple (jpo): "GPL" +perl-ExtUtils-CBuilder (jpo): "GPL" "Artistic" +perl-ExtUtils-Depends (jpo): "GPL" "Artistic" +perl-ExtUtils-F77 (orion): "GPL" "Artistic" +perl-ExtUtils-ParseXS (jpo): "GPL" "Artistic" +perl-ExtUtils-PkgConfig (jpo): "LGPL" +perl-Feed-Find (pertusus): "Artistic" "GPL" +perl-File-BOM (steve): "GPL" "Artistic" +perl-File-BaseDir (pertusus): "GPL" "Artistic" +perl-File-DesktopEntry (pertusus): "GPL" "Artistic" +perl-File-ExtAttr (cweyl): "GPL" "Artistic" +perl-File-Fetch (steve): "GPL" "Artistic" +perl-File-Find-Rule-PPI (jpo): "GPL" "Artistic" +perl-File-HomeDir (jpo): "GPL" "Artistic" +perl-File-MimeInfo (pertusus): "GPL" "Artistic" +perl-File-Modified (cweyl): "GPL" "Artistic" +perl-File-NFSLock (pertusus): "Artistic" "GPL" +perl-File-Next (iburrell): "GPL" "Artistic" +perl-File-ReadBackwards (steve): "GPL" "Artistic" +perl-File-Sync (steve): "GPL" "Artistic" +perl-File-Tail (jpo): "GPL" "Artistic" +perl-File-Type (steve): "GPL" "Artistic" +perl-File-Which (jpo): "GPL" "Artistic" +perl-File-chdir (iburrell): "GPL" "Artistic" +perl-FileHandle-Fmode (ixs): "GPL" "Artistic" +perl-Finance-YahooQuote (wtogami): "GPL" +perl-Font-TTF (nim): "Artistic" +perl-FreezeThaw (jpo): "GPL" "Artistic" +perl-GD (jpo): "Artistic" +perl-GD-Barcode (cweyl): "GPL" "Artistic" +perl-GDGraph (jpo): "GPL" "Artistic" +perl-GDGraph3d (jpo): "GPL" "Artistic" +perl-GDTextUtil (jpo): "GPL" "Artistic" +perl-GPS (jpo): "GPL" "Artistic" +perl-GPS-PRN (jpo): "GPL" "Artistic" +perl-GSSAPI (jpo): "GPL" "Artistic" +perl-GStreamer (cweyl): "LGPL" +perl-GTop (cweyl): "GPL" "Artistic" +perl-Gearman (ruben): "GPL" "Artistic" +perl-Gearman-Client-Async (ruben): "GPL" "Artistic" +perl-Gearman-Server (ruben): "GPL" "Artistic" +perl-Geo-Constants (jpo): "GPL" "Artistic" +perl-Geo-Ellipsoids (jpo): "GPL" "Artistic" +perl-Geo-Forward (jpo): "GPL" "Artistic" +perl-Geo-Functions (jpo): "GPL" "Artistic" +perl-Geo-Inverse (jpo): "GPL" "Artistic" +perl-Geo-METAR (kwizart): "GPL" +perl-Glib (jpo): "LGPL" +perl-Gnome2-Canvas (cweyl): "GPL" +perl-Gnome2-GConf (cweyl): "LGPL" +perl-Gnome2-Print (cweyl): "LGPL" +perl-Gnome2-VFS (cweyl): "LGPL" +perl-GnuPG-Interface (mdomsch): "GPL" "Artistic" +perl-GraphViz (cweyl): "GPL" "Artistic" +perl-Graphics-ColorNames (steve): "GPL" "Artistic" +perl-Gtk2 (jpo): "LGPL" +perl-Gtk2-Ex-Carp (cweyl): "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs (cweyl): "LGPL" +perl-Gtk2-Ex-PodViewer (bjohnson): "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List (cweyl): "LGPL" +perl-Gtk2-Ex-Utils (cweyl): "LGPL" +perl-Gtk2-GladeXML (cweyl): "GPL" +perl-Gtk2-Notify (cweyl): "LGPL" +perl-Gtk2-Sexy (cweyl): "LGPL" +perl-Gtk2-Spell (cweyl): "LGPL" +perl-Gtk2-TrayIcon (cweyl): "LGPL" +perl-HTML-FormatText-WithLinks (pertusus): "Artistic" "GPL" +perl-HTML-Mason (steve): "GPL" "Artistic" +perl-HTML-Scrubber (jpo): "GPL" "Artistic" +perl-HTML-Table (orion): "GPL" "Artistic" +perl-HTML-Template (jpo): "GPL" "Artistic" +perl-HTML-Template-Expr (steve): "GPL" "Artistic" +perl-HTTP-BrowserDetect (steve): "GPL" "Artistic" +perl-HTTP-DAV (steve): "GPL" "Artistic" +perl-HTTP-Proxy (jpo): "GPL" "Artistic" +perl-HTTP-Recorder (jpo): "GPL" +perl-HTTP-Request-AsCGI (cweyl): "GPL" "Artistic" +perl-HTTP-Request-Params (jpo): "GPL" "Artistic" +perl-HTTP-Server-Simple (jpo): "GPL" "Artistic" +perl-Hash-Case (cweyl): "GPL" "Artistic" +perl-Hash-WithDefaults (cweyl): "GPL" "Artistic" +perl-Heap (pertusus): "Artistic" "GPL" +perl-Hook-LexWrap (jpo): "GPL" "Artistic" +perl-IO-AIO (ruben): "GPL" "Artistic" +perl-IO-All (steve): "GPL" "Artistic" +perl-IO-Capture (jpo): "GPL" "Artistic" +perl-IO-Compress-Base (rnorwood): "GPL" "Artistic" +perl-IO-Compress-Bzip2 (rnorwood): "Artistic" "GPL" +perl-IO-Compress-Zlib (rnorwood): "Artistic" "GPL" +perl-IO-Digest (iburrell): "GPL" "Artistic" +perl-IO-Interface (jpo): "GPL" "Artistic" +perl-IO-LockedFile (pwouters): "GPL" "Artistic" "something" +perl-IO-Multiplex (lmb): "Artistic" +perl-IO-Null (steve): "GPL" "Artistic" +perl-IO-Prompt (cweyl): "Artistic" "GPL" +perl-IO-Socket-INET6 (wtogami): "Artistic" "GPL" +perl-IO-Socket-SSL (wtogami): "GPL" "Artistic" +perl-IO-String (rnorwood): "GPL" "Artistic" +perl-IO-Tty (jpo): "GPL" "Artistic" +perl-IO-Zlib (rnorwood): "GPL" "Artistic" +perl-IPC-Cmd (steve): "GPL" "Artistic" +perl-IPC-Run (steve): "GPL" "Artistic" +perl-IPC-Run3 (corsepiu): "Artistic" +perl-IPC-ShareLite (steve): "GPL" "Artistic" +perl-IPC-Shareable (jpo): "GPL" +perl-IPC-SharedCache (jpo): "GPL" +perl-Image-Base (jpo): "LGPL" +perl-Image-Info (jpo): "GPL" "Artistic" +perl-Image-Math-Constrain (steve): "GPL" "Artistic" +perl-Image-Size (jpo): "Artistic" +perl-Image-Xbm (jpo): "LGPL" +perl-Image-Xpm (jpo): "GPL" +perl-Imager (steve): "GPL" "Artistic" +perl-Inline (rnorwood): "GPL" "Artistic" +perl-JSON (cweyl): "GPL" "Artistic" +perl-JSON-XS (cweyl): "GPL" "Artistic" +perl-Jcode (abompard): "Artistic" +perl-Kwiki (steve): "GPL" "Artistic" +perl-Kwiki-Archive-Rcs (steve): "GPL" "Artistic" +perl-Kwiki-Attachments (steve): "GPL" "Artistic" +perl-Kwiki-Diff (steve): "GPL" "Artistic" +perl-Kwiki-ModPerl (steve): "GPL" "Artistic" +perl-Kwiki-NewPage (steve): "GPL" "Artistic" +perl-Kwiki-Raw (steve): "GPL" "Artistic" +perl-Kwiki-RecentChanges (steve): "GPL" "Artistic" +perl-Kwiki-Revisions (steve): "GPL" "Artistic" +perl-Kwiki-Search (steve): "GPL" "Artistic" +perl-Kwiki-UserName (steve): "GPL" "Artistic" +perl-Kwiki-UserPreferences (steve): "GPL" "Artistic" +perl-Kwiki-Users-Remote (steve): "GPL" "Artistic" +perl-LDAP (rnorwood): "GPL" "Artistic" +perl-LWP-Authen-Wsse (pertusus): "Artistic" "GPL" +perl-List-Compare (cweyl): "Artistic" "GPL" +perl-List-MoreUtils (jpo): "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy (jpo): "GPL" "Artistic" +perl-Locale-SubCountry (cweyl): "Artistic" "GPL" +perl-LockFile-Simple (ixs): "Artistic" +perl-Log-Dispatch (jpo): "GPL" "Artistic" +perl-Log-Dispatch-Config (cweyl): "Artistic" "GPL" +perl-Log-Dispatch-FileRotate (jpo): "GPL" "Artistic" +perl-Log-Log4perl (jpo): "GPL" "Artistic" +perl-Log-Message (steve): "GPL" "Artistic" +perl-Log-Message-Simple (steve): "GPL" "Artistic" +perl-MARC-Record (jpo): "GPL" "Artistic" +perl-MD5 (ixs): "GPL" "Artistic" +perl-MIME-Lite (mmcgrath): "GPL" "Artistic" +perl-MLDBM (jpo): "GPL" "Artistic" +perl-MP3-Info (xulchris): "Artistic" "GPL" +perl-Mail-Alias (steve): "GPL" "Artistic" +perl-Mail-SPF-Query (steve): "GPL" "Artistic" +perl-Mail-Sender (jpo): "Distributable" +perl-Mail-Sendmail (jpo): "Distributable" +perl-MasonX-Interp-WithCallbacks (steve): "GPL" "Artistic" +perl-Math-Base85 (sindrepb): "GPL" "Artistic" +perl-Math-Round (cweyl): "Artistic" "GPL" +perl-Math-Vec (roozbeh): "GPL" "Artistic" +perl-Module-Build (steve): "GPL" "Artistic" +perl-Module-Compile (steve): "GPL" "Artistic" +perl-Module-CoreList (jpo): "GPL" "Artistic" +perl-Module-Depends (iburrell): "GPL" "Artistic" +perl-Module-Find (jpo): "GPL" "Artistic" +perl-Module-Info (steve): "GPL" "Artistic" +perl-Module-Install (steve): "GPL" "Artistic" +perl-Module-Load (steve): "GPL" "Artistic" +perl-Module-Load-Conditional (steve): "GPL" "Artistic" +perl-Module-Loaded (steve): "GPL" "Artistic" +perl-Module-Locate (jpo): "GPL" "Artistic" +perl-Module-Pluggable (steve): "GPL" "Artistic" +perl-Module-ScanDeps (jpo): "GPL" "Artistic" +perl-Module-Starter (cweyl): "Artistic" "GPL" +perl-Module-Starter-PBP (cweyl): "Artistic" "GPL" +perl-Module-Versions-Report (jpo): "GPL" "Artistic" +perl-MogileFS-Client (ruben): "GPL" "Artistic" +perl-MogileFS-Utils (ruben): "GPL" "Artistic" +perl-Moose (cweyl): "GPL" "Artistic" +perl-Moose-Policy (cweyl): "GPL" "Artistic" +perl-MooseX-Object-Pluggable (cweyl): "GPL" "Artistic" +perl-MooseX-Params-Validate (cweyl): "GPL" "Artistic" +perl-Mozilla-LDAP (rmeggins): "GPL/LGPL/MPL" +perl-Net-CIDR-Lite (steve): "GPL" "Artistic" +perl-Net-CUPS (cweyl): "GPL" "Artistic" +perl-Net-DBus (cweyl): "GPL" "Artistic" +perl-Net-DNS (rnorwood): "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable (steve): "GPL" "Artistic" +perl-Net-DNS-SEC (hardaker): "GPL" "Artistic" +perl-Net-GPSD (jpo): "GPL" "Artistic" +perl-Net-IPv4Addr (sindrepb): "GPL" "Artistic" +perl-Net-IPv6Addr (sindrepb): "GPL" "Artistic" +perl-Net-Jabber (cweyl): "GPL" "Artistic" "LGPL" +perl-Net-Netmask (wtogami): "Artistic" +perl-Net-Packet (sindrepb): "Artistic" +perl-Net-Pcap (sindrepb): "GPL" "Artistic" +perl-Net-SCP (steve): "GPL" "Artistic" +perl-Net-SFTP (steve): "GPL" "Artistic" +perl-Net-SNMP (jpo): "GPL" "Artistic" +perl-Net-SNPP (jcollie): "Artistic" +perl-Net-SSH (steve): "GPL" "Artistic" +perl-Net-SSLeay (wtogami): "BSDish" +perl-Net-Telnet (jkeating): "GPL" "Artistic" +perl-Net-Write (sindrepb): "Artistic" +perl-Net-XMPP (cweyl): "GPL" "Artistic" "LGPL" +perl-NetAddr-IP (ixs): "Artistic" +perl-Nmap-Parser (sindrepb): "GPL" +perl-Object-Accessor (steve): "GPL" "Artistic" +perl-Object-InsideOut (cweyl): "Artistic" "GPL" +perl-OpenFrame (steve): "GPL" "Artistic" +perl-PBS (garrick): "GPL" "Artistic" +perl-POE (cweyl): "GPL" "Artistic" +perl-POE-Component-Child (cweyl): "GPL" +perl-POE-Component-Client-DNS (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-HTTP (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-Keepalive (cweyl): "Artistic" "GPL" +perl-POE-Component-Client-LDAP (cweyl): "Artistic" "GPL" +perl-POE-Component-DBIAgent (cweyl): "GPL" "Artistic" +perl-POE-Component-IRC (cweyl): "Artistic" "GPL" +perl-POE-Component-JobQueue (cweyl): "Artistic" "GPL" +perl-POE-Component-Logger (cweyl): "Artistic" "GPL" +perl-POE-Component-SNMP (cweyl): "Artistic" "GPL" +perl-POE-Component-SSLify (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-HTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SOAP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP (cweyl): "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleDBI (cweyl): "GPL" "Artistic" +perl-POE-Component-SimpleLog (cweyl): "Artistic" "GPL" +perl-POE-Filter-IRCD (cweyl): "Artistic" "GPL" +perl-POE-Filter-Zlib (cweyl): "GPL" "Artistic" +perl-POE-Wheel-Null (cweyl): "Artistic" "GPL" +perl-PPI (jpo): "GPL" "Artistic" +perl-PPI-HTML (jpo): "GPL" "Artistic" +perl-PPI-Tester (jpo): "GPL" "Artistic" +perl-Package-Constants (steve): "GPL" "Artistic" +perl-Package-Generator (cweyl): "GPL" "Artistic" +perl-PadWalker (jpo): "GPL" "Artistic" +perl-Params-CallbackRequest (steve): "GPL" "Artistic" +perl-Params-Check (steve): "GPL" "Artistic" +perl-Params-Coerce (cweyl): "GPL" "Artistic" +perl-Parse-CPAN-Packages (steve): "GPL" "Artistic" +perl-Parse-RecDescent (rnorwood): "Artistic" +perl-Parse-Yapp (pertusus): "GPL" "Artistic" +perl-Path-Class (iburrell): "GPL" "Artistic" +perl-Perl-Critic (jpo): "GPL" "Artistic" +perl-Perl6-Bible (steve): "GPL" "Artistic" +perl-PerlIO-eol (iburrell): "GPL" "Artistic" +perl-PerlIO-via-dynamic (iburrell): "GPL" "Artistic" +perl-PerlIO-via-symlink (iburrell): "GPL" "Artistic" +perl-Pipeline (steve): "GPL" "Artistic" +perl-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Pod-Escapes (jpo): "GPL" "Artistic" +perl-Pod-Readme (steve): "GPL" "Artistic" +perl-Pod-Simple (jpo): "GPL" "Artistic" +perl-Pod-Spell (jpo): "GPL" "Artistic" +perl-Pod-Strip (jpo): "GPL" "Artistic" +perl-Proc-Daemon (remi): "GPL" "Artistic" +perl-Proc-ProcessTable (ixs): "GPL" "Artistic" +perl-Pugs-Compiler-Rule (steve): "GPL" "Artistic" +perl-RPM-Specfile (rnorwood): "GPL" "Artistic" +perl-RPM2 (rnorwood): "GPL" "Artistic" +perl-RRD-Simple (cweyl): "Apache Software License" +perl-Razor-Agent (robert): "Artistic" +perl-Readonly (cweyl): "GPL" "Artistic" +perl-Readonly-XS (cweyl): "GPL" "Artistic" +perl-Regexp-Common (corsepiu): "Artistic" +perl-Regexp-Shellish (iburrell): "GPL" "Artistic" +perl-SGMLSpm (ovasik): "GPL" +perl-SNMP_Session (jpo): "Artistic" +perl-SOAP-Lite (mmcgrath): "GPL" "Artistic" +perl-SQL-Library (cweyl): "GPL" "Artistic" +perl-SQL-Statement (jpo): "GPL" "Artistic" +perl-SUPER (cweyl): "GPL" "Artistic" +perl-SVG-Graph (alexlan): "Artistic" +perl-SVK (iburrell): "GPL" "Artistic" +perl-SVN-Mirror (iburrell): "GPL" "Artistic" +perl-SVN-Simple (iburrell): "GPL" "Artistic" +perl-Scalar-Properties (jpo): "GPL" "Artistic" +perl-Set-Infinite (steve): "GPL" "Artistic" +perl-Set-Scalar (jpo): "GPL" "Artistic" +perl-Smart-Comments (cweyl): "Artistic" "GPL" +perl-Spiffy (steve): "GPL" "Artistic" +perl-Spoon (steve): "GPL" "Artistic" +perl-Spreadsheet-ParseExcel (steve): "GPL" "Artistic" +perl-Statistics-Descriptive (pertusus): "GPL" "Artistic" +perl-String-Approx (orion): "Artistic" +perl-String-Ediff (orphan): "GPL" "Artistic" +perl-String-Format (jpo): "GPL" +perl-String-ShellQuote (steve): "GPL" "Artistic" +perl-Sub-Exporter (cweyl): "GPL" "Artistic" +perl-Sub-Identify (cweyl): "GPL" "Artistic" +perl-Sub-Install (cweyl): "GPL" "Artistic" +perl-Sub-Name (cweyl): "GPL" "Artistic" +perl-Sub-Uplevel (jpo): "GPL" "Artistic" +perl-Sys-SigAction (ixs): "GPL" "Artistic" +perl-Sys-Syscall (ruben): "GPL" "Artistic" +perl-Sys-Virt (steve): "GPL" +perl-TeX-Hyphen (jpo): "GPL" "Artistic" +perl-Term-ProgressBar (cweyl): "GPL" "Artistic" +perl-Term-ReadPassword (steve): "GPL" "Artistic" +perl-Term-UI (steve): "GPL" "Artistic" +perl-TermReadKey (rnorwood): "Distributable" +perl-Test-AutoBuild (berrange): "GPL" +perl-Test-Base (steve): "GPL" "Artistic" +perl-Test-Class (steve): "GPL" "Artistic" +perl-Test-Cmd (jpo): "GPL" "Artistic" +perl-Test-Deep (steve): "GPL" "Artistic" +perl-Test-Differences (jpo): "GPL" "Artistic" +perl-Test-Distribution (cweyl): "GPL" "Artistic" +perl-Test-Exception (jpo): "GPL" "Artistic" +perl-Test-Expect (jpo): "GPL" "Artistic" +perl-Test-File (jpo): "GPL" "Artistic" +perl-Test-File-Contents (steve): "GPL" "Artistic" +perl-Test-Manifest (jpo): "GPL" "Artistic" +perl-Test-Memory-Cycle (jpo): "GPL" "Artistic" +perl-Test-MockObject (jpo): "GPL" "Artistic" +perl-Test-NoWarnings (steve): "LGPL" +perl-Test-Number-Delta (jpo): "GPL" "Artistic" +perl-Test-Object (jpo): "GPL" "Artistic" +perl-Test-Output (steve): "GPL" "Artistic" +perl-Test-Perl-Critic (jpo): "GPL" "Artistic" +perl-Test-Pod (jpo): "GPL" "Artistic" +perl-Test-Pod-Coverage (jpo): "GPL" "Artistic" +perl-Test-Portability-Files (steve): "GPL" "Artistic" +perl-Test-Prereq (steve): "GPL" "Artistic" +perl-Test-Spelling (jpo): "GPL" "Artistic" +perl-Test-SubCalls (jpo): "GPL" "Artistic" +perl-Test-Tester (steve): "GPL" "Artistic" +perl-Test-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-Test-Warn (jpo): "GPL" "Artistic" +perl-Text-ASCIITable (cweyl): "GPL" "Artistic" +perl-Text-Autoformat (steve): "Artistic" +perl-Text-CHM (pertusus): "GPL" "Artistic" +perl-Text-CSV_XS (jpo): "GPL" "Artistic" +perl-Text-CharWidth (athimm): "GPL" "Artistic" +perl-Text-Diff (steve): "GPL" "Artistic" +perl-Text-Diff-HTML (steve): "GPL" "Artistic" +perl-Text-Iconv (ixs): "GPL" "Artistic" +perl-Text-Levenshtein (steve): "GPL" "Artistic" +perl-Text-LevenshteinXS (steve): "GPL" "Artistic" +perl-Text-RecordParser (cweyl): "GPL" +perl-Text-Reform (steve): "Artistic" +perl-Text-SimpleTable (cweyl): "GPL" "Artistic" +perl-Text-TabularDisplay (cweyl): "GPL" +perl-Text-Template (jpo): "GPL" "Artistic" +perl-Text-Tree (cweyl): "GPL" "Artistic" +perl-Text-Unidecode (pertusus): "GPL" "Artistic" +perl-Text-WikiFormat (jpo): "GPL" "Artistic" +perl-Text-WordDiff (steve): "GPL" "Artistic" +perl-Text-WrapI18N (athimm): "GPL" "Artistic" +perl-Tie-EncryptedHash (pghmcfc): "Artistic" +perl-Tie-IxHash (jpo): "GPL" "Artistic" +perl-Time-Period (robmv): "GPL" "Artistic" +perl-Time-Piece (cgrau): "GPL" "Artistic" +perl-Time-Piece-MySQL (cgrau): "GPL" "Artistic" +perl-Time-modules (kaboom): "Distributable" +perl-TimeDate (rnorwood): "GPL" "Artistic" +perl-Tk (awjb): "GPL" "Artistic" +perl-Tree-DAG_Node (jpo): "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory (cweyl): "GPL" "Artistic" +perl-UNIVERSAL-can (jpo): "GPL" "Artistic" +perl-UNIVERSAL-isa (jpo): "GPL" "Artistic" +perl-URI (rnorwood): "GPL" "Artistic" +perl-URI-Fetch (cweyl): "GPL" "Artistic" +perl-Unicode-Map (abompard): "Artistic" +perl-Unicode-Map8 (abompard): "Artistic" +perl-Unicode-MapUTF8 (abompard): "Artistic" +perl-Unicode-String (abompard): "Artistic" +perl-Unix-Statgrab (steve): "LGPL" +perl-Unix-Syslog (steve): "Artistic" +perl-WWW-Babelfish (cweyl): "GPL" "Artistic" +perl-WWW-Bugzilla (jpo): "GPL" "Artistic" +perl-WWW-Mechanize (jpo): "GPL" "Artistic" +perl-WWW-Myspace (cweyl): "Artistic" "GPL" +perl-Workflow (cweyl): "GPL" "Artistic" +perl-Wx (jpo): "GPL" "Artistic" +perl-XML-DOM (orion): "GPL" "Artistic" +perl-XML-Dumper (rnorwood): "GPL" "Artistic" +perl-XML-Filter-BufferText (ixs): "GPL" "Artistic" +perl-XML-Filter-XInclude (ixs): "GPL" "Artistic" +perl-XML-Grove (rnorwood): "Artistic" +perl-XML-LibXML (rnorwood): "GPL" "Artistic" +perl-XML-LibXML-Common (rnorwood): "GPL" "Artistic" +perl-XML-NamespaceSupport (rnorwood): "GPL" "Artistic" +perl-XML-RegExp (orion): "GPL" "Artistic" +perl-XML-SAX (rnorwood): "GPL" "Artistic" +perl-XML-SAX-Writer (ixs): "GPL" "Artistic" +perl-XML-Stream (cweyl): "GPL" "Artistic" "LGPL" +perl-XML-Twig (rnorwood): "GPL" "Artistic" +perl-XML-Validator-Schema (ixs): "GPL" "Artistic" +perl-XML-XPath (rnorwood): "GPL" "Artistic" +perl-XML-XQL (steve): "GPL" "Artistic" +perl-YAML (steve): "GPL" "Artistic" +perl-YAML-Parser-Syck (steve): "GPL" "Artistic" +perl-YAML-Tiny (steve): "GPL" "Artistic" +perl-aliased (cweyl): "GPL" "Artistic" +perl-bioperl (alexlan): "GPL" "Artistic" +perl-bioperl-run (alexlan): "GPL" "Artistic" +perl-eperl (steve): "GPL" "Artistic" +perl-libwhisker2 (sindrepb): "GPL" +perl-libxml-perl (rnorwood): "GPL" "Artistic" +perl-pmtools (jpo): "Artistic" +pessulus (splinux): "GPL" +pfmon (wcohen): "GPL" +pfqueue (mfleming): "GPL" +pgadmin3 (ghenry): "Artistic" +pgfouine (devrim): "GPL" +pgp-tools (mdomsch): "BSD, GPL" +php-Smarty (xulchris): "LGPL" +php-magpierss (stahnma): "GPL" +php-manual-en (timj): "Open Publication License" +php-pear-Console-Color (timj): "X11" +php-pear-DB-DataObject (xulchris): "PHP License" +php-pear-DB-DataObject-FormBuilder (xulchris): "LGPL" +php-pear-Date-Holidays (xulchris): "PHP License" +php-pear-File-Passwd (xulchris): "PHP License" +php-pear-HTML-Common (xulchris): "PHP License" +php-pear-HTML-QuickForm (xulchris): "PHP License" +php-pear-HTML-QuickForm-ElementGrid (xulchris): "LGPL" +php-pear-Image-Canvas (xulchris): "LGPL" +php-pear-Image-Color (xulchris): "PHP License" +php-pear-Image-Graph (xulchris): "LGPL" +php-pear-Image-GraphViz (xulchris): "PHP License" +php-pear-Mail-Mime (static): "PHP License" +php-pear-Math-Stats (xulchris): "PHP License" +php-pear-Net-Curl (xulchris): "PHP License" +php-pear-Net-DIME (remi): "PHP License" +php-pear-Net-FTP (remi): "PHP License" +php-pear-Net-Ping (remi): "PHP License" +php-pear-Net-SMTP (remi): "PHP License" +php-pear-Net-Socket (remi): "PHP License" +php-pear-Net-Traceroute (remi): "PHP License" +php-pear-Net-UserAgent-Detect (xulchris): "PHP License" +php-pear-Numbers-Roman (xulchris): "PHP License" +php-pear-Numbers-Words (xulchris): "PHP License" +php-pear-PEAR-Command-Packaging (timj): "PHP License" +php-pear-PHP-Compat (remi): "PHP License" +php-pear-PHP-CompatInfo (remi): "PHP License" +php-pear-Payment-Process (xulchris): "PHP License" +php-pear-Phlickr (stahnma): "LGPL" +php-pear-SOAP (remi): "PHP License" +php-pear-XML-Beautifier (xulchris): "PHP License" +php-pear-XML-RSS (xulchris): "PHP License" +php-pear-XML-Serializer (xulchris): "PHP License" +php-pear-XML-Util (xulchris): "PHP License" +php-pecl-Fileinfo (static): "PHP License" +php-pecl-apc (chabotc): "PHP License" +php-shout (static): "LGPL" +phpPgAdmin (devrim): "GPL" +piccolo (mwringe): "Apache Software License" +picocom (jafo): "GPL" +pidgin-guifications (rvokal): "GPL" +pidgin-libnotify (pgordon): "GPL" +pidgin-rhythmbox (salimma): "GPL" +pilot-link (varekova): "tcl" +pirut (katzj): "GPL" +pitivi (jcollie): "GPL" +pl (gemi): "LGPL" +plague (dcbw): "GPL" +plexus-ant-factory (dbhole): "MIT-Style" +plexus-appserver (dbhole): "Apache Software License" +plexus-archiver (pcheung): "Apache Software License" +plexus-bsh-factory (dbhole): "MIT-Style" +plexus-cdc (dbhole): "Apache Software License" +plexus-container-default (mwringe): "Apache Software License" +plexus-i18n (pcheung): "Apache Software License" +plexus-interactivity (mwringe): "Apache Software License" +plexus-runtime-builder (dbhole): "MIT-Style" +plexus-utils (mwringe): "Apache Software License" +plexus-xmlrpc (dbhole): "Apache Software License" +plotmm (hguemar): "LGPL" +pmd (mwringe): "BSD Style" +pmount (pertusus): "GPL" +po4a (athimm): "GPL" +poker-engine (xulchris): "GPL" +poker-eval (xulchris): "GPL" +poker-network (xulchris): "GPL" +poker2d (xulchris): "GPL" +polyml (gemi): "LGPL" +pop-before-smtp (wtogami): "GPL" "Artistic" +postfix (twoerner): "IBM Public License" +postgis (devrim): "GPL" "LGPL" +powerman (jwilson): "GPL" +powertop (ajax): "GPL" +ppl (bagnara): "GPL" +ppp (twoerner): "distributable" +prctl (karsten): "GPL" +prelink (jakub): "GPL" +prelude-lml (tscherf): "GPL" +prelude-manager (tscherf): "GPL" +prewikka (tscherf): "GPL" +procmail (mlichvar): "Artistic" +proxychains (owentl): "GPL" +prozilla (kushal): "GPL" +psgml (atkac): "GPL" +psmisc (tsmetana): "BSD/GPLv2+" +pstack (roland): "GPL" +psutils (mbacovsk): "distributable" +puppet (lutter): "GPL" +puretls (mwringe): "BSD style" +pv (jhrozek): "Artistic" "modified" +pvm (dledford): "freely distributable" +pwlib (veillard): "MPL" +pwsafe (ertzing): "GPL" +pyOpenSSL (misa): "LGPL" +pybackpack (andyp): "GPL" +pybluez (wwoods): "GPL" +pycairo (mbarnes): "LGPL" +pychecker (vcrhonek): "BSDish" +pychess (sindrepb): "GPL" +pydict (zhu): "GPL" +pyflowtools (stingray): "GPL" +pyfribidi (roozbeh): "GPL" +pygame (xulchris): "LGPL" +pygtksourceview (mbarnes): "LGPL" +pyicq-t (jcollie): "GPL" +pykdeextensions (rdieter): "LGPL" +pylint (icon): "GPL" +pyorbit (mbarnes): "LGPL" +pypar2 (mxcarron): "GPL" +pypoker-eval (xulchris): "GPL" +pyserial (stingray): "Python license" +pyspi (zmc): "LGPL" +python (james): "Python Software Foundation License v2" +python-4Suite-XML (mitr): "Apacheish" +python-BeautifulSoup (kwizart): "Python Software Foundation License" +python-adns (rvokal): "GPL" +python-alsaaudio (kwizart): "PSF - see LICENSE" +python-chm (pertusus): "GPL" +python-cpio (jamatos): "LGPLv2.1+" +python-dateutil (orion): "Python Software Foundation License" +python-dns (jcollie): "BSD-like" +python-docs (james): "PSF - see LICENSE" +python-durus (shahms): "CNRI" +python-enchant (roozbeh): "LGPL" +python-eyed3 (bpepple): "GPL" +python-feedparser (icon): "BSD-ish" +python-formencode (lmacken): "PSF" +python-fpconst (xulchris): "Apache Software License" +python-gammu (laxathom): "GPL" +python-htmltmpl (orphan): "GPL" +python-id3 (orphan): "GPL" +python-irclib (lmacken): "LGPL" +python-isprelink (jcollie): "GPL" +python-json (lmacken): "LGPL" +python-ldap (mbarnes): "PSF - see LICENCE" +python-logilab-astng (icon): "GPL" +python-logilab-common (icon): "GPL" +python-meld3 (mmcgrath): "ZPL" +python-memcached (jafo): "Python license" +python-myghty (lmacken): "LGPL" +python-nltk_lite (salimma): "GPL" +python-openid (jcollie): "LGPL" +python-paramiko (shahms): "LGPL" +python-protocols (shahms): "PSF" "ZPL" +python-psycopg (shahms): "GPL" +python-psycopg2 (devrim): "GPL" "with Exceptions" +python-pydns (jafo): "Python license" +python-pyspf (jafo): "Python Software Foundation License" +python-qpid (nsantos): "Apache Software License" +python-quixote (shahms): "CNRI" +python-ruledispatch (lmacken): "PSF" "ZPL" +python-sexy (hguemar): "LGPL" +python-simpletal (shahms): "Other" +python-simpy (sarantis): "LGPL" +python-sqlite2 (gajownik): "zlib/libpng" +python-sqlobject (lmacken): "LGPL" +python-tpg (shahms): "LGPL" +python-urljr (jcollie): "LGPL" +python-virtinst (berrange): "GPL" +python-xlib (jspaleta): "GPL" +python-xmpp (jcollie): "GPL" +python-yadis (jcollie): "LGPL" +pyxf86config (ajax): "GPL" +pyxmms (pfj): "GPL" +pyzor (ixs): "GPL" +q (gemi): "GPL" +qa-assistant (toshio): "GPL" +qcad (gemi): "GPL" +qcomicbook (muerte): "GPL" +qdox (mwringe): "Apache Software License style" +qemu (dwmw2): "GPLv2+, LGPLv2+" +qgo (kaboom): "GPL" +qhull (corsepiu): "Distributable" +qjackctl (nando): "GPL" +qpidc (aconway): "Apache Software License" +qps (gajownik): "GPL" +qstat (andriy): "Artistic" +qsynth (nando): "GPL" +qt (than): "GPL/QPL" +qt4-qsa (frankb): "GPL" +qtparted (steve): "GPL" +quadkonsole (nomis80): "GPL" +quagga (mbacovsk): "GPL" +quarry (salimma): "GPL" +qucs (tanguy): "GPL" +queuegraph (bjohnson): "GPL" +quodlibet (jcollie): "GPL" +radvd (mbacovsk): "BSD-style" +rapidsvn (timj): "LGPL" "LGPL" +raptor (green): "LGPL" "Apache License Version 2.0" +rarpd (jmoskovc): "GPL" +rasqal (thomasvs): "LGPL" "Apache Software License 2.0" +rb_libtorrent (pgordon): "zlib/libpng License" "Boost Software License" +rcs (jmoskovc): "GPL" +rdate (jmoskovc): "GPL" +rdesktop (davidz): "GPL" +readahead (kzak): "GPL" +reciteword (zhu): "GPL" +recordmydesktop (sindrepb): "GPL" +redet (nigelj): "GPL" +redet-doc (nigelj): "GPL" +redhat-menus (rstrode): "XFree86" +redhat-rpm-config (jcm): "GPL" +regexp (vivekl): "Apache Software License" +reiserfs-utils (jgarzik): "GPL" +renrot (andriy): "GPL" "Artistic" +repoman (dcantrel): "GPL" +repoview (icon): "GPL" +rgmanager (lon): "GPL,LGPL" +rhino (mwringe): "MPL" +rhm (aconway): "LGPL" +rhpl (katzj): "GPL" +rhythmbox (hadess): "GFDL+" +rinetd (kaboom): "GPL" +rlog (peter): "LGPL" +rman (jamatos): "Artistic" +rng-utils (jgarzik): "GPL" +root-tail (errr): "GPL" +rosegarden4 (seg): "GPL" +rp-pppoe (than): "GPL" +rpcbind (steved): "GPL" +rpld (stingray): "GPL" +rpm (pmatilai): "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool (jwilson): "GPL" +rsnapshot (xris): "GPL" +rtorrent (chabotc): "GPL" +ruby-bdb (errr): "Ruby License" +ruby-cairo (allisson): "Ruby License/GPL" +ruby-ncurses (isimluk): "LGPL" +ruby-postgres (lutter): "Ruby License" +ruby-qpid (nsantos): "Apache Software License" +ruby-racc (lutter): "LGPL" +rubygems (lutter): "Ruby License/GPL" +rudeconfig (homeless): "GPL" +rzip (stingray): "GPL" +s3switch (pwouters): "BSD-like" +salinfo (jkeating): "GPL" +sane-backends (nphilipp): "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends (nphilipp): "GPL" +saxon (vivekl): "MPL" +schroedinger (jcollie): "LGPL/MIT/MPL" +scim-chewing (cchance): "GPL" +scim-fcitx (petersen): "GPL" +scim-hangul (zhu): "GPL" +scim-input-pad (ryo): "GPL" +scim-qtimm (phuang): "GPL" +scim-skk (ryo): "GPL" +scim-tables (cchance): "GPL" +scim-tomoe (ryo): "GPL" +scmxx (ixs): "GPL" +scratchpad (sindrepb): "GPL" +screem (orphan): "GPL" +scribes (pgordon): "GPL" +scribes-templates (pgordon): "GPL" +scrip (edhill): "SCRIP License" +sdcc (trondd): "GPL" "GPL" +sec (xris): "GPL" +seedit (ynakam): "GPL" +selinux-doc (dwalsh): "Public Use License v1.0" +sendmail (twoerner): "Sendmail" +seq24 (green): "GPL" +ser (ixs): "GPL" +serpentine (sindrepb): "GPL" +setools (dwalsh): "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +sgml-common (ovasik): "GPL" "GPL" +shapelib (smccann): "LGPL/MIT" +shared-mime-info (hadess): "GPL" +sharutils (than): "GPL" +shorewall (robmv): "GPL" +siege (allisson): "GPL" +sinjdoc (fitzsim): "GPL" +sip (than): "GPL" +sipp (peter): "GPL" +sipsak (peter): "GPL" +skencil (gemi): "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic (ryo): "GPL" +slim (afb): "GPL" +sloccount (hadess): "GPL" +smarteiffel (gemi): "GPL" +smolt (mmcgrath): "GPL" +socat (pwouters): "GPL" +sofsip-cli (jcollie): "LGPL" +solfege (sindrepb): "GPL" +sopwith (adrian): "GPL" +sos (navid): "GPL" +soundtracker (seg): "GPL" +sox (jmoskovc): "GPL" +spamass-milter (pghmcfc): "GPL" +spamassassin (wtogami): "Apache License" +spambayes (xulchris): "Python Software Foundation License" +specspo (kasal): "GPL" +specto (laxathom): "GPL" +spicctrl (salimma): "GPL" +splint (pnasrat): "GPL" +sqlgrey (steve): "GPL" +squid (mbacovsk): "GPL" +squirrelmail (mbacovsk): "GPL" +ss5 (mricchet): "GPL" +sshfp (pwouters): "GPL" +stardict-dic-en (zhu): "GPL" +stardict-dic-ja (zhu): "GPL" +stardict-dic-ru (zhu): "GPL" +stardict-dic-zh_CN (zhu): "GPL" +stardict-dic-zh_TW (zhu): "GPL" +startup-notification (rstrode): "LGPL" +stellarium (s4504kr): "GPL" +stratagus (peter): "GPL" +struts (dbhole): "Apache License" +sugar (mpg): "GPL/LGPL" +suitesparse (qspencer): "Distributable" +supervisor (mmcgrath): "ZPL/BSD" +svnkit (robmv): "TMate License" +svnmailer (mfleming): "Apache Software License" +svrcore (rmeggins): "MPL/GPL/LGPL" +swatch (jpo): "GPL" +sweep (gemi): "GPL" +switchdesk (than): "GPL" +symlinks (twaugh): "distributable" +synaptics (krh): "GPL" +synce-trayicon (awjb): "GPL" +sysconftool (rathann): "GPL" +sysfsutils (jwilson): "GPL" "LGPL" +syslinux (pjones): "GPL" +syslog-ng (jpo): "GPL" +sysreport (than): "GPL" +sysstat (varekova): "GPL" +system-config-bind (jkeating): "GPL" +system-config-boot (harald): "GPL" +system-config-cluster (jparsons): "GPL" +system-config-display (ajax): "GPL" +system-config-httpd (pknirsch): "GPL" +system-config-language (lizhang): "GPL" +system-config-lvm (jparsons): "GPL" +system-config-netboot (rbrich): "GPL" +system-config-network (harald): "GPL" +system-config-nfs (nphilipp): "GPL" +system-config-samba (nphilipp): "GPL" +system-config-services (nphilipp): "GPL" +system-config-soundcard (stransky): "GPL" +system-switch-java (fitzsim): "GPL" +system-switch-mail (than): "GPL" +systemtap (fche): "GPL" "GPL" +t1utils (jamatos): "Click, GPLv2+, MIT" +taarich (danken): "MIT-style" +tagsoup (pcheung): "GPL" +tailor (sharkcz): "GPL" +tango-icon-theme (pgordon): "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras (pgordon): "Creative Commons Attribution Share-Alike" +tclabc (gemi): "GPL" +tcptraceroute (sindrepb): "GPL" +telepathy-mission-control (sindrepb): "LGPL" +tenr-de-styles-pkg (errr): "Creative Commons Attribution-ShareAlike 2.5" +testoob (dgoodwin): "Apache Software License" +tetex-IEEEtran (rvinyard): "Artistic" +tetex-bytefield (jpo): "LaTeX Project Public License" +tetex-elsevier (pertusus): "LaTeX Project Public License" +tetex-eurofont (dionysos): "LaTeX Project Public License" +tetex-font-cm-lgc (sarantis): "GPL" +tetex-font-kerkis (sarantis): "Distributable" +tetex-fonts-hebrew (danken): "GPL" +tetex-perltex (jpo): "LaTeX Project Public License" +tetex-prosper (rathann): "LaTeX Project Public License" +tetex-tex4ht (pertusus): "LaTeX" +tetrinetx (faucamp): "GPL" +themes-backgrounds-gnome (chabotc): "GPL" +thewidgetfactory (luya): "GPL" +tilda (josef): "GPL" +time (laroche): "GPL" +timidity++ (nigelj): "GPL" +tinyca2 (ensc): "GPL" +tinyfugue (seg): "GPL" +tkcvs (gemi): "GPL" +tktable (jfontain): "BSD-like" +tla (jwboyer): "GPL" +tmpwatch (mitr): "GPL" +tog-pegasus (vcrhonek): "Open Group Pegasus Open Source" +tomboy (rstrode): "LGPL+" +tomcat5 (vivekl): "Apache Software License" +tomoe (ryo): "LGPL" +totem (hadess): "GPLv2 with exception" +trac-git-plugin (jkeating): "GPL" +trac-mercurial-plugin (jkeating): "GPL" +traceroute (mbacovsk): "GPL" +transfig (than): "distributable" +translate-toolkit (roozbeh): "GPL" +tripwire (static): "GPL" +tsclient (davidz): "GPL" +ttmkfdir (lizhang): "GPL" +turba (static): "Apache Software License v1" +tux (jkeating): "GPL" +tuxpaint (steve): "GPL" +tuxpaint-stamps (steve): "GPL" +tuxtype2 (steve): "GPL" +tvtime (than): "GPL" +tzdata (pmachata): "Public Domain, LGPLv2+" +ucblogo (gemi): "GPL" +uncrustify (nbecker): "GPL" +unison (gemi): "GPL" +unix2dos (twaugh): "Distributable" +unpaper (bjohnson): "GPL" +up-imapproxy (jcarlson): "GPL" +uqm-content (icon): "Distributable" +urw-fonts (than): "GPL, URW holds copyright" +usbutils (jmoskovc): "GPL" +ushare (tanguy): "GPL" +util-vserver (ensc): "GPL" +uudeview (adrian): "GPL" +varnish (ingvar): "BSD-like" +velocity (vivekl): "Apache Software License" +viaideinfo (pgordon): "GPL" +vim-vimoutliner (mcepl): "GPL" +virt-manager (berrange): "GPL" +vixie-cron (mmaslano): "GPL" +vkeybd (green): "GPL" +vlock (kzak): "GPL" +vnc-ltsp-config (rdieter): "GPL" +vnstat (adrian): "GPL" +vorbis-tools (behdad): "GPL" +vsftpd (mbarabas): "GPL" +vtk (athimm): "BSD-like" +vtkdata (athimm): "BSD-like" +w3c-libwww (awjb): "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu (laxathom): "GPL" +wavbreaker (dmaley): "GPL" +wdaemon (arozansk): "GPL" +wdfs (ajax): "GPL" +wdm (pertusus): "GPL" +weechat (stingray): "GPL" +werken-xpath (fnasser): "Apache Software License-like" +which (than): "GPL" +whysynth-dssi (green): "GPL" +wifi-radar (pilcher): "GPL" +wifiroamd (edhill): "GPL" +windowlab (nigelj): "GPL" +wings (gemi): "Distributable" +wmctrl (errr): "GPL" +wmix (pertusus): "GPL" +wordtrans (than): "GPL" +ws-commons-util (green): "Apache Software License" +ws-jaxme (nsantos): "Apache Software License" +wsdl4j (dbhole): "IBM Common Public License" +wuja (dgoodwin): "GPL" +wxGTK (mattdm): "wxWidgets Library Licence" +wxPython (mattdm): "LGPL" +wxsvg (thias): "wxWidgets" +x2vnc (stahnma): "GPL" +xalan-j2 (vivekl): "Apache Software License" +xaos (gemi): "GPL" +xboard (kaboom): "GPL" +xdesktopwaves (adrian): "GPL" +xdg-user-dirs (alexl): "GPL" +xdg-user-dirs-gtk (alexl): "GPL" +xdoclet (mwringe): "BSD Style" +xemacs-packages-extra (scop): "GPL" +xen (xen-maint): "GPL" +xerces-c (peter): "Apache Software License" +xerces-j2 (mwringe): "Apache Software License" +xfce4-dev-tools (cwickert): "GPL" +xfce4-taskmanager (cwickert): "GPL" +xfce4-websearch-plugin (cwickert): "GPL" +xferstats (than): "GPL" +xfig (than): "Freeware" +xhtml1-dtds (veillard): "W3C IPR" +xjavadoc (dbhole): "BSD Style" +xl2tpd (pwouters): "GPL" +xml-commons-apis (mwringe): "Apache Software License/W3C/Public Domain" +xml-commons-apis12 (mwringe): "Apache Software License/W3C License/Public Domain" +xml-commons-resolver (fnasser): "Apache Software License" +xml-commons-which (mwringe): "Apache Software License" +xmlindent (adrian): "GPL" +xmlrpc (vivekl): "Apache Software License" +xmlrpc-c (ensc): "BSD/PSF -- see COPYING" +xmlrpc3 (overholt): "Apache Software License" +xmltex (ovasik): "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit (pcheung): "BSD Style" +xmms (pfj): "GPL" +xmms-alarm (pfj): "GPL" +xmms-cdread (jsoeterb): "GPL" +xmms-scrobbler (ixs): "GPL" +xmms-skins (thias): "GPL" +xom (nsantos): "LGPL" +xoo (pwouters): "GPL" +xorg-sgml-doctools (xgl-maint): "MIT/X11" +xorg-x11-apps (xgl-maint): "MIT/X11" +xorg-x11-docs (xgl-maint): "MIT/X11" +xorg-x11-drv-amd (xgl-maint): "MIT/X11" +xorg-x11-filesystem (xgl-maint): "MIT/X11" +xorg-x11-font-utils (xgl-maint): "MIT/X11" +xorg-x11-fonts (xgl-maint): "Various licenses" +xorg-x11-resutils (xgl-maint): "MIT/X11" +xorg-x11-server (xgl-maint): "MIT/X11" +xorg-x11-server-utils (xgl-maint): "MIT/X11" +xorg-x11-twm (xgl-maint): "MIT/X11" +xorg-x11-util-macros (xgl-maint): "The Open Group License" +xorg-x11-utils (xgl-maint): "MIT/X11" +xorg-x11-xauth (xgl-maint): "MIT/X11" +xorg-x11-xbitmaps (xgl-maint): "MIT/X11" +xorg-x11-xdm (xgl-maint): "MIT/X11" +xorg-x11-xfs (xgl-maint): "MIT/X11" +xorg-x11-xfwp (xgl-maint): "MIT/X11" +xorg-x11-xinit (xgl-maint): "MIT/X11" +xorg-x11-xkb-utils (xgl-maint): "MIT/X11" +xorg-x11-xsm (xgl-maint): "MIT/X11" +xorg-x11-xtrans-devel (xgl-maint): "MIT/X11" +xournal (rvinyard): "GPL" +xpp2 (nsantos): "Apache Software License" +xpp3 (nsantos): "Apache-style" +xrestop (ssp): "GPL" +xsri (ssp): "GPL" +xulrunner (caillon): "MPL/LGPL" +xwnc (xulchris): "GPL" +xwrits (jlayton): "GPL" +yaboot (dcantrel): "GPL" +yafc (xris): "GPL" +yakuake (gajownik): "GPL" +yap (gemi): "Artistic/LGPL" +yasm (thias): "Artistic" +yp-tools (steved): "GPL" +ypbind (steved): "GPL" +ypserv (steved): "GPL" +yum-arch (remi): "GPL" +yum-metadata-parser (katzj): "GPL" +yum-utils (skvidal): "GPL" +z88dk (pfj): "Artistic" +zabbix (jwilson): "GPL" +zaptel (jcollie): "GPL" +zeroinstall-injector (salimma): "LGPLv2.1" +zhcon (zhu): "GPL" +zile (jcarlson): "GPL" +zynaddsubfx (green): "GPL" + +Invalid licenses: 2044 out of 4746 (43.07%) [as of 2007-09-21 16:54 UTC] diff --git a/data/old/bad-license-tags-by-package~ b/data/old/bad-license-tags-by-package~ new file mode 100644 index 0000000..bc28ab3 --- /dev/null +++ b/data/old/bad-license-tags-by-package~ @@ -0,0 +1,2144 @@ +BackupPC: "GPL" +BibTool: "GPL" +CastPodder: "GPL" +DMitry: "GPL" +FlightGear: "GPL" +FreeWnn: "Distributable" +GeoIP: "LGPL" +GtkAda: "GPL" +HelixPlayer: "RPSL, GPL" +HippoDraw: "GPL" +ImageMagick: "freeware" +JSDoc: "GPL" +MAKEDEV: "GPL" +MegaMek: "GPL" +MochiKit: "MIT/Academic" +MyPasswordSafe: "GPL" +NetworkManager-openvpn: "GPL" +ORBit: "LGPL/GPL" +OpenSceneGraph: "OSGPL" "OSGPL" "OSGPL" +Perlbal: "GPL" "Artistic" +PolicyKit: "AFL/GPL" +PolicyKit-gnome: "GPL" +PyQt: "GPL" +PyXML: "Apacheish" +PythonCAD: "GPL" +R-BufferedMatrix: "LGPL" +R-multcomp: "GPL" +R-systemfit: "GPL" +R-widgetTools: "LGPL" +SDL: "LGPL" +SOAPpy: "Python Software Foundation License" +Sprog: "GPL" "Artistic" +TeXmacs: "GPL" +VLGothic-fonts: "Distributable" +Zim: "GPL" "Artistic" +abcMIDI: "GPL" +abiword: "GPL" +ack: "GPL" "Artistic" +acl: "GPL" "LGPL" "LGPL" +acpi: "GPL" +acpid: "GPL" +acpitool: "GPL" +adminutil: "LGPL" +aiksaurus: "GPL" +alfont: "BSD-like" +alsa-lib: "LGPL" +alsa-tools: "GPL" +alsa-utils: "GPL" +amarokFS: "GPL" +amavisd-new: "GPL" +amqp: "AMQP" +amsn: "GPL" +amtu: "Common Public License" +anaconda: "GPL" +anjuta: "GPL" +anjuta-gdl: "GPL" +ant: "Apache Software License" +ant-contrib: "Apache Software License" +apcupsd: "GPL" +apmd: "GPL" +aquamarine: "GPL" +archmage: "GPL" +ardour: "GPL" +arp-scan: "GPL" +arptables_jf: "GPL" +asa: "GPL" +asciidoc: "GPL" +asm2: "BSD-style" +aspell-ar: "GPL" +aspell-bn: "GPL" +aspell-gu: "GPL" +aspell-he: "GPL" +aspell-hi: "GPL" +aspell-mi: "LGPL" +aspell-mr: "GPL" +aspell-or: "GPL" +aspell-pa: "GPL" +aspell-ta: "GPL" +aspell-te: "GPL" +astyle: "LGPL" +asymptote: "GPL" +athcool: "GPL" +attr: "GPL" "LGPL" "LGPL" +audacious-plugins: "GPL" +audacious-plugins-docklet: "GPL" +audiofile: "LGPL" +authd: "GPL" +autobuild-applet: "GPL" +autofs: "GPL" +autogen: "GPL" +automake14: "GPL" +automake15: "GPL" +automake17: "GPL" +autotrace: "GPL/LGPL" +avahi: "LGPL" +avalon-framework: "Apache Software License" +avalon-logkit: "Apache Software License" +avant-window-navigator: "GPL" +avrdude: "GPL" +awesfx: "GPL/distributable" +axis: "Apache Software License" +azureus: "GPL" +bacula: "GPL" +balsa: "GPL" +barcode: "GPL" +bc: "GPL" +bcel: "Apache Software License" +bdock: "GPL" +bea-stax: "Apache Software License" +beagle: "LGPL" +berusky: "GPL" +berusky-data: "GPL" +beryl-core: "GPL" +beryl-manager: "GPL" +beryl-plugins: "GPL" +beryl-settings: "GPL" +bes: "LGPL" +bibletime: "GPL" +bidiv: "GPL" +bigboard: "GPL" +bigloo: "GPL" +bit: "LGPL" +bitbake: "GPL" +bitgtkmm: "LGPL" +bitmap-fonts: "distributable" +bittorrent: "BitTorrent Open Source License" +blktool: "GPL" +bogl: "GPL" +bogofilter: "GPL" +bonnie++: "GPL" +boolstuff: "GPL" +boost: "Boost Software License" "GPL-Compatible, Free Software License" +booty: "LGPL" +bottlerocket: "LGPL" +brandy: "GPL" +bsf: "Apache License" +bsh: "LGPL" +bug-buddy: "GPL" +bugzilla: "MPL" +buildbot: "GPL" +buoh: "GPL" +bzflag: "LGPL" +cachefilesd: "GPL" +cacti: "GPL" +cairo: "LGPL/MPL" +cairo-java: "LGPL" +cal3d: "LGPL" +calcurse: "GPL" +camstream: "GPL" +castor: "BSD style" +ccrtp: "GPL" +cdo: "GPL" +cdparanoia: "GPL" +celestia: "GPL" +cernlib: "LGPLV2+" +cernlib-g77: "LGPLV2+" +cgi-util: "LGPL" +cgoban: "GPL" +checkpolicy: "GPL" +checkstyle: "LGPL" +chkfontpath: "GPL" +chkrootkit: "BSD-like" +chmlib: "LGPL" +chrpath: "GPL" +cksfv: "GPL" +clamav: "GPL" +classpathx-jaf: "LGPL" +classpathx-mail: "GPL with library exception" +cleanfeed: "distributable" +clearsilver: "Neotonic ClearSilver Software License" +clement: "GPL" +clipsmm: "GPL" +clisp: "GPL" +cln: "GPL" +clucene: "LGPL" +clusterssh: "GPL" +clutter: "LGPL" +clutter-gst: "LGPL" +clutter-gtk: "LGPL" +cman: "GPL" +cobbler: "GPL" +codeina: "GPLv2.1+" +cogito: "GPL" +cohoba: "GPL" +commoncpp2: "GPL" +compat-db: "BSD-style" +compat-erlang: "Erlang Public License" +compat-gcc-296: "GPL" +compat-gcc-32: "GPL" +compat-gcc-34: "GPL" +compat-wxGTK26: "wxWidgets Library Licence" +compiz: "X11/MIT/GPL" +comps-extras: "GPL" +cone: "GPL" +conexus: "LGPL" +conexusmm: "LGPL" +conky: "GPL" +conman: "GPL" +conmux: "GPL" +connect-proxy: "GPL" +conntrack: "GPL" +convmv: "GPL" +coreutils: "GPL" +cowbell: "GPL" +cowsay: "Artistic" "GPL" +cpan2rpm: "Artistic" +cpanspec: "GPL" "Artistic" +cpio: "GPL" +cppunit: "LGPL" +cpufreq-utils: "GPL" +cpuspeed: "GPL" +cracklib: "Artistic" +crash: "GPL" +createrepo: "GPL" +cronolog: "GPL" +cryptix: "BSD style" +cryptix-asn1: "BSD style" +csound: "LGPL" +csync2: "GPL" +ctags: "GPL" +ctapi-cyberjack: "LGPL" +curlftpfs: "GPL" +cvs: "GPL" +cycle: "GPL" +d4x: "Artistic" +dap-freeform_handler: "LGPL" +dap-hdf4_handler: "LGPL" +dap-netcdf_handler: "LGPL" +dap-server: "LGPL" +dar: "GPL" +db4: "BSD-style" +db4o: "GPL" +dbh: "LGPL" +dbmail: "GPL" +dbus-glib: "AFL/GPL" +dbus-python: "AFL/GPL" +dbus-qt: "AFL/GPLv2+" +dbus-sharp: "AFL/GPL" +dcraw: "GPL" +dd_rescue: "GPL" +ddclient: "GPL" +dejavu-fonts: "Modifiable & redistributable, with naming restrictions" +dejavu-lgc-fonts: "Redistributable, with restrictions" +dekorator: "GPL" +desktop-printing: "GPL" +dev86: "GPL" +device-mapper: "LGPLv2.1" "LGPLv2.1" +device-mapper-multipath: "GPL" +dhcp-forwarder: "GPL" +dictd: "GPL2+" +diction: "GPL" +dietlibc: "GPL" +diffstat: "Distributable" +diffutils: "GPL" +dirac: "MPL" +dircproxy: "GPL" +dirvish: "OSL" +dkms: "GPL" +dmidecode: "GPL" +dmraid: "GPL" +dnssec-tools: "BSD-like" +docbook-dtds: "Distributable" +docbook-simple: "Distributable" +docbook-style-dsssl: "Distributable" +docbook-style-xsl: "Distributable" +docbook-utils: "GPL" +doctorj: "LGPL" +dogtail: "GPL" +dos2unix: "Freely distributable" +dosfstools: "GPL" +doulos-fonts: "SIL Open Font License" +doxygen: "GPL" +drapes: "GPL" +drgeo: "GPL" +drgeo-doc: "GPL" +driftnet: "GPL" +dssi: "LGPL" +dstat: "GPL" +dtach: "GPL" +dtdparser: "LGPL" +duplicity: "GPL" +dvgrab: "GPL" +dwatch: "GPL" +dx-samples: "IBM Public License" +e2tools: "GPL" +echo-icon-theme: "Creative Commons Attribution-ShareAlike 2.5" +echoping: "GPL" +ecl: "LGPL" +eclipse: "Eclipse Public License" +eclipse-cdt: "Eclipse Public License / CPL" +eclipse-changelog: "Eclipse Public License" +eclipse-emf: "Eclipse Public License" +eclipse-gef: "Eclipse Public License" +eclipse-mylyn: "Eclipse Public License" +eclipse-nlspackager: "Eclipse Public License" +eclipse-pydev: "Eclipse Public License" +eclipse-sdk-nls: "Eclipse Public License" +ecryptfs-utils: "GPL" +ed: "GPL3+" +edac-utils: "GPL" +efax: "GPL" +eiciel: "GPL" +eject: "GPL" +ekiga: "GPL" +elfutils: "GPL" "GPL" +elilo: "GPL" +elsa: "GPL" +emacs: "GPL" +emacs-nxml-mode: "GPL" +emerald: "GPL" +emerald-themes: "GPL" +enchant: "LGPL" +epel-release: "GPL" +epiphany-extensions: "LGPLv2.1+" +epylog: "GPL" +erlang: "Erlang Public License" +erlang-esdl: "Distributable" +esmtp: "GPL" +esound: "LGPL" +etherape: "GPL" +ethtool: "GPL" +evolution-data-server: "LGPL" +evolution-exchange: "GPL" +evolution-remove-duplicates: "GPL" +evolution-sharp: "LGPL" +evolution-webcal: "GPL" +exaile: "GPLv+" "Artistic" +exim: "GPL" +exim-doc: "GPL" +ez-ipupdate: "GPL" +f-spot: "GPL" +facter: "GPL" +fail2ban: "GPL" +fakechroot: "LGPL" +fakeroot: "GPL" +fbset: "GPL" +fedora-logos: "Not licensed. See COPYING file for trademark permission." +fedora-package-config-apt: "GPL" +fedora-package-config-smart: "GPL" +fedora-release-notes: "Distributable" +fedora-usermgmt: "GPL" +festival: "MIT-style" +fetchlog: "GPL" +fftw: "GPL" +fgfs-Atlas: "GPL" +fgfs-base: "GPL" +fig2ps: "GPL" +file: "Distributable" +filelight: "GPL" +firestarter: "GPL" +firmware-addon-dell: "OSL" +firmware-tools: "OSL" +fish: "GPL" +fityk: "GPL" +flac: "LGPL/GPL" +flac123: "GPL" +flim: "GPL" +flite: "BSD-style" +fltk: "LGPLv2+ with exceptions" +fluidsynth: "LGPL" +fluidsynth-dssi: "GPL" +flumotion: "GPL" +fluxstyle: "GPL" +fonts-ISO8859-2: "Freely redistributable without restrictions" +fonts-arabic: "GPL" +fonts-hebrew: "GPL" +fonts-hebrew-fancy: "GPL" +fonts-indic: "GPL" +fonts-korean: "Distributable" +fonts-sinhala: "GPL" +fontypython: "GPL" +foobillard: "GPL" +foomatic: "GPL" +fortune-firefly: "GPL" +fpc: "GPL" "modified LGPL" +freefont: "GPL" +freehdl: "GPL" +freenx: "GPL" +freetennis: "GPL" +freetype: "BSD/GPL dual license" +freetype1: "BSD-like" +freeze: "Distributable" +frotz: "GPL" +frysk: "GPL" +fuse: "GPL" "LGPL" "LGPL" +fuse-convmvfs: "GPL" +fuse-encfs: "GPL" +fuse-smb: "GPL" +fuse-sshfs: "GPL" +fwbuilder: "GPL" +fwrestart: "GPL" +gai: "LGPL" +gai-pal: "GPL" +gaim-galago: "GPL" +gaim-gaym: "GPL" +gaim-guifications: "GPL" +gaim-otr: "GPL" +gajim: "GPL" +galternatives: "GPL" +gamin: "LGPL" +gammu: "GPL" +gawk: "GPL" +gcc: "GPLv2+ with exceptions" +gcfilms: "GPL" +gcin: "LGPL" +gcl: "GPL, LGPL" +gconf-cleaner: "GPL" +gd: "GPL" +gdb: "GPL" +gdbm: "GPL" +gdeskcal: "GPL" +gdesklets-calendar: "GPL" +gdesklets-goodweather: "GPL" +gdesklets-quote-of-the-day: "GPL" +gdmap: "GPL" +gdome2: "LGPL" +geany: "GPL" +geda-docs: "GPL" +geda-examples: "GPL" +geda-symbols: "GPL" +gedit-plugins: "GPL" +genchemlab: "GPL" +genius: "GPL" +gentium-fonts: "SIL Open Font License" +geos: "LGPL" +geronimo-specs: "Apache Software License 2" +gettext: "LGPL" +gfa: "GPL" +gforth: "GPL" +gfs2-utils: "GPL" +gftp: "GPL" +ghc: "BSD style" +ghostscript-fonts: "Distributable" +gimp-help: "GNU FDL" +ginac: "GPL" +gjots2: "GPL" +gkrellm-themes: "GPL" +gkrellmms: "GPL" +gl-117: "GPL" +glabels: "GFDLv1.1+" +glest-data: "Distributable" +glib-java: "LGPL" +glibc: "LGPLv2+ with exceptions" +glipper: "GPL" +gliv: "GPL" +global: "GPL/BSD" +glpk: "GPL" +glump: "GPL" +glunarclock: "GPL" +gmp: "LGPL" +gmpc: "GPL" +gnash: "GPL" +gnochm: "GPL" +gnofract4d: "GPL" +gnome-applet-vm: "GPL" +gnome-audio: "LGPL" +gnome-blog: "GPL" +gnome-build: "GPL" +gnome-compiz-manager: "GPL" +gnome-games-extra-data: "GPL" +gnome-launch-box: "GPL" +gnome-libs: "LGPL" +gnome-mime-data: "GPL" +gnome-pilot: "LGPL" +gnome-pilot-conduits: "LGPL" +gnome-python2-extras: "GPL/LGPL" +gnome-schedule: "GPL" +gnome-sharp: "LGPL" +gnome-specimen: "GPL" +gnome-speech: "LGPL" +gnome-spell: "GPL" +gnome-theme-clearlooks-bigpack: "GPL" +gnome-themes: "LGPL+" +gnome-themes-extras: "LGPL" +gnome-vfs2: "LGPL+" +gnome-vfs2-monikers: "LGPL" +gnome-vfs2-obexftp: "GPL" +gnome-volume-manager: "GPL" +gnome-yum: "GPL" +gnu-efi: "GPL" +gnu-getopt: "LGPL" +gnu-regexp: "LGPL" +gnubiff: "GPL" +gnuchess: "GPL" +gnugo: "GPL" +gnustep-make: "GPL" +gonvert: "GPL" +gperf: "GPL" +gperiodic: "GPL" +gpp: "GPL" +gpsbabel: "GPL" +grace: "LGPL" +granule: "GPL" +grass: "GPL" +grep: "GPL" +grepmail: "GPL" +greylistd: "GPL" +grhino: "GPL" +grip: "GPL" +groff: "GPL" +gscan2pdf: "GPL" +gsf-sharp: "GPL" +gshutdown: "GPL" +gsl: "BSD license" +gstm: "GPL" +gstreamer: "LGPL" +gstreamer-plugins-base: "LGPL" +gstreamer-plugins-good: "LGPL" +gstreamer-plugins-pulse: "LGPL" +gstreamer08: "LGPL" +gstreamer08-plugins: "LGPL" +gstreamer08-python: "LGPL" +gtk-murrine-engine: "GPL" +gtk-recordmydesktop: "GPL" +gtk-sharp: "LGPL" +gtk-sharp2: "LGPL" +gtkdatabox: "LGPL" +gtkglarea2: "LGPL" +gtkglextmm: "LGPL" +gtkhtml2: "LGPL" +gtkhtml3: "LGPL/GPL" +gtkmathview: "GPL" +gtkmozembedmm: "LGPL" +gtksourceview: "GPL" +gtksourceview-sharp: "LGPL" +gtkspell: "GPL" +gtranslator: "GPL" +gts: "LGPL" +guile-lib: "GPL" +gurlchecker: "GPL" +gutenprint: "GPL" +hal: "AFL/GPL" +hal-info: "AFL/GPL" +halberd: "GPL" +hamlib: "LGPL" +harminv: "GPL" +hawknl: "LGPL2+" +hdhomerun: "LGPL" +heliodor: "GPL" +help2man: "GPL" +hexedit: "GPL" +hexter-dssi: "GPL" +hfsplus-tools: "Apple Public Source License" +hippo-canvas: "GPL" +horde: "LGPL" +hotwire: "GPL" +hping3: "GPL" +hplip: "GPL" +hspell: "GPL" +hsqldb: "BSD Style" +ht2html: "Python Software Foundation License" +html-xml-utils: "GPL" +htop: "GPL" +hunky-fonts: "Redistributable, with restrictions" +hunspell-ar: "GPL" +hunspell-he: "GPL" +hunt: "GPL" +hwbrowser: "GPL" +hwdata: "GPL/MIT" +i810switch: "GPL" +ibmonitor: "GPL" +icecast: "GPL" +ices: "GPL" +icu4j: "MIT style" +idioskopos: "LGPL" +ifm: "GPL" +ike-scan: "GPL" +imake: "MIT/X11" +imlib2: "MIT with advertising??" +imp: "GPL" +incron: "GPL" +ingo: "Apache Software License v1" +initng: "GPL" +initng-ifiles: "GPL" +inn: "GPL" +innotop: "GPL/Artistic" +inotify-tools: "GPL" +international-time: "GPL" +intltool: "GPLv2 with exception" +intuitively: "GPL" +iozone: "Freeware" +ip-sentinel: "GPL" +ipv6calc: "GPL" +ircd-hybrid: "GPL" +irda-utils: "GPL" +irqbalance: "GPL/OSL" +iscsi-initiator-utils: "GPL" +isdn4k-utils: "GPL" +isicom: "GPL" "not Firmware" +isorelax: "MIT-style" +itpp: "GPL" +iverilog: "GPL" +ivman: "GPL/QPL" +jadetex: "Distributable" +jakarta-commons-beanutils: "Apache Software License" +jakarta-commons-cli: "Apache Software License" +jakarta-commons-codec: "Apache Software License" +jakarta-commons-collections: "Apache Software License" +jakarta-commons-daemon: "Apache Software License" +jakarta-commons-dbcp: "Apache Software License" +jakarta-commons-digester: "Apache Software License" +jakarta-commons-discovery: "Apache Software License" +jakarta-commons-el: "Apache Software License" +jakarta-commons-fileupload: "Apache Software License" +jakarta-commons-httpclient: "Apache Software License" +jakarta-commons-io: "Apache Software License" +jakarta-commons-lang: "Apache Software License" +jakarta-commons-launcher: "Apache Software License" +jakarta-commons-logging: "Apache Software License" +jakarta-commons-modeler: "Apache Software License" +jakarta-commons-net: "Apache Software License" +jakarta-commons-pool: "Apache Software License" +jakarta-commons-validator: "Apache Software License" +jakarta-oro: "Apache License" +jakarta-taglibs-standard: "Apache Software License" +java-1.5.0-gcj: "GPL" +java_cup: "BSD-style" +javasvn: "TMate License" +jdepend: "Clarkware License" +jdom: "Apache Software License-like" +jeta: "GPL" +jflex: "GPL" +jgroups: "LGPL" +jigdo: "GPL" +jlex: "Free" +jokosher: "GPLv2+ with exceptions" +joystick: "GPL" +jpackage-utils: "JPackage License" +jrefactory: "Apache Software License" +jrexx: "LGPL" +jsch: "BSD-style" +jss: "MPL/GPL/LGPL" +jtidy: "BSD-Style" +jzlib: "BSD-style" +kadu-theme: "Various" "LGPL" "LGPL" "LGPL" "LGPL" "GPL" "GPL" +kanatest: "GPL" +kawa: "GPL" +kbibtex: "GPL" +kchmviewer: "GPL" +kdbg: "GPL" +kde-i18n: "GPL" +kdeedu: "GPL" +kdelibs3: "LGPL" +kdewebdev: "GPL" +kdiff3: "GPL" +kdissert: "GPL" +kdnssd-avahi: "LGPL" +ketchup: "GPL" +kexec-tools: "GPL" +keychain: "GPL" +keyjnote: "GPL" +keyutils: "GPL/LGPL" +kflickr: "GPL" +kftpgrabber: "GPL" +kgtk: "GPL" +kicker-compiz: "GPL" +kio_p7zip: "GPL2+" +kio_sword: "GPL" +kismet: "GPL" +klibido: "GPL" +kmobiletools: "GPL" +knemo: "GPL" +knetworkmanager: "GPL" +koan: "GPL" +kodos: "GPL" +koffice-langpack: "GPL" +koji: "LGPL" +kover: "GPL" +kphotobymail: "GPL" +krb5: "MIT, freely distributable." +kronolith: "GPL" +ksh: "Common Public License Version 1.0" +ksplash-engine-moodin: "GPL" +ksynaptics: "GPL" +ktrack: "GPL" +labyrinth: "GPL" +ladspa: "LGPL" +ladspa-swh-plugins: "GPL" +lash: "GPL" +lasi: "LGPL" +lat: "GPL" +latex2html: "Free To Use But Restricted" "See LICENSE" +lcov: "GPL" +ldapjdk: "MPL" +ldapvi: "GPL" +lftp: "GPL" +libFS: "MIT/X11" +libFoundation: "libFoundation license" +libICE: "MIT/X11" +libSM: "MIT/X11" +libX11: "MIT/X11" +libXScrnSaver: "MIT/X11" +libXTrap: "MIT/X11" +libXau: "MIT/X11" +libXaw: "MIT/X11" +libXcomposite: "MIT/X11" +libXcursor: "MIT/X11" +libXdmcp: "MIT/X11" +libXevie: "MIT/X11" +libXext: "MIT/X11" +libXfixes: "MIT/X11" +libXfont: "MIT/X11" +libXfontcache: "MIT/X11" +libXft: "MIT/X11" +libXi: "MIT/X11" +libXinerama: "MIT/X11" +libXmu: "MIT/X11" +libXp: "MIT/X11" +libXpm: "MIT/X11" +libXrandr: "MIT/X11" +libXrender: "MIT/X11" +libXres: "MIT/X11" +libXt: "MIT/X11" +libXtst: "MIT/X11" +libXv: "MIT/X11" +libXvMC: "MIT/X11" +libXxf86dga: "MIT/X11" +libXxf86misc: "MIT/X11" +libXxf86vm: "MIT/X11" +libaio: "LGPL" +libao: "GPL" +libart_lgpl: "LGPL" +libassa: "LGPL" +libatomic_ops: "GPL/MIT" +libavc1394: "LGPL" +libburn: "GPL" +libc-client: "University of Washington Free-Fork License" +libcdaudio: "GPL2" +libcgi: "LGPL" +libchewing: "GPL" +libchmxx: "LGPL/GPL" +libconfuse: "LGPL" +libcroco: "LGPL" +libctl: "GPL" +libdaemon: "GPL" +libdmx: "MIT/X11" +libdv: "LGPL" +liberation-fonts: "GPL + font exception" +libesmtp: "LGPL" "LGPL/GPL" +libextractor: "GPL" +libfontenc: "MIT/X11" +libfreebob: "GPL" +libfwbuilder: "GPL" +libgconf-java: "LGPL" +libgdiplus: "MIT X11" +libglade: "LGPL" +libglade-java: "LGPL" +libgnome-java: "LGPL" +libgnomeprint22: "LGPL+" +libgnomeprintui22: "LGPL" +libgssapi: "GPL" +libgtk-java: "LGPL" +libgtksourceviewmm: "LGPL" +libhangul: "LGPL" +libibverbs: "GPL/BSD" +libiec61883: "LGPL" +libiptcdata: "LGPL" +libisofs: "GPL" +liblo: "GPL" +liblrdf: "GPL" +libmatheval: "GPL" +libmng: "BSD-like" +libmodelfile: "Distributable" +libmthca: "GPL/BSD" +libmusicbrainz: "LGPL" +libnetfilter_conntrack: "GPL" +libnetfilter_log: "GPL" +libnetfilter_queue: "GPL" +libnfnetlink: "GPL" +libnl: "LGPL" +libopenraw: "LGPL" +libopensync-plugin-synce: "GPL" +libotr: "GPL, LGPL" +libp11: "LGPL" "LGPL" +libpfm: "MIT-style" +libprelude: "GPL" +libpreludedb: "GPL" +libraw1394: "LGPL" +libreadline-java: "LGPL" +librfid: "GPL" +librtas: "IBM Common Public License" "v1.0" +libselinux: "Public domain" "uncopyrighted" +libsemanage: "GPL" +libsexymm: "LGPL" +libshout: "LGPL" +libsieve: "GPL" +libsmbios: "OSL" +libsndfile: "LGPL" +libsx: "LGPL" +libsynaptics: "GPL" +libtasn1: "LGPL" +libthai: "LGPL" +libtirpc: "GPL" +libtomoe-gtk: "LGPL" +libtool: "LGPL" "LGPL" +libtorrent: "GPL" +libtwin: "LGPLV2+" +libutempter: "LGPL" +libvirt: "LGPL" +libvte-java: "LGPL" +libxkbfile: "MIT/X11" +licq: "GPL" +lightning: "LGPLv2.1" +lilypond: "GPL" +lilypond-doc: "GPL" +lineak-defaultplugin: "GPL" +lineak-kdeplugins: "GPL" +lineak-xosdplugin: "GPL" +lineakd: "GPL" +link-grammar: "BSD-style" +linkchecker: "GPL" +linux-atm: "BSD, GPLv2+, LGPLv2+" +linux-libertine-fonts: "OFL/GPL" +linuxdoc-tools: "Freely distributable" +linuxwacom: "GPL/X11" +listen: "GPL" +livecd-tools: "GPL" +lockdev: "LGPL" +log4j: "Apache Software License 2" +lostirc: "GPL" +lrzsz: "GPL" +lslk: "Distributable" +lsof: "Distributable" +lsscsi: "GPL" +ltsp-utils: "GPL" +lucene: "Apache Software License" +luks-tools: "GPL" +lush: "GPL" +lynx: "GPL" +lzop: "GPL" +m2crypto: "BSDish" +macchanger: "GPL" +mailgraph: "GPL" +man-pages: "GPLv2+, GLP, BSD, MIT, Copyright only, IEEE" +man-pages-cs: "Distributable" +man-pages-da: "Distributable" +man-pages-de: "Distributable" +man-pages-es: "Distributable" +man-pages-it: "Distributable" +man-pages-ko: "GPL" +man-pages-pl: "Distributable" +man-pages-ru: "Distributable" +mantis: "GPL" +mash: "GPL" +mathml-fonts: "Distributable" +maven-doxia: "Apache Software License" +maven-jxr: "Apache Software License" +maven-scm: "Apache Software License" +maven-shared: "Apache Software License" +maven-surefire: "Apache Software License" +maven-wagon: "Apache Software License" +maven2: "Apache Software License" +maven2-common-poms: "Apache Software License, BSD" +mboxgrep: "GPL" +mbuffer: "GPL" +mcelog: "GPL" +mcstrans: "GPL" +mdadm: "GPL" +meanwhile: "GNU Free Documentation License" +mediawiki: "GPL" +memtest86+: "GPL" +mercurial: "GPL" +mesa-libGLw: "MIT/X11" +metamonitor: "GPL" +metapixel: "GPL" +mftrace: "GPL" +mgetty: "GPL" +mgopen-fonts: "Redistributable, with restrictions" +microcode_ctl: "GPL" +milter-greylist: "BSD w/ advertising" +mimetex: "GPL" +mimetic: "GPL" +mingetty: "GPL" +mkbootdisk: "GPL" +mkinitrd: "GPL" +mock: "GPL" +mod_annodex: "Apache Software License" +mod_auth_pam: "Distributable" +mod_auth_shadow: "GPL" +mod_cband: "GPL" +mod_dnssd: "Apache Software License" +mod_evasive: "GPL" +mod_extract_forwarded: "Apache Software License" +mod_geoip: "Apache Software License" +mod_mono: "Apache Software License" +mod_nss: "Apache Software License" +mod_revocator: "Apache Software License" +mod_security: "GPL" +mod_suphp: "GPL" +module-init-tools: "GPL" +moin-latex: "GPL" +mono: "GPL, LGPL, MIT X11" +monodevelop: "GPL" +monodoc: "GPL" +monotone: "GPL" +moodss: "GPL" +moomps: "GPL" +mosml: "GPL/ATT/INRIA/Distributable" +moto4lin: "GPL" +mozldap: "MPL/GPL/LGPL" +mozplugger: "GPL" +mpage: "GPL" +mrxvt: "GPL" +msv: "BSD-Style" +mtools: "GPlv2+" +mugshot: "GPL" +muine: "GPL" +muine-scrobbler: "GPL" +multiget: "GPL" +multisync: "GPL" +multitail: "GPL" +munin: "GPL" +musicbox: "GPL" +mx: "eGenix.com Public License" +mx4j: "Apache License" +mxml: "LGPL" +mysql-connector-java: "GPL" +mysql-proxy: "GPL" +nagios-plugins-snmp-disk-proc: "GPL" +nant: "GPL" +nasm: "LGPL" +nautilus-cd-burner: "LGPL/GPL" +nautilus-python: "GPL" "GPL" +nbtscan: "GPL" +nc6: "GPL" +nco: "GPL" +ncview: "GPL" +nekohtml: "Apache License" +netatalk: "GPL" +netcdf: "NetCDF" +netcdf-perl: "NetCDF" +nethack: "NetHack General Public License" +nethack-vultures: "NetHack General Public License" +netlabel_tools: "GPL" +netpbm: "Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary" +new: "GPL" +newt-perl: "GPL" "Artistic" +nfs-utils: "GPL" +nfs-utils-lib: "GPL" +nhpf: "Distributable" +nikto: "Custom, see LICENSE.txt" +ninja: "GPL" +nmap: "BSD with advertising, BSD, GPLv2" +nomarch: "GPL" +notify-python: "LGPL" +nqc: "MPL" +nrg2iso: "GPL" +nsd: "BSD-like" +nspluginwrapper: "GPL" +nss-mdns: "LGPL" +nss_compat_ossl: "LGPL" +nss_db: "Sleepycat,LGPLv2+" +ntfs-config: "GPL" +numactl: "LGPLv2/GPLv2" +nx: "GPL, MIT/X11 for X11 bits" +objectweb-anttask: "LGPL" +ocaml: "QPL/LGPL" +ocaml-SDL: "LGPL" +ocaml-camlimages: "LGPL" +ocaml-curl: "LGPL" +ocaml-expat: "LGPL" +ocaml-extlib: "LGPL" +ocaml-lablgtk: "LGPL" +ocaml-pcre: "LGPL" +ocaml-ssl: "LGPL" +ocaml-ulex: "LGPL" +ocsinventory-client: "GPL" +octave: "GPL" +ogdi: "BSD-like" +onesixtyone: "GPL" +online-desktop: "GPL" +ooo2txt: "LGPL" +opal: "MPL" +openalpp: "LGPL" +opencdk: "GPL" +opencv: "Intel Open Source License" +openswan: "GPL" +openvpn: "GPL" +openvrml: "LGPL" "GPL" "GPL" "GPL" +oprofile: "GPL" +orpie: "GPL" +ortp: "LGPL" +osgal: "LGPL" +osgcal: "GPL" +osiv: "GPL" +otrs: "GPL" +ots: "GPL" +p0f: "GPL" +p0rn-comfort: "GPL" +padevchooser: "GPL" +pam_abl: "GPL" +pam_krb5: "LGPL+" +pam_mysql: "GPL" +pam_script: "GPL" +pam_smb: "GPL" +pam_usb: "GPL" +paman: "GPL" +pan: "GPL" +papyrus: "LGPL" +pari: "GPL" +passivetex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +pastebin: "GPL" +pavucontrol: "GPL" +pavumeter: "GPL" +pcmanx-gtk2: "GPL" +pdfedit: "GPL" +pdfjam: "GPL" +pdns: "GPL" +pdns-recursor: "GPL" +pdsh: "GPL" +pekwm: "GPL" +perl-Ace: "GPL" "Artistic" +perl-Acme-Damn: "GPL" "Artistic" +perl-Affix-Infix2Postfix: "GPL" "Artistic" +perl-Algorithm-Annotate: "GPL" "Artistic" +perl-Algorithm-C3: "GPL" "Artistic" +perl-Algorithm-Diff: "GPL" "Artistic" +perl-Alien-wxWidgets: "GPL" "Artistic" +perl-Apache-DBI: "GPL" "Artistic" +perl-Apache-LogRegex: "GPL" "Artistic" +perl-Apache-Session: "Artistic" +perl-App-CLI: "GPL" "Artistic" +perl-AppConfig: "GPL" "Artistic" +perl-Archive-Any: "GPL" "Artistic" +perl-Archive-Extract: "GPL" "Artistic" +perl-Array-Compare: "GPL" "Artistic" +perl-Authen-PAM: "GPL" "Artistic" +perl-Authen-Radius: "Artistic" +perl-Authen-SASL: "GPL" "Artistic" +perl-AutoClass: "GPL" "Artistic" +perl-B-Keywords: "GPL" "Artistic" +perl-BerkeleyDB: "GPL" "Artistic" +perl-Bio-ASN1-EntrezGene: "GPL" "Artistic" +perl-Bit-Vector: "GPL" "Artistic" +perl-CGI-Ajax: "GPL" "Artistic" +perl-CGI-Ex: "GPL" "Artistic" +perl-CGI-FastTemplate: "GPL" "Artistic" +perl-CGI-FormBuilder: "GPL" "Artistic" +perl-CGI-Prototype: "GPL" "Artistic" +perl-CGI-Session: "GPL" "Artistic" +perl-CPAN-DistnameInfo: "GPL" "Artistic" +perl-CPANPLUS: "GPL" "Artistic" +perl-CPANPLUS-Dist-Build: "GPL" "Artistic" +perl-CSS-Tiny: "GPL" "Artistic" +perl-Cache: "Artistic" "GPL" +perl-Cache-Cache: "GPL" "Artistic" +perl-Cache-Mmap: "GPL" "Artistic" +perl-Cache-Simple-TimedExpiry: "GPL" "Artistic" +perl-Cairo: "LGPL" +perl-Callback: "GPL/Artistic" +perl-Carp-Assert: "GPL" "Artistic" +perl-Carp-Assert-More: "GPL" "Artistic" +perl-Catalyst-Action-RenderView: "GPL" "Artistic" +perl-Catalyst-Devel: "GPL" "Artistic" +perl-Catalyst-Manual: "GPL" "Artistic" +perl-Catalyst-Plugin-ConfigLoader: "GPL" "Artistic" +perl-Catalyst-Plugin-Static-Simple: "GPL" "Artistic" +perl-Catalyst-Plugin-SubRequest: "GPL" "Artistic" +perl-Catalyst-Runtime: "GPL" "Artistic" +perl-Chart: "GPL" "Artistic" +perl-Chatbot-Eliza: "GPL" "Artistic" +perl-Class-Autouse: "GPL" "Artistic" +perl-Class-Base: "GPL" "Artistic" +perl-Class-C3: "GPL" "Artistic" +perl-Class-C3-XS: "GPL" "Artistic" +perl-Class-Container: "GPL" "Artistic" +perl-Class-Data-Accessor: "Artistic" +perl-Class-ErrorHandler: "GPL" "Artistic" +perl-Class-Factory: "GPL" "Artistic" +perl-Class-Factory-Util: "Artistic" "GPL" +perl-Class-Gomor: "Artistic" +perl-Class-InsideOut: "Artistic" "GPL" +perl-Class-MakeMethods: "Artistic" "GPL" +perl-Class-MethodMaker: "GPL" "Artistic" +perl-Class-Observable: "GPL" "Artistic" +perl-Class-Prototyped: "GPL" "Artistic" +perl-Class-Singleton: "Artistic" +perl-Class-Std: "GPL" "Artistic" +perl-Compress-Bzip2: "GPL" +perl-Compress-Raw-Zlib: "Artistic" "GPL" +perl-Config-Any: "GPL" "Artistic" +perl-Config-IniFiles: "GPL" "Artistic" +perl-Config-IniHash: "GPL" "Artistic" +perl-Config-Record: "GPL" +perl-Config-Tiny: "GPL" "Artistic" +perl-ConfigReader: "LGPL" +perl-Contextual-Return: "Artistic" "GPL" +perl-Convert-ASCII-Armour: "GPL" "Artistic" +perl-Convert-PEM: "GPL" "Artistic" +perl-Convert-TNEF: "GPL" "Artistic" +perl-Crypt-Blowfish: "Distributable" +perl-Crypt-CBC: "Artistic" +perl-Crypt-DES: "BSD-style" +perl-Crypt-DES_EDE3: "GPL" "Artistic" +perl-Crypt-OpenSSL-AES: "GPL" "Artistic" +perl-Crypt-OpenSSL-Bignum: "GPL" "Artistic" +perl-Crypt-OpenSSL-DSA: "GPL" "Artistic" +perl-Crypt-OpenSSL-PKCS10: "Artistic" "GPL" +perl-Crypt-OpenSSL-RSA: "Artistic" "GPL" +perl-Crypt-OpenSSL-Random: "GPL" "Artistic" +perl-Crypt-OpenSSL-X509: "GPL" "Artistic" +perl-Crypt-PasswdMD5: "GPL" "Artistic" +perl-Crypt-Simple: "GPL" +perl-DBD-CSV: "GPL" "Artistic" +perl-DBD-Mock: "GPL" "Artistic" +perl-DBD-SQLite: "GPL" "Artistic" +perl-DBD-XBase: "GPL" "Artistic" +perl-DBIx-DBSchema: "GPL" "Artistic" +perl-DBIx-POS: "Artistic" +perl-DBIx-SQLite-Simple: "Artistic" +perl-DBIx-SearchBuilder: "GPL" "Artistic" +perl-DBM-Deep: "GPL" "Artistic" +perl-Danga-Socket: "GPL" "Artistic" +perl-Data-Compare: "GPL" "Artistic" +perl-Data-Dump: "GPL" "Artistic" +perl-Data-HexDump: "GPL" "Artistic" +perl-Data-Hierarchy: "GPL" "Artistic" +perl-Data-OptList: "GPL" "Artistic" +perl-Data-Password: "GPL" "Artistic" +perl-Data-Stag: "GPL" "Artistic" +perl-Data-Structure-Util: "GPL" "Artistic" +perl-Data-Visitor: "GPL" "Artistic" +perl-Date-Pcalc: "GPL" "Artistic" +perl-DateTime: "GPL" "Artistic" +perl-DateTime-Event-ICal: "GPL" "Artistic" +perl-DateTime-Event-Recurrence: "GPL" "Artistic" +perl-DateTime-Format-Builder: "Artistic" "GPL" +perl-DateTime-Format-HTTP: "Artistic" "GPL" +perl-DateTime-Format-IBeat: "Artistic" "GPL" +perl-DateTime-Format-ICal: "GPL" "Artistic" +perl-DateTime-Format-Mail: "Artistic" "GPL" +perl-DateTime-Format-MySQL: "Artistic" "GPL" +perl-DateTime-Format-Strptime: "GPL" "Artistic" +perl-DateTime-Format-W3CDTF: "GPL" "Artistic" +perl-DateTime-Set: "GPL" "Artistic" +perl-Declare-Constraints-Simple: "GPL" "Artistic" +perl-Devel-Caller: "GPL" "Artistic" +perl-Devel-Cover: "GPL" "Artistic" +perl-Devel-Cycle: "GPL" "Artistic" +perl-Devel-Leak: "GPL" "Artistic" +perl-Devel-Profiler: "GPL" "Artistic" +perl-Devel-Size: "GPL" "Artistic" +perl-Digest-MD4: "GPL" "Artistic" +perl-Digest-SHA: "Artistic" "GPL" +perl-Email-Address: "GPL" "Artistic" +perl-Email-MIME: "GPL" "Artistic" +perl-Email-MIME-ContentType: "GPL" "Artistic" +perl-Email-MIME-Encodings: "GPL" "Artistic" +perl-Email-MIME-Modifier: "GPL" "Artistic" +perl-Email-MessageID: "GPL" "Artistic" +perl-Email-Simple: "GPL" "Artistic" +perl-Error: "GPL" "Artistic" +perl-Event: "Artistic" "GPL" +perl-Exception-Class: "GPL" "Artistic" +perl-Expect: "GPL" "Artistic" +perl-Expect-Simple: "GPL" +perl-ExtUtils-AutoInstall: "GPL" "Artistic" +perl-ExtUtils-CBuilder: "GPL" "Artistic" +perl-ExtUtils-Depends: "GPL" "Artistic" +perl-ExtUtils-F77: "GPL" "Artistic" +perl-ExtUtils-ParseXS: "GPL" "Artistic" +perl-ExtUtils-PkgConfig: "LGPL" +perl-Feed-Find: "Artistic" "GPL" +perl-File-BOM: "GPL" "Artistic" +perl-File-BaseDir: "GPL" "Artistic" +perl-File-DesktopEntry: "GPL" "Artistic" +perl-File-ExtAttr: "GPL" "Artistic" +perl-File-Fetch: "GPL" "Artistic" +perl-File-Find-Rule: "Artistic" "GPL" +perl-File-Find-Rule-PPI: "GPL" "Artistic" +perl-File-Flat: "GPL" "Artistic" +perl-File-HomeDir: "GPL" "Artistic" +perl-File-MimeInfo: "GPL" "Artistic" +perl-File-Modified: "GPL" "Artistic" +perl-File-NCopy: "GPL" "Artistic" +perl-File-NFSLock: "Artistic" "GPL" +perl-File-Next: "GPL" "Artistic" +perl-File-ReadBackwards: "GPL" "Artistic" +perl-File-Slurp: "GPL" "Artistic" +perl-File-Sync: "GPL" "Artistic" +perl-File-Tail: "GPL" "Artistic" +perl-File-Type: "GPL" "Artistic" +perl-File-Which: "GPL" "Artistic" +perl-File-chdir: "GPL" "Artistic" +perl-FileHandle-Fmode: "GPL" "Artistic" +perl-Finance-YahooQuote: "GPL" +perl-Font-TTF: "Artistic" +perl-FreezeThaw: "GPL" "Artistic" +perl-GD: "Artistic" +perl-GD-Barcode: "GPL" "Artistic" +perl-GD-SVG: "GPL" "Artistic" +perl-GDGraph: "GPL" "Artistic" +perl-GDGraph3d: "GPL" "Artistic" +perl-GDTextUtil: "GPL" "Artistic" +perl-GPS: "GPL" "Artistic" +perl-GPS-PRN: "GPL" "Artistic" +perl-GSSAPI: "GPL" "Artistic" +perl-GStreamer: "LGPL" +perl-GTop: "GPL" "Artistic" +perl-Gearman: "GPL" "Artistic" +perl-Gearman-Client-Async: "GPL" "Artistic" +perl-Gearman-Server: "GPL" "Artistic" +perl-Geo-Constants: "GPL" "Artistic" +perl-Geo-Ellipsoids: "GPL" "Artistic" +perl-Geo-Forward: "GPL" "Artistic" +perl-Geo-Functions: "GPL" "Artistic" +perl-Geo-Inverse: "GPL" "Artistic" +perl-Geo-METAR: "GPL" +perl-Glib: "LGPL" +perl-Gnome2-Canvas: "GPL" +perl-Gnome2-GConf: "LGPL" +perl-Gnome2-Print: "LGPL" +perl-Gnome2-VFS: "LGPL" +perl-GnuPG-Interface: "GPL" "Artistic" +perl-GraphViz: "GPL" "Artistic" +perl-Graphics-ColorNames: "GPL" "Artistic" +perl-Gtk2: "LGPL" +perl-Gtk2-Ex-Carp: "GPL" "Artistic" +perl-Gtk2-Ex-Dialogs: "LGPL" +perl-Gtk2-Ex-PodViewer: "Artistic" "GPL" +perl-Gtk2-Ex-Simple-List: "LGPL" +perl-Gtk2-Ex-Utils: "LGPL" +perl-Gtk2-GladeXML: "GPL" +perl-Gtk2-Notify: "LGPL" +perl-Gtk2-Sexy: "LGPL" +perl-Gtk2-Spell: "LGPL" +perl-Gtk2-TrayIcon: "LGPL" +perl-HTML-Format: "GPL" "Artistic" +perl-HTML-FormatText-WithLinks: "Artistic" "GPL" +perl-HTML-Mason: "GPL" "Artistic" +perl-HTML-Scrubber: "GPL" "Artistic" +perl-HTML-Table: "GPL" "Artistic" +perl-HTML-Template: "GPL" "Artistic" +perl-HTML-Template-Expr: "GPL" "Artistic" +perl-HTTP-BrowserDetect: "GPL" "Artistic" +perl-HTTP-DAV: "GPL" "Artistic" +perl-HTTP-Proxy: "GPL" "Artistic" +perl-HTTP-Recorder: "GPL" +perl-HTTP-Request-AsCGI: "GPL" "Artistic" +perl-HTTP-Request-Params: "GPL" "Artistic" +perl-HTTP-Server-Simple: "GPL" "Artistic" +perl-HTTP-Server-Simple-Mason: "GPL" "Artistic" +perl-Hash-Case: "GPL" "Artistic" +perl-Hash-WithDefaults: "GPL" "Artistic" +perl-Heap: "Artistic" "GPL" +perl-Hook-LexWrap: "GPL" "Artistic" +perl-IO-AIO: "GPL" "Artistic" +perl-IO-All: "GPL" "Artistic" +perl-IO-Capture: "GPL" "Artistic" +perl-IO-Compress-Base: "GPL" "Artistic" +perl-IO-Compress-Bzip2: "Artistic" "GPL" +perl-IO-Compress-Zlib: "Artistic" "GPL" +perl-IO-Digest: "GPL" "Artistic" +perl-IO-Interface: "GPL" "Artistic" +perl-IO-LockedFile: "GPL" "Artistic" "something" +perl-IO-Multiplex: "Artistic" +perl-IO-Null: "GPL" "Artistic" +perl-IO-Prompt: "Artistic" "GPL" +perl-IO-Socket-INET6: "Artistic" "GPL" +perl-IO-Socket-SSL: "GPL" "Artistic" +perl-IO-String: "GPL" "Artistic" +perl-IO-Tty: "GPL" "Artistic" +perl-IO-Zlib: "GPL" "Artistic" +perl-IPC-Cmd: "GPL" "Artistic" +perl-IPC-Run: "GPL" "Artistic" +perl-IPC-ShareLite: "GPL" "Artistic" +perl-IPC-Shareable: "GPL" +perl-IPC-SharedCache: "GPL" +perl-Image-Base: "LGPL" +perl-Image-Info: "GPL" "Artistic" +perl-Image-Math-Constrain: "GPL" "Artistic" +perl-Image-Size: "Artistic" +perl-Image-Xbm: "LGPL" +perl-Image-Xpm: "GPL" +perl-Imager: "GPL" "Artistic" +perl-Inline: "GPL" "Artistic" +perl-JSON: "GPL" "Artistic" +perl-JSON-XS: "GPL" "Artistic" +perl-Kwiki: "GPL" "Artistic" +perl-Kwiki-Archive-Rcs: "GPL" "Artistic" +perl-Kwiki-Attachments: "GPL" "Artistic" +perl-Kwiki-Diff: "GPL" "Artistic" +perl-Kwiki-ModPerl: "GPL" "Artistic" +perl-Kwiki-NewPage: "GPL" "Artistic" +perl-Kwiki-Raw: "GPL" "Artistic" +perl-Kwiki-RecentChanges: "GPL" "Artistic" +perl-Kwiki-Revisions: "GPL" "Artistic" +perl-Kwiki-Search: "GPL" "Artistic" +perl-Kwiki-UserName: "GPL" "Artistic" +perl-Kwiki-UserPreferences: "GPL" "Artistic" +perl-Kwiki-Users-Remote: "GPL" "Artistic" +perl-LDAP: "GPL" "Artistic" +perl-LWP-Authen-Wsse: "Artistic" "GPL" +perl-List-Compare: "Artistic" "GPL" +perl-List-MoreUtils: "GPL" "Artistic" +perl-Locale-Maketext-Fuzzy: "GPL" "Artistic" +perl-Locale-Maketext-Lexicon: "GPL" "Artistic" +perl-Locale-SubCountry: "Artistic" "GPL" +perl-LockFile-Simple: "Artistic" +perl-Log-Dispatch: "GPL" "Artistic" +perl-Log-Dispatch-Config: "Artistic" "GPL" +perl-Log-Dispatch-FileRotate: "GPL" "Artistic" +perl-Log-Log4perl: "GPL" "Artistic" +perl-Log-Message: "GPL" "Artistic" +perl-Log-Message-Simple: "GPL" "Artistic" +perl-MARC-Record: "GPL" "Artistic" +perl-MD5: "GPL" "Artistic" +perl-MIME-Lite: "GPL" "Artistic" +perl-MLDBM: "GPL" "Artistic" +perl-MP3-Info: "Artistic" "GPL" +perl-Mail-Alias: "GPL" "Artistic" +perl-Mail-GnuPG: "GPL" "Artistic" +perl-Mail-SPF-Query: "GPL" "Artistic" +perl-Mail-Sender: "Distributable" +perl-Mail-Sendmail: "Distributable" +perl-MasonX-Interp-WithCallbacks: "GPL" "Artistic" +perl-Math-Base85: "GPL" "Artistic" +perl-Math-Derivative: "GPL" "Artistic" +perl-Math-Round: "Artistic" "GPL" +perl-Math-Spline: "GPL" "Artistic" +perl-Math-Vec: "GPL" "Artistic" +perl-Module-Build: "GPL" "Artistic" +perl-Module-Compile: "GPL" "Artistic" +perl-Module-CoreList: "GPL" "Artistic" +perl-Module-Depends: "GPL" "Artistic" +perl-Module-Find: "GPL" "Artistic" +perl-Module-Info: "GPL" "Artistic" +perl-Module-Install: "GPL" "Artistic" +perl-Module-Load: "GPL" "Artistic" +perl-Module-Load-Conditional: "GPL" "Artistic" +perl-Module-Loaded: "GPL" "Artistic" +perl-Module-Locate: "GPL" "Artistic" +perl-Module-Pluggable: "GPL" "Artistic" +perl-Module-Refresh: "GPL" "Artistic" +perl-Module-ScanDeps: "GPL" "Artistic" +perl-Module-Starter: "Artistic" "GPL" +perl-Module-Starter-PBP: "Artistic" "GPL" +perl-Module-Versions-Report: "GPL" "Artistic" +perl-MogileFS-Client: "GPL" "Artistic" +perl-MogileFS-Utils: "GPL" "Artistic" +perl-Moose: "GPL" "Artistic" +perl-Moose-Policy: "GPL" "Artistic" +perl-MooseX-Object-Pluggable: "GPL" "Artistic" +perl-MooseX-Params-Validate: "GPL" "Artistic" +perl-Mozilla-LDAP: "GPL/LGPL/MPL" +perl-Net-CIDR-Lite: "GPL" "Artistic" +perl-Net-CUPS: "GPL" "Artistic" +perl-Net-DBus: "GPL" "Artistic" +perl-Net-DNS: "GPL" "Artistic" +perl-Net-DNS-Resolver-Programmable: "GPL" "Artistic" +perl-Net-DNS-SEC: "GPL" "Artistic" +perl-Net-GPSD: "GPL" "Artistic" +perl-Net-IPv4Addr: "GPL" "Artistic" +perl-Net-IPv6Addr: "GPL" "Artistic" +perl-Net-Jabber: "GPL" "Artistic" "LGPL" +perl-Net-Netmask: "Artistic" +perl-Net-Packet: "Artistic" +perl-Net-Pcap: "GPL" "Artistic" +perl-Net-SCP: "GPL" "Artistic" +perl-Net-SFTP: "GPL" "Artistic" +perl-Net-SNMP: "GPL" "Artistic" +perl-Net-SNPP: "Artistic" +perl-Net-SSH: "GPL" "Artistic" +perl-Net-SSLeay: "BSDish" +perl-Net-Telnet: "GPL" "Artistic" +perl-Net-Write: "Artistic" +perl-Net-XMPP: "GPL" "Artistic" "LGPL" +perl-NetAddr-IP: "Artistic" +perl-Nmap-Parser: "GPL" +perl-Object-Accessor: "GPL" "Artistic" +perl-Object-InsideOut: "Artistic" "GPL" +perl-OpenFrame: "GPL" "Artistic" +perl-PBS: "GPL" "Artistic" +perl-POE: "GPL" "Artistic" +perl-POE-Component-Child: "GPL" +perl-POE-Component-Client-DNS: "Artistic" "GPL" +perl-POE-Component-Client-HTTP: "Artistic" "GPL" +perl-POE-Component-Client-Keepalive: "Artistic" "GPL" +perl-POE-Component-Client-LDAP: "Artistic" "GPL" +perl-POE-Component-DBIAgent: "GPL" "Artistic" +perl-POE-Component-IRC: "Artistic" "GPL" +perl-POE-Component-JobQueue: "Artistic" "GPL" +perl-POE-Component-Logger: "Artistic" "GPL" +perl-POE-Component-SNMP: "Artistic" "GPL" +perl-POE-Component-SSLify: "GPL" "Artistic" +perl-POE-Component-Server-HTTP: "GPL" "Artistic" +perl-POE-Component-Server-SOAP: "GPL" "Artistic" +perl-POE-Component-Server-SimpleHTTP: "GPL" "Artistic" +perl-POE-Component-Server-XMLRPC: "GPL" "Artistic" +perl-POE-Component-SimpleDBI: "GPL" "Artistic" +perl-POE-Component-SimpleLog: "Artistic" "GPL" +perl-POE-Filter-IRCD: "Artistic" "GPL" +perl-POE-Filter-Zlib: "GPL" "Artistic" +perl-POE-Wheel-Null: "Artistic" "GPL" +perl-PPI: "GPL" "Artistic" +perl-PPI-HTML: "GPL" "Artistic" +perl-PPI-Tester: "GPL" "Artistic" +perl-Package-Constants: "GPL" "Artistic" +perl-Package-Generator: "GPL" "Artistic" +perl-PadWalker: "GPL" "Artistic" +perl-Params-CallbackRequest: "GPL" "Artistic" +perl-Params-Check: "GPL" "Artistic" +perl-Params-Coerce: "GPL" "Artistic" +perl-Params-Util: "GPL" "Artistic" +perl-Params-Validate: "GPL" "Artistic" +perl-Parse-CPAN-Packages: "GPL" "Artistic" +perl-Parse-RecDescent: "Artistic" +perl-Parse-Yapp: "GPL" "Artistic" +perl-Path-Class: "GPL" "Artistic" +perl-Perl-Critic: "GPL" "Artistic" +perl-Perl6-Bible: "GPL" "Artistic" +perl-PerlIO-eol: "GPL" "Artistic" +perl-PerlIO-via-dynamic: "GPL" "Artistic" +perl-PerlIO-via-symlink: "GPL" "Artistic" +perl-Pipeline: "GPL" "Artistic" +perl-Pod-Coverage: "GPL" "Artistic" +perl-Pod-Escapes: "GPL" "Artistic" +perl-Pod-Readme: "GPL" "Artistic" +perl-Pod-Simple: "GPL" "Artistic" +perl-Pod-Spell: "GPL" "Artistic" +perl-Pod-Strip: "GPL" "Artistic" +perl-Pod-Tests: "GPL" "Artistic" +perl-PostScript: "GPL" "Artistic" +perl-Proc-Daemon: "GPL" "Artistic" +perl-Proc-ProcessTable: "GPL" "Artistic" +perl-Pugs-Compiler-Rule: "GPL" "Artistic" +perl-RPM-Specfile: "GPL" "Artistic" +perl-RPM2: "GPL" "Artistic" +perl-RRD-Simple: "Apache Software License" +perl-Razor-Agent: "Artistic" +perl-Readonly: "GPL" "Artistic" +perl-Readonly-XS: "GPL" "Artistic" +perl-Regexp-Common: "Artistic" +perl-Regexp-Shellish: "GPL" "Artistic" +perl-SGMLSpm: "GPL" +perl-SNMP_Session: "Artistic" +perl-SOAP-Lite: "GPL" "Artistic" +perl-SQL-Library: "GPL" "Artistic" +perl-SQL-Statement: "GPL" "Artistic" +perl-SUPER: "GPL" "Artistic" +perl-SVG-Graph: "Artistic" +perl-SVK: "GPL" "Artistic" +perl-SVN-Mirror: "GPL" "Artistic" +perl-SVN-Simple: "GPL" "Artistic" +perl-Scalar-Properties: "GPL" "Artistic" +perl-Set-Infinite: "GPL" "Artistic" +perl-Set-Scalar: "GPL" "Artistic" +perl-Smart-Comments: "Artistic" "GPL" +perl-Spiffy: "GPL" "Artistic" +perl-Spoon: "GPL" "Artistic" +perl-Spreadsheet-ParseExcel: "GPL" "Artistic" +perl-Statistics-Descriptive: "GPL" "Artistic" +perl-String-Approx: "Artistic" +perl-String-Ediff: "GPL" "Artistic" +perl-String-Format: "GPL" +perl-String-ShellQuote: "GPL" "Artistic" +perl-Sub-Exporter: "GPL" "Artistic" +perl-Sub-Identify: "GPL" "Artistic" +perl-Sub-Install: "GPL" "Artistic" +perl-Sub-Name: "GPL" "Artistic" +perl-Sub-Uplevel: "GPL" "Artistic" +perl-Sys-SigAction: "GPL" "Artistic" +perl-Sys-Syscall: "GPL" "Artistic" +perl-Sys-Virt: "GPL" +perl-TeX-Hyphen: "GPL" "Artistic" +perl-Term-ProgressBar: "GPL" "Artistic" +perl-Term-ReadPassword: "GPL" "Artistic" +perl-Term-UI: "GPL" "Artistic" +perl-TermReadKey: "Distributable" +perl-Test-AutoBuild: "GPL" +perl-Test-Base: "GPL" "Artistic" +perl-Test-Class: "GPL" "Artistic" +perl-Test-ClassAPI: "GPL" "Artistic" +perl-Test-Cmd: "GPL" "Artistic" +perl-Test-Deep: "GPL" "Artistic" +perl-Test-Differences: "GPL" "Artistic" +perl-Test-Distribution: "GPL" "Artistic" +perl-Test-Exception: "GPL" "Artistic" +perl-Test-Expect: "GPL" "Artistic" +perl-Test-File: "GPL" "Artistic" +perl-Test-File-Contents: "GPL" "Artistic" +perl-Test-Inline: "GPL" "Artistic" +perl-Test-LongString: "GPL" "Artistic" +perl-Test-Manifest: "GPL" "Artistic" +perl-Test-Memory-Cycle: "GPL" "Artistic" +perl-Test-MockObject: "GPL" "Artistic" +perl-Test-NoWarnings: "LGPL" +perl-Test-Number-Delta: "GPL" "Artistic" +perl-Test-Object: "GPL" "Artistic" +perl-Test-Output: "GPL" "Artistic" +perl-Test-Perl-Critic: "GPL" "Artistic" +perl-Test-Pod: "GPL" "Artistic" +perl-Test-Pod-Coverage: "GPL" "Artistic" +perl-Test-Portability-Files: "GPL" "Artistic" +perl-Test-Prereq: "GPL" "Artistic" +perl-Test-Spelling: "GPL" "Artistic" +perl-Test-SubCalls: "GPL" "Artistic" +perl-Test-Tester: "GPL" "Artistic" +perl-Test-WWW-Mechanize: "GPL" "Artistic" +perl-Test-Warn: "GPL" "Artistic" +perl-Text-ASCIITable: "GPL" "Artistic" +perl-Text-Autoformat: "Artistic" +perl-Text-CHM: "GPL" "Artistic" +perl-Text-CSV_XS: "GPL" "Artistic" +perl-Text-CharWidth: "GPL" "Artistic" +perl-Text-Diff: "GPL" "Artistic" +perl-Text-Diff-HTML: "GPL" "Artistic" +perl-Text-Iconv: "GPL" "Artistic" +perl-Text-Levenshtein: "GPL" "Artistic" +perl-Text-LevenshteinXS: "GPL" "Artistic" +perl-Text-RecordParser: "GPL" +perl-Text-Reform: "Artistic" +perl-Text-Shellwords: "GPL" "Artistic" +perl-Text-SimpleTable: "GPL" "Artistic" +perl-Text-TabularDisplay: "GPL" +perl-Text-Template: "GPL" "Artistic" +perl-Text-Tree: "GPL" "Artistic" +perl-Text-Unidecode: "GPL" "Artistic" +perl-Text-WikiFormat: "GPL" "Artistic" +perl-Text-WordDiff: "GPL" "Artistic" +perl-Text-WrapI18N: "GPL" "Artistic" +perl-Tie-EncryptedHash: "Artistic" +perl-Tie-IxHash: "GPL" "Artistic" +perl-Time-Period: "GPL" "Artistic" +perl-Time-Piece: "GPL" "Artistic" +perl-Time-Piece-MySQL: "GPL" "Artistic" +perl-Time-modules: "Distributable" +perl-TimeDate: "GPL" "Artistic" +perl-Tk: "GPL" "Artistic" +perl-Tree-DAG_Node: "GPL" "Artistic" +perl-Tree-Simple-VisitorFactory: "GPL" "Artistic" +perl-UNIVERSAL-can: "GPL" "Artistic" +perl-UNIVERSAL-isa: "GPL" "Artistic" +perl-URI: "GPL" "Artistic" +perl-URI-Fetch: "GPL" "Artistic" +perl-Unix-Statgrab: "LGPL" +perl-Unix-Syslog: "Artistic" +perl-WWW-Babelfish: "GPL" "Artistic" +perl-WWW-Bugzilla: "GPL" "Artistic" +perl-WWW-Mechanize: "GPL" "Artistic" +perl-WWW-Myspace: "Artistic" "GPL" +perl-Workflow: "GPL" "Artistic" +perl-Wx: "GPL" "Artistic" +perl-X11-Protocol: "GPL" "Artistic" +perl-XML-DOM: "GPL" "Artistic" +perl-XML-DOM-XPath: "GPL" "Artistic" +perl-XML-Dumper: "GPL" "Artistic" +perl-XML-Filter-BufferText: "GPL" "Artistic" +perl-XML-Filter-XInclude: "GPL" "Artistic" +perl-XML-Grove: "Artistic" +perl-XML-LibXML: "GPL" "Artistic" +perl-XML-LibXML-Common: "GPL" "Artistic" +perl-XML-NamespaceSupport: "GPL" "Artistic" +perl-XML-RegExp: "GPL" "Artistic" +perl-XML-SAX: "GPL" "Artistic" +perl-XML-SAX-Writer: "GPL" "Artistic" +perl-XML-Stream: "GPL" "Artistic" "LGPL" +perl-XML-Twig: "GPL" "Artistic" +perl-XML-Validator-Schema: "GPL" "Artistic" +perl-XML-XPath: "GPL" "Artistic" +perl-XML-XPathEngine: "GPL" "Artistic" +perl-XML-XQL: "GPL" "Artistic" +perl-YAML: "GPL" "Artistic" +perl-YAML-Parser-Syck: "GPL" "Artistic" +perl-YAML-Tiny: "GPL" "Artistic" +perl-aliased: "GPL" "Artistic" +perl-bioperl: "GPL" "Artistic" +perl-bioperl-run: "GPL" "Artistic" +perl-eperl: "GPL" "Artistic" +perl-libwhisker2: "GPL" +perl-libxml-perl: "GPL" "Artistic" +perl-pmtools: "Artistic" +pessulus: "GPL" +pfmon: "GPL" +pfqueue: "GPL" +pgadmin3: "Artistic" +pgfouine: "GPL" +pgp-tools: "BSD, GPL" +php-Smarty: "LGPL" +php-extras: "The PHP License" +php-magpierss: "GPL" +php-manual-en: "Open Publication License" +php-pear-Console-Color: "X11" +php-pear-DB-DataObject: "PHP License" +php-pear-DB-DataObject-FormBuilder: "LGPL" +php-pear-Date-Holidays: "PHP License" +php-pear-File: "PHP License" +php-pear-File-Passwd: "PHP License" +php-pear-HTML-Common: "PHP License" +php-pear-HTML-QuickForm: "PHP License" +php-pear-HTML-QuickForm-ElementGrid: "LGPL" +php-pear-Image-Canvas: "LGPL" +php-pear-Image-Color: "PHP License" +php-pear-Image-Graph: "LGPL" +php-pear-Image-GraphViz: "PHP License" +php-pear-Mail-Mime: "PHP License" +php-pear-Math-Stats: "PHP License" +php-pear-Net-Curl: "PHP License" +php-pear-Net-DIME: "PHP License" +php-pear-Net-FTP: "PHP License" +php-pear-Net-Ping: "PHP License" +php-pear-Net-SMTP: "PHP License" +php-pear-Net-Socket: "PHP License" +php-pear-Net-Traceroute: "PHP License" +php-pear-Net-UserAgent-Detect: "PHP License" +php-pear-Numbers-Roman: "PHP License" +php-pear-Numbers-Words: "PHP License" +php-pear-PEAR-Command-Packaging: "PHP License" +php-pear-PHP-Compat: "PHP License" +php-pear-PHP-CompatInfo: "PHP License" +php-pear-Payment-Process: "PHP License" +php-pear-Phlickr: "LGPL" +php-pear-SOAP: "PHP License" +php-pear-XML-Beautifier: "PHP License" +php-pear-XML-RSS: "PHP License" +php-pear-XML-Serializer: "PHP License" +php-pear-XML-Util: "PHP License" +php-pecl-Fileinfo: "PHP License" +php-pecl-apc: "PHP License" +php-shout: "LGPL" +phpMyAdmin: "GPL" +phpPgAdmin: "GPL" +piccolo: "Apache Software License" +picocom: "GPL" +pidgin-guifications: "GPL" +pidgin-libnotify: "GPL" +pidgin-rhythmbox: "GPL" +pilot-link: "tcl" +pirut: "GPL" +pitivi: "GPL" +pl: "LGPL" +plague: "GPL" +plexus-ant-factory: "MIT-Style" +plexus-appserver: "Apache Software License" +plexus-archiver: "Apache Software License" +plexus-bsh-factory: "MIT-Style" +plexus-cdc: "Apache Software License" +plexus-container-default: "Apache Software License" +plexus-i18n: "Apache Software License" +plexus-interactivity: "Apache Software License" +plexus-runtime-builder: "MIT-Style" +plexus-utils: "Apache Software License" +plexus-xmlrpc: "Apache Software License" +plotmm: "LGPL" +plt-scheme: "LGPL" +pmd: "BSD Style" +pmount: "GPL" +po4a: "GPL" +poker-engine: "GPL" +poker-eval: "GPL" +poker-network: "GPL" +poker2d: "GPL" +polyml: "LGPL" +pop-before-smtp: "GPL" "Artistic" +postfix: "IBM Public License" +postgis: "GPL" "LGPL" +postr: "GPL" +powerman: "GPL" +powertop: "GPL" +ppc64-utils: "GPL" "OSL" +ppl: "GPL" +ppp: "distributable" +ppracer: "GPL" +prctl: "GPL" +prelink: "GPL" +prelude-lml: "GPL" +prelude-manager: "GPL" +prewikka: "GPL" +proxychains: "GPL" +prozilla: "GPL" +psgml: "GPL" +psmisc: "BSD/GPLv2+" +pstack: "GPL" +psutils: "distributable" +pulseaudio: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" "LGPL" +puppet: "GPL" +puretls: "BSD style" +pv: "Artistic" "modified" +pvm: "freely distributable" +pwlib: "MPL" +pwsafe: "GPL" +pyOpenSSL: "LGPL" +pybackpack: "GPL" +pybluez: "GPL" +pycairo: "LGPL" +pychecker: "BSDish" +pychess: "GPL" +pyclutter: "GPL" +pydict: "GPL" +pyflowtools: "GPL" +pyfribidi: "GPL" +pygame: "LGPL" +pygtksourceview: "LGPL" +pyicq-t: "GPL" +pykdeextensions: "LGPL" +pylint: "GPL" +pyorbit: "LGPL" +pypar2: "GPL" +pypoker-eval: "GPL" +pyserial: "Python license" +pyspi: "LGPL" +python: "Python Software Foundation License v2" +python-4Suite-XML: "Apacheish" +python-BeautifulSoup: "Python Software Foundation License" +python-GeoIP: "GPL" +python-adns: "GPL" +python-alsaaudio: "PSF - see LICENSE" +python-chm: "GPL" +python-cpio: "LGPLv2.1+" +python-dateutil: "Python Software Foundation License" +python-decoratortools: "PSF" "ZPL" +python-dns: "BSD-like" +python-docs: "PSF - see LICENSE" +python-durus: "CNRI" +python-enchant: "LGPL" +python-eyed3: "GPL" +python-feedparser: "BSD-ish" +python-formencode: "PSF" +python-fpconst: "Apache Software License" +python-gammu: "GPL" +python-htmltmpl: "GPL" +python-id3: "GPL" +python-irclib: "LGPL" +python-isprelink: "GPL" +python-json: "LGPL" +python-ldap: "PSF - see LICENCE" +python-logilab-astng: "GPL" +python-logilab-common: "GPL" +python-meld3: "ZPL" +python-memcached: "Python license" +python-myghty: "LGPL" +python-nltk_lite: "GPL" +python-openid: "LGPL" +python-paramiko: "LGPL" +python-protocols: "PSF" "ZPL" +python-psycopg: "GPL" +python-psycopg2: "GPL" "with Exceptions" +python-pydns: "Python license" +python-pyspf: "Python Software Foundation License" +python-qpid: "Apache Software License" +python-quixote: "CNRI" +python-ruledispatch: "PSF" "ZPL" +python-sexy: "LGPL" +python-simpletal: "Other" +python-simpy: "LGPL" +python-sqlite2: "zlib/libpng" +python-sqlobject: "LGPL" +python-tpg: "LGPL" +python-urljr: "LGPL" +python-virtinst: "GPL" +python-xlib: "GPL" +python-xmpp: "GPL" +python-yadis: "LGPL" +pyxf86config: "GPL" +pyxmms: "GPL" +pyzor: "GPL" +q: "GPL" +qa-assistant: "GPL" +qcad: "GPL" +qcomicbook: "GPL" +qdox: "Apache Software License style" +qemu: "GPLv2+, LGPLv2+" +qgo: "GPL" +qhull: "Distributable" +qjackctl: "GPL" +qpidc: "Apache Software License" +qps: "GPL" +qstat: "Artistic" +qsynth: "GPL" +qt: "GPL/QPL" +qt4-qsa: "GPL" +qtparted: "GPL" +quadkonsole: "GPL" +quagga: "GPL" +quarry: "GPL" +qucs: "GPL" +queuegraph: "GPL" +quodlibet: "GPL" +radvd: "BSD-style" +ragel: "GPL" +rapidsvn: "LGPL" "LGPL" +raptor: "LGPL" "Apache License Version 2.0" +rarpd: "GPL" +rasqal: "LGPL" "Apache Software License 2.0" +rb_libtorrent: "zlib/libpng License" "Boost Software License" +rcs: "GPL" +rdate: "GPL" +rdesktop: "GPL" +readahead: "GPL" +reciteword: "GPL" +recordmydesktop: "GPL" +redet: "GPL" +redet-doc: "GPL" +redhat-menus: "XFree86" +redhat-rpm-config: "GPL" +regexp: "Apache Software License" +reiserfs-utils: "GPL" +renrot: "GPL" "Artistic" +repoman: "GPL" +repoview: "GPL" +resapplet: "GPL" +rgmanager: "GPL,LGPL" +rhino: "MPL" +rhm: "LGPL" +rhpl: "GPL" +rhpxl: "GPL" +rinetd: "GPL" +rlog: "LGPL" +rlwrap: "GPL" +rman: "Artistic" +rng-utils: "GPL" +root-tail: "GPL" +rosegarden4: "GPL" +rp-pppoe: "GPL" +rpcbind: "GPL" +rpld: "GPL" +rpm: "LGPLv2+ with exceptions" "LGPLv2+ with exceptions" +rrdtool: "GPL" +rsnapshot: "GPL" +rss-glx: "GPL" +rsync: "GPL" +rt3: "GPL" +rtorrent: "GPL" +ruby-bdb: "Ruby License" +ruby-cairo: "Ruby License/GPL" +ruby-gnome2: "LGPL" +ruby-ncurses: "LGPL" +ruby-postgres: "Ruby License" +ruby-qpid: "Apache Software License" +ruby-racc: "LGPL" +rubygems: "Ruby License/GPL" +rudeconfig: "GPL" +rzip: "GPL" +s3switch: "BSD-like" +salinfo: "GPL" +sane-backends: "GPL" "programs" ", relaxed LGPL" "libraries" "," "public domain" "docs" +sane-frontends: "GPL" +saxon: "MPL" +schroedinger: "LGPL/MIT/MPL" +scim-chewing: "GPL" +scim-fcitx: "GPL" +scim-hangul: "GPL" +scim-input-pad: "GPL" +scim-qtimm: "GPL" +scim-skk: "GPL" +scim-tables: "GPL" +scim-tomoe: "GPL" +scmxx: "GPL" +scratchpad: "GPL" +screem: "GPL" +scribes: "GPL" +scribes-templates: "GPL" +scrip: "SCRIP License" +sdcc: "GPL" "GPL" +sec: "GPL" +seedit: "GPL" +selinux-doc: "Public Use License v1.0" +sendmail: "Sendmail" +seq24: "GPL" +ser: "GPL" +serpentine: "GPL" +setools: "GPL" "LGPL" "LGPL" "LGPL" "LGPL" +setroubleshoot: "GPL" +sgml-common: "GPL" "GPL" +shapelib: "LGPL/MIT" +shared-mime-info: "GPL" +sharutils: "GPL" +shorewall: "GPL" +siege: "GPL" +sinjdoc: "GPL" +sip: "GPL" +sipp: "GPL" +sipsak: "GPL" +skencil: "LGPL, GPL, Historical Permission Notice" "Disclaimer" +skkdic: "GPL" +slim: "GPL" +sloccount: "GPL" +smart: "GPL" +smarteiffel: "GPL" +smolt: "GPL" +socat: "GPL" +sofsip-cli: "LGPL" +solfege: "GPL" +sopwith: "GPL" +soundtracker: "GPL" +source-highlight: "GPL" +sox: "GPL" +spamass-milter: "GPL" +spamassassin: "Apache License" +spambayes: "Python Software Foundation License" +specspo: "GPL" +specto: "GPL" +spicctrl: "GPL" +splint: "GPL" +sqlgrey: "GPL" +squashfs-tools: "GPL" +squid: "GPL" +squirrelmail: "GPL" +ss5: "GPL" +sshfp: "GPL" +stardict: "GPL" +stardict-dic-en: "GPL" +stardict-dic-ja: "GPL" +stardict-dic-ru: "GPL" +stardict-dic-zh_CN: "GPL" +stardict-dic-zh_TW: "GPL" +startup-notification: "LGPL" +stellarium: "GPL" +stratagus: "GPL" +struts: "Apache License" +sugar: "GPL/LGPL" +suitesparse: "Distributable" +supervisor: "ZPL/BSD" +svnkit: "TMate License" +svnmailer: "Apache Software License" +svrcore: "MPL/GPL/LGPL" +swatch: "GPL" +sweep: "GPL" +switchdesk: "GPL" +symlinks: "distributable" +synaptics: "GPL" +synce-trayicon: "GPL" +sysconftool: "GPL" +sysfsutils: "GPL" "LGPL" +syslinux: "GPL" +syslog-ng: "GPL" +sysreport: "GPL" +sysstat: "GPL" +system-config-bind: "GPL" +system-config-boot: "GPL" +system-config-cluster: "GPL" +system-config-display: "GPL" +system-config-httpd: "GPL" +system-config-language: "GPL" +system-config-lvm: "GPL" +system-config-netboot: "GPL" +system-config-network: "GPL" +system-config-nfs: "GPL" +system-config-samba: "GPL" +system-config-services: "GPL" +system-config-soundcard: "GPL" +system-switch-java: "GPL" +system-switch-mail: "GPL" +systemtap: "GPL" "GPL" +t1utils: "Click, GPLv2+, MIT" +taarich: "MIT-style" +tagsoup: "GPL" +tailor: "GPL" +tango-icon-theme: "Creative Commons Attribution Share-Alike" +tango-icon-theme-extras: "Creative Commons Attribution Share-Alike" +tclabc: "GPL" +tcptraceroute: "GPL" +telepathy-mission-control: "LGPL" +tenr-de-styles-pkg: "Creative Commons Attribution-ShareAlike 2.5" +testoob: "Apache Software License" +tetex-IEEEtran: "Artistic" +tetex-bytefield: "LaTeX Project Public License" +tetex-elsevier: "LaTeX Project Public License" +tetex-eurofont: "LaTeX Project Public License" +tetex-font-cm-lgc: "GPL" +tetex-font-kerkis: "Distributable" +tetex-fonts-hebrew: "GPL" +tetex-perltex: "LaTeX Project Public License" +tetex-prosper: "LaTeX Project Public License" +tetex-tex4ht: "LaTeX" +tetrinetx: "GPL" +themes-backgrounds-gnome: "GPL" +thewidgetfactory: "GPL" +tilda: "GPL" +time: "GPL" +timidity++: "GPL" +tinyca2: "GPL" +tinyfugue: "GPL" +tkcvs: "GPL" +tktable: "BSD-like" +tla: "GPL" +tmpwatch: "GPL" +tog-pegasus: "Open Group Pegasus Open Source" +tomboy: "LGPL+" +tomcat5: "Apache Software License" +tomoe: "LGPL" +totem: "GPLv2 with exception" +trac-git-plugin: "GPL" +trac-mercurial-plugin: "GPL" +traceroute: "GPL" +transfig: "distributable" +translate-toolkit: "GPL" +tripwire: "GPL" +tsclient: "GPL" +ttmkfdir: "GPL" +turba: "Apache Software License v1" +tux: "GPL" +tuxpaint: "GPL" +tuxpaint-stamps: "GPL" +tuxtype2: "GPL" +tvtime: "GPL" +tzdata: "Public Domain, LGPLv2+" +ucblogo: "GPL" +ufraw: "GPL" +uncrustify: "GPL" +unison: "GPL" +unix2dos: "Distributable" +unpaper: "GPL" +up-imapproxy: "GPL" +uqm-content: "Distributable" +urw-fonts: "GPL, URW holds copyright" +usbutils: "GPL" +usermode: "GPL" +ushare: "GPL" +util-vserver: "GPL" +uucp: "GPL" +uudeview: "GPL" +vala: "LGPL" +varnish: "BSD-like" +velocity: "Apache Software License" +verbiste: "GPL" +viaideinfo: "GPL" +vim-vimoutliner: "GPL" +virt-manager: "GPL" +vixie-cron: "GPL" +vkeybd: "GPL" +vlock: "GPL" +vnc-ltsp-config: "GPL" +vnstat: "GPL" +vorbis-tools: "GPL" +vsftpd: "GPL" +vtk: "BSD-like" +vtkdata: "BSD-like" +w3c-libwww: "see: http://www.w3.org/Consortium/Legal/copyright-software.html" +wammu: "GPL" +wavbreaker: "GPL" +wdfs: "GPL" +wdm: "GPL" +weechat: "GPL" +werken-xpath: "Apache Software License-like" +which: "GPL" +whysynth-dssi: "GPL" +wifi-radar: "GPL" +wifiroamd: "GPL" +windowlab: "GPL" +wings: "Distributable" +wmctrl: "GPL" +wmix: "GPL" +wordtrans: "GPL" +wqy-bitmap-fonts: "GPL" +ws-commons-util: "Apache Software License" +ws-jaxme: "Apache Software License" +wsdl4j: "IBM Common Public License" +wuja: "GPL" +wxGTK: "wxWidgets Library Licence" +wxPython: "LGPL" +wxsvg: "wxWidgets" +x2vnc: "GPL" +xalan-j2: "Apache Software License" +xaos: "GPL" +xboard: "GPL" +xdesktopwaves: "GPL" +xdg-user-dirs: "GPL" +xdg-user-dirs-gtk: "GPL" +xdoclet: "BSD Style" +xemacs-packages-extra: "GPL" +xen: "GPL" +xerces-c: "Apache Software License" +xerces-j2: "Apache Software License" +xfce4-dev-tools: "GPL" +xfce4-taskmanager: "GPL" +xfce4-websearch-plugin: "GPL" +xferstats: "GPL" +xfig: "Freeware" +xhtml1-dtds: "W3C IPR" +xjavadoc: "BSD Style" +xl2tpd: "GPL" +xml-commons-apis: "Apache Software License/W3C/Public Domain" +xml-commons-apis12: "Apache Software License/W3C License/Public Domain" +xml-commons-resolver: "Apache Software License" +xml-commons-which: "Apache Software License" +xmlindent: "GPL" +xmlrpc: "Apache Software License" +xmlrpc-c: "BSD/PSF -- see COPYING" +xmlrpc3: "Apache Software License" +xmltex: "LaTeX Project Public License" "http://www.latex-project.org/lppl.txt" +xmlunit: "BSD Style" +xmms: "GPL" +xmms-alarm: "GPL" +xmms-cdread: "GPL" +xmms-scrobbler: "GPL" +xmms-skins: "GPL" +xom: "LGPL" +xoo: "GPL" +xorg-sgml-doctools: "MIT/X11" +xorg-x11-apps: "MIT/X11" +xorg-x11-docs: "MIT/X11" +xorg-x11-drv-amd: "MIT/X11" +xorg-x11-drv-cyrix: "MIT/X11" +xorg-x11-drv-neomagic: "MIT/X11" +xorg-x11-drv-nsc: "MIT/X11" +xorg-x11-drv-vga: "MIT/X11" +xorg-x11-filesystem: "MIT/X11" +xorg-x11-font-utils: "MIT/X11" +xorg-x11-fonts: "Various licenses" +xorg-x11-resutils: "MIT/X11" +xorg-x11-server: "MIT/X11" +xorg-x11-server-utils: "MIT/X11" +xorg-x11-twm: "MIT/X11" +xorg-x11-util-macros: "The Open Group License" +xorg-x11-utils: "MIT/X11" +xorg-x11-xauth: "MIT/X11" +xorg-x11-xbitmaps: "MIT/X11" +xorg-x11-xdm: "MIT/X11" +xorg-x11-xfs: "MIT/X11" +xorg-x11-xfwp: "MIT/X11" +xorg-x11-xinit: "MIT/X11" +xorg-x11-xkb-utils: "MIT/X11" +xorg-x11-xsm: "MIT/X11" +xorg-x11-xtrans-devel: "MIT/X11" +xournal: "GPL" +xpp2: "Apache Software License" +xpp3: "Apache-style" +xrestop: "GPL" +xsane: "GPL" +xsri: "GPL" +xulrunner: "MPL/LGPL" +xwnc: "GPL" +xwrits: "GPL" +yaboot: "GPL" +yafc: "GPL" +yakuake: "GPL" +yap: "Artistic/LGPL" +yasm: "Artistic" +yp-tools: "GPL" +ypbind: "GPL" +ypserv: "GPL" +yum-arch: "GPL" +yum-metadata-parser: "GPL" +yum-utils: "GPL" +z88dk: "Artistic" +zabbix: "GPL" +zaptel: "GPL" +zeroinstall-injector: "LGPL" +zhcon: "GPL" +zile: "GPL" +zynaddsubfx: "GPL" + +Invalid licenses: 2142 out of 4694 (45.63%) [as of 2007-09-01 15:07 UTC] diff --git a/license-stats b/license-stats new file mode 100755 index 0000000..3240efd --- /dev/null +++ b/license-stats @@ -0,0 +1,8 @@ +#!/bin/bash + +mv -v --backup=numbered data/bad-license-tags-by-* data/old +time ( \ + cd devel && cvs -q up && cd .. && \ + ./check-licenses.py -p > data/bad-license-tags-by-package && \ + ./check-licenses.py -o > data/bad-license-tags-by-owner \ +) -- cgit