ThirdPartyCode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
| [http://mxr.mozilla.org/mozilla-central/source/build/pgo/blueprint/LICENSE MIT/GPL] | | [http://mxr.mozilla.org/mozilla-central/source/build/pgo/blueprint/LICENSE MIT/GPL] | ||
| | | | ||
| | | Test suite | ||
|- | |- | ||
| Breakpad | | Breakpad | ||
Line 18: | Line 18: | ||
| [http://mxr.mozilla.org/mozilla-central/source/toolkit/crashreporter/google-breakpad/COPYING 3-clause BSD] | | [http://mxr.mozilla.org/mozilla-central/source/toolkit/crashreporter/google-breakpad/COPYING 3-clause BSD] | ||
| [http://code.google.com/p/google-breakpad/ Website], [http://code.google.com/p/google-breakpad/issues/list Bugs] | | [http://code.google.com/p/google-breakpad/ Website], [http://code.google.com/p/google-breakpad/issues/list Bugs] | ||
| Firefox, Thunderbird | | Firefox, Thunderbird, SeaMonkey | ||
|- | |- | ||
| bsdiff | | bsdiff | ||
Line 42: | Line 42: | ||
| [http://www.voidspace.org.uk/python/license.shtml 3-clause BSD] | | [http://www.voidspace.org.uk/python/license.shtml 3-clause BSD] | ||
| | | | ||
| | | Build system | ||
|- | |- | ||
| dtoa | | dtoa | ||
Line 56: | Line 56: | ||
| Gecko | | Gecko | ||
|- | |- | ||
| | | Freetype2 | ||
| /modules/freetype2 | | /modules/freetype2 | ||
| [http://freetype.sourceforge.net/FTL.TXT FreeType License]/GPL | | [http://freetype.sourceforge.net/FTL.TXT FreeType License]/GPL | ||
Line 77: | Line 77: | ||
| /layout/html/tests | | /layout/html/tests | ||
| | | | ||
| | | XXXAreTheseThirdParty? | ||
| | | Test suite | ||
|- | |- | ||
| jemalloc | | jemalloc | ||
Line 156: | Line 156: | ||
| [http://mxr.mozilla.org/mozilla-central/source/testing/mochitest/MochiKit/LICENSE.txt MIT]/AFL 2.1 | | [http://mxr.mozilla.org/mozilla-central/source/testing/mochitest/MochiKit/LICENSE.txt MIT]/AFL 2.1 | ||
| [http://www.mochikit.com/ Website], [http://trac.mochikit.com/report/1 Bugs] | | [http://www.mochikit.com/ Website], [http://trac.mochikit.com/report/1 Bugs] | ||
| | | Test suite | ||
|- | |- | ||
| Mochitests XXXAreThese3rdParty? | | Mochitests XXXAreThese3rdParty? | ||
Line 162: | Line 162: | ||
| | | | ||
| From the W3C | | From the W3C | ||
| Test | | Test suite | ||
|- | |- | ||
| NSIS Installer | | NSIS Installer | ||
Line 168: | Line 168: | ||
| [http://nsis.sourceforge.net/Docs/AppendixI.html#I zlib/libpng license] | | [http://nsis.sourceforge.net/Docs/AppendixI.html#I zlib/libpng license] | ||
| [http://nsis.sourceforge.net/Main_Page Website], [http://sourceforge.net/tracker/?group_id=22049 Bugs] | | [http://nsis.sourceforge.net/Main_Page Website], [http://sourceforge.net/tracker/?group_id=22049 Bugs] | ||
| Firefox, Thunderbird | | Firefox, Thunderbird, SeaMonkey | ||
|- | |- | ||
| nsQuickSort | | nsQuickSort | ||
Line 180: | Line 180: | ||
| [http://mxr.mozilla.org/mozilla-central/source/build/pymake/LICENSE MIT] | | [http://mxr.mozilla.org/mozilla-central/source/build/pymake/LICENSE MIT] | ||
| | | | ||
| | | Build system | ||
|- | |- | ||
| QCMS | | QCMS |
Revision as of 09:24, 26 May 2010
Name | Source | License | Links | Users |
---|---|---|---|---|
Blueprint CSS Framework | /build/pgo/blueprint | MIT/GPL | Test suite | |
Breakpad | /toolkit/crashreporter/google-breakpad | 3-clause BSD | Website, Bugs | Firefox, Thunderbird, SeaMonkey |
bsdiff | /toolkit/mozapps/update/updater/bspatch.* | BSD Protection License | Website | XXXUpdate tool? |
Cairo | /gfx/cairo | LGPL/MPL | Website, Bugs | Gecko |
Chromium IPC | /ipc/chromium | 3-clause BSD | Website, Bugs | Gecko |
config file reader | /config/configobj.py | 3-clause BSD | Build system | |
dtoa | /js/src/dtoa.c | MIT | Contact | Gecko |
Expat | /parser/expat | MIT | Website, Bugs | Gecko |
Freetype2 | /modules/freetype2 | FreeType License/GPL | Website, Bugs | Gecko |
Growl | /toolkit/components/alerts/src/mac/growl | 3-clause BSD | Website, Bugs | Firefox, Thunderbird, Camino |
gssapi | /extensions/auth/gssapi.h | MIT | Gecko | |
HTML tests | /layout/html/tests | XXXAreTheseThirdParty? | Test suite | |
jemalloc | /memory/jemalloc | 2-clause BSD | Website | Gecko |
JPNIC DNS | /netwerk/dns/src (partially) | "3-clause" BSD | Gecko | |
lib7z | /modules/lib7z | Public Domain | Gecko | |
libbzip2 | /modules/libbz2 | libbzip2 license | Website | Gecko |
libevent | /ipc/chromium/src/third_party/libevent | 3-clause BSD | Website, Bugs | Gecko |
libfishsound | /media/libfishsound | BSD | Website | Gecko (up to 3.6) |
libffi | /js/src/ctypes/libffi | MIT | Website, Contact | Spidermonkey |
libjpeg | /jpeg | libjpeg license | Website | Gecko |
libogg/libtheora/libvorbis | /media/libogg, /media/libtheora, /media/libvorbis | 3-clause BSD | Website, Bugs | Gecko |
liboggplay/liboggz | /media/liboggplay, /media/liboggz | 3-clause BSD | Website, Bugs | Gecko (up to 3.6) |
libpixman | /gfx/cairo/libpixman | MIT | Website | Gecko |
libpng | /modules/libimg/png | libpng license | Website, Bugs | Gecko |
MochiKit | /testing/mochitest/MochiKit | MIT/AFL 2.1 | Website, Bugs | Test suite |
Mochitests XXXAreThese3rdParty? | /dom/tests/mochitest | From the W3C | Test suite | |
NSIS Installer | /other-licenses/nsis | zlib/libpng license | Website, Bugs | Firefox, Thunderbird, SeaMonkey |
nsQuickSort | /xpcom/glue/nsQuickSort.cpp | 3-clause BSD | Gecko | |
pymake | /build/pymake | MIT | Build system | |
QCMS | /gfx/qcms | MIT | Website | Gecko |
Sparkle | /camino/sparkle | MIT (XXXAndOpenSSL?) | Website, Bugs | Camino |
SQLite | /db/sqlite3, /security/nss/lib/sqlite | Public Domain | Website, Bugs | Gecko, NSS |
Thebes | /gfx/thebes/src/gfxPlatformFontList.cpp and gfxMacPlatformFontList.mm | tri-license | XXXIsThisThirdParty? | Gecko |
v8 | /js/src/v8 | XXXAMuddle | Gecko | |
wlanapi (from Google Gears) | /netwerk/wifi/src/wlanapi.h | 3-clause BSD | Website, Bugs | Gecko |
ycbcr (from Chromium) | /gfx/ycbcr | 3-clause BSD | Website, Bugs | Gecko |
zlib | /modules/zlib, /security/nss/lib/zlib | zlib license | Website, Contact | Gecko, NSS |