Bug 244166

Summary: Berkeley DB's license specified incorrectly in RPM License field
Product: [Fedora] Fedora Reporter: Mark Schreiber <mark7>
Component: db4Assignee: Jindrich Novy <jnovy>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 7CC: pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-18 10:39:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mark Schreiber 2007-06-14 09:38:37 UTC
Description of problem:
The db4-4.5.20.5.fc7 RPM's license is specified as being "BSD-style". 
"BSD-style" licenses allow incorporation of a package into other proprietary
packages.  This does not reflect Berkeley DB's license.  Versions of Berkeley DB
prior to v2.0 are, according to Wikipedia, under a license that looks something
like the BSD license with some GPL additions.  Versions at and above 2.0 are
available under a commercial license (currently available from Oracle) or under
the Sleepycat Public License (
http://opensource.feratech.com/licenses/sleepycat.php ), which is rather like a
strict GPL -- any software package that so much as uses this package must also
provide source code.

Version-Release number of selected component (if applicable):4.5.20.5.fc7


How reproducible:rpm -qi db4 and look at the License field


Steps to Reproduce:
1.rpm -qi db4
2.
3.
  
Actual results:BSD-style


Expected results:"Sleepycat License"


Additional info:

Comment 1 Jindrich Novy 2007-06-18 10:39:15 UTC
The BSD-style license was suggested by Red Hat legal department and therefore I
won't change it since I'm not a lawier.