Your message dated Sun, 28 Dec 2008 12:36:53 +0100
with message-id <[email protected]>
and subject line Re: Bug#207024: libnspr4: copyright file not accurate
has caused the Debian Bug report #207024,
regarding libnspr4: copyright file not accurate
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
207024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=207024
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnspr4
Version: 2:1.4-2
Severity: normal
>From copyright:
Some files in this source package are under the Netscape Public License
Others, under the Mozilla Public license, and just to confuse you even
more, some are dual licensed MPL/GPL.
This may be so for the entire Mozilla source tree, but it is not accurate
for the nspr library. There are no files under Netscape Public License.
All files (as far as the commands below show) are under MPL/GPL dual
license. This information is especially significant for GPL applications
wanting to link to libnspr.
$ cvs -d ":pserver:[email protected]:/cvsroot" co \
mozilla/nsprpub
$ cd mozilla/nsprpub
$ find -name '*.h' -or -name '*.c' -or -name '*.cpp' |sort > out1
$ find -name '*.h' -or -name '*.c' -or -name '*.cpp' | \
xargs grep -l "MPL" | xargs grep -l "GPL" |sort > out2
$ diff out1 out2
--- End Message ---
--- Begin Message ---
Version: 4.6.6-1
On Sun, Aug 24, 2003 at 01:05:52PM -0400, John V. Belmonte wrote:
> Package: libnspr4
> Version: 2:1.4-2
> Severity: normal
>
> >>From copyright:
>
> Some files in this source package are under the Netscape Public License
> Others, under the Mozilla Public license, and just to confuse you even
> more, some are dual licensed MPL/GPL.
>
> This may be so for the entire Mozilla source tree, but it is not accurate
> for the nspr library. There are no files under Netscape Public License.
> All files (as far as the commands below show) are under MPL/GPL dual
> license. This information is especially significant for GPL applications
> wanting to link to libnspr.
Since the great relicensing, everything is now MPL/GPL/LGPL in nspr.
Mike
--- End Message ---