<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mba</id>
	<title>Apache OpenOffice Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mba"/>
	<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/wiki/Special:Contributions/Mba"/>
	<updated>2026-07-31T09:30:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Documentation/Building_Guide/Building_on_Windows&amp;diff=198236</id>
		<title>Documentation/Building Guide/Building on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Documentation/Building_Guide/Building_on_Windows&amp;diff=198236"/>
		<updated>2011-10-15T14:32:04Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation/Building Guide TOC&lt;br /&gt;
|ShowNextPage=none&lt;br /&gt;
|ShowPrevPage=none&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:Building on Windows}}&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Windows| This document explains how to build the OpenOffice.org source code on Windows systems.}}&lt;br /&gt;
&lt;br /&gt;
For building OpenOffice.org Cygwin is needed, a Windows program that emulates a complete Unix command line environment. To use this document you need to be familiar with a command line, but you need not to be a UNIX shell wizard.&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Tip|If you have never used a Unix shell, you might want to take a look at the [http://tldp.org/LDP/GNU-Linux-Tools-Summary/html/index.html shell introduction at TLDP].}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Note|&amp;lt;code&amp;gt;$SRC_ROOT&amp;lt;/code&amp;gt; will denote the directory in which the source code of OpenOffice.org is stored.}}&lt;br /&gt;
{{Template:Documentation/Tip|You are advised to check the release notes for the release you are building to inform yourself about changes since previous releases.}}&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
== hardware requirements ==&lt;br /&gt;
&lt;br /&gt;
* 1 or more reasonable fast CPUs (x-way CPU recommended)&lt;br /&gt;
* 1 GB RAM (2 GB recommended)&lt;br /&gt;
* 10 GB free disk space (20 GB when debugging)&lt;br /&gt;
&lt;br /&gt;
== software requirements ==&lt;br /&gt;
* Windows XP/Vista&lt;br /&gt;
&lt;br /&gt;
The following table is placed here, so you can come back to it easily, when you want to use a link. The items are explained below. Here&amp;#039;s the list of files to download (with links) and the locations in the source tree where you must put them:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;prettytable&amp;quot; border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Where to get&lt;br /&gt;
! Place in&lt;br /&gt;
|-&lt;br /&gt;
| Cygwin: [http://www.cygwin.com Cygwin Toolkit with (dll version 1.5.10) or later]&lt;br /&gt;
| (default)&lt;br /&gt;
|-&lt;br /&gt;
| C/C++ Compiler: free: [http://www.microsoft.com/express/download/ Visual C++ 2008 Express Compiler (basic install, no optional parts required)] official: Visual C++ 2008 Professional&lt;br /&gt;
| (default)&lt;br /&gt;
|-&lt;br /&gt;
| Java: [http://java.sun.com/javase/6/ JDK 1.6] for DEV300 milestones &amp;gt;= m37 and all OOo310 versions (older milestones will fail in the hsqldb module)&lt;br /&gt;
| (default)&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF&amp;amp;displaylang=en Windows SDK for Windows Server 2008]&amp;lt;ref name=&amp;quot;Foot1&amp;quot;&amp;gt;{{Template:Documentation/Note|This also supported on Vista. This is either a DVD image or a net installer. You can either mount the DVD with a suitable tool, burn it do a DVD or use tools like winrar that can extract files from ISO files directly. You don&amp;#039;t need to install samples or documentation (saves a lot of disk space). It will also install the .NET Framework 3.5 SDK.&lt;br /&gt;
It might be best to install the Windows SDK into the default directory, and if not that into one without capital letters in the path. I used D:\Dev\Win_SDK\ and received some linking errors in the Python module (see {{Bug|88568}}).}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [http://www.microsoft.com/downloads/details.aspx?familyid=6A63AB9C-DF12-4D41-933C-BE590FEAA05A&amp;amp;displaylang=en GDI+ Redistributable] (Genuine Windows Validation required)&lt;br /&gt;
| external/gdiplus&lt;br /&gt;
|-&lt;br /&gt;
| Only for OOo2.x but due to {{Bug|88652}} in configure still needed for 3.x: [http://download.microsoft.com/download/b/7/5/b75eace3-00e2-4aa0-9a6f-0b6882c71642/unicows.exe unicows.dll from (Microsoft Layer for Unicode)]&amp;lt;ref name=&amp;quot;Foot2&amp;quot;&amp;gt; {{Template:Documentation/Note|unicows.dll is available from the Microsoft site and needs to be saved to $SRC_ROOT/external/unicows. Microsoft seems to enjoy changing the exact location of this file. You may have to search Microsoft&amp;#039;s website.}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| external/unicows&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=CD1FC4B2-0885-47F4-AF45-7FD5E14DB6C0 dbghelp.dll]&amp;lt;ref name=&amp;quot;Foot3&amp;quot;&amp;gt;{{Template:Documentation/Note|dbghelp.dll is available from the Microsoft site and needs to be saved to $SRC_ROOT/external/dbghelp. Microsoft seems to enjoy changing the exact location of this file. You may have to search Microsoft&amp;#039;s website.}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| external/dbghelp&lt;br /&gt;
|-&lt;br /&gt;
| [http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe instmsiw.exe] and [http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe instmsia.exe]&lt;br /&gt;
| external/msi&lt;br /&gt;
|-&lt;br /&gt;
| for 2005 compiler and Seamonkey libraries from OpenOffice.org 3.2 up: msvcp80.dll and msvcr80.dll (found in c:\WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd/msvc &lt;br /&gt;
| external/msvcp80&lt;br /&gt;
|-&lt;br /&gt;
| for 2008 compiler (until DEV300 m22): msvcp90.dll and msvcr90.dll (found in $(msvcdir)\Vc\redist\x86\Microsoft.VC90.CRT) &lt;br /&gt;
| external/msvcp90&lt;br /&gt;
|-&lt;br /&gt;
| for 2008 compiler starting with DEV300m23: Microsoft_VC90_CRT_x86.msm and policy_9_0_Microsoft_VC90_CRT_x86.msm for non debug builds and Microsoft_VC90_DebugCRT_x86.msm and policy_9_0_Microsoft_VC90_DebugCRT_x86.msm for debug builds&amp;lt;ref name=&amp;quot;Foot4&amp;quot;&amp;gt; {{Template:Documentation/Note|You can find these files in your directory c:\program files\common files\merge modules}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
. These merge modules are available in VS08 Express Edition and VS08 Professional Edtion. All *.msm files are located at c:\Program Files\Common Files\Merge Module. &lt;br /&gt;
| external/msm90&lt;br /&gt;
|-&lt;br /&gt;
| [http://archive.apache.org/dist/ant/binaries Apache Ant (version 1.6.5 or later)]&lt;br /&gt;
| (default)&lt;br /&gt;
|-&lt;br /&gt;
| [http://tools.openoffice.org/moz_prebuild/OOo3.2 Mozilla binary distribution] &lt;br /&gt;
&lt;br /&gt;
(WNTMSCIruntime.zip,WNTMSCIlib.zip,WNTMSCIinc.zip)&lt;br /&gt;
| moz/zipped&lt;br /&gt;
|-&lt;br /&gt;
| msvcr71.dll and msvcp71.dll for Mozilla libraries (Search for them in the Web or on your PC. These files should be named as all lower case. Sometimes when downloaded they are upper case and this will cause &amp;#039;file not found&amp;#039; errors towards the end of the build))&lt;br /&gt;
| external/msvcp71 &lt;br /&gt;
|-&lt;br /&gt;
| optional: [http://nsis.sourceforge.net/ Nullsoft Scriptable Install System (NSIS)]&amp;lt;ref name=&amp;quot;Foot5&amp;quot;&amp;gt;{{Template:Documentation/Note|If NSIS is available, a self contained Windows installer is created in addition to the MSI installer files.}}&lt;br /&gt;
{{Template:Documentation/Caution|It used to be that newer version of NSIS broke the build (see {{Bug|85657}}), but it seems that it now works for NSIS up to 2.3.7.}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| optional: [http://msdn.microsoft.com/directx/directxdownloads/ Microsoft DirectX SDK]&amp;lt;ref name=&amp;quot;Foot6&amp;quot;&amp;gt; {{Template:Documentation/Note|If you don&amp;#039;t want to download it you can disable DirectX support in the configuration step (&amp;lt;code&amp;gt;--disable-directx&amp;lt;/code&amp;gt;).}}&lt;br /&gt;
{{Template:Documentation/Caution|Current (as of 2008/01) versions of the DirectX9 SDK and Windows Platform SDK do not fit to each other. To be able to build with DirextX enabled, you need to patch one file in the Platform SDK. See http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID2743771 for details.}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Caution|Do not use a DirectX10 SDK!}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
=== adding required files to the build tree ===&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Tip|Some of the files can be found in a suitable OOo installation set also, so you can save the download by “stealing” it from your OOo installation.}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Note|OOo uses some Mozilla libraries. Building the corresponding sources is only possible with the VC2003 compiler so you have to use precompiled libraries that require the msvx71 libraries mentioned above. On Windows the Mozilla libraries are needed only for Mozilla address book support. Unfortunately a bug in the module dependencies makes it necessary that the Mozilla libaries are used anyway as otherwise building the module &amp;lt;tt&amp;gt;xmlsecurity&amp;lt;/tt&amp;gt; fails (see below).}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Note|The default cygwin version offered on http://www.cygwin.com/ now is 1.7.x. For current milestones it is recommended to use this version as it fixes the .dll remapping probelm (see below) and is required for builds on Windows 7. If you need to build old versions of the source code, check out http://www.cygwin.com/win-9x.html}}&lt;br /&gt;
&lt;br /&gt;
= Installation and Preparation of Build Tools =&lt;br /&gt;
== setting up cygwin ==&lt;br /&gt;
&lt;br /&gt;
Go to http://www.cygwin.com/ and download and install the current version.&lt;br /&gt;
{{Template:Documentation/Caution|Make sure that you keep the filetype set to “Unix/binary”.}}&lt;br /&gt;
{{Template:Documentation/Caution|Make sure that the PATH variable in your cygwin shell does not contain any blanks and quotes, otherwise configure will not work}}&lt;br /&gt;
&lt;br /&gt;
=== required additional packages ===&lt;br /&gt;
Cygwin consists of some basic and a lot of optional packages. As building OOo needs some of these optional packages you have to select them in the installer.&lt;br /&gt;
Here&amp;#039;s a complete list of the needed packages:&lt;br /&gt;
* Category Archive:&lt;br /&gt;
** unzip&lt;br /&gt;
** zip&lt;br /&gt;
* Category Devel :&lt;br /&gt;
** autoconf&lt;br /&gt;
** bison&lt;br /&gt;
** flex&lt;br /&gt;
** gcc-g++&lt;br /&gt;
** gperf&lt;br /&gt;
** make&lt;br /&gt;
** openssl-devel (only needed for perl modules for CWS tooling, see below)&lt;br /&gt;
** mercurial (or cvs for 2.x-3.0, or subversion for 3.1 codeline)&lt;br /&gt;
** readline&lt;br /&gt;
* Category Libs&lt;br /&gt;
** openssl&lt;br /&gt;
* Category Net&lt;br /&gt;
** openssh&lt;br /&gt;
* Category Perl&lt;br /&gt;
** perl&lt;br /&gt;
* Category Shells&lt;br /&gt;
** mintty&lt;br /&gt;
* Category Utils&lt;br /&gt;
** patch&lt;br /&gt;
** gnupg&lt;br /&gt;
* Category Web&lt;br /&gt;
** wget&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Note|The installer will automatically check and download some more packages needed by thosed listed here. The whole process takes roughly 20 minutes.}}&lt;br /&gt;
&lt;br /&gt;
=== breaking links to executables ===&lt;br /&gt;
Within the Cygwin Toolkit, some executables might be symlinks: awk.exe and gunzip.exe, tar.exe (in older releases only). This can lead to a break of the build later, and the symlinks should be replaced by copies of the command they link to. &lt;br /&gt;
&lt;br /&gt;
To check this, execute:&lt;br /&gt;
&lt;br /&gt;
 ls -l /bin/awk.exe&lt;br /&gt;
&lt;br /&gt;
whether e.g. awk.exe is a symlink. In version 1.5.24-2 awk.exe is a link to gawk.exe. The shell will show this by putting out “awk.exe -&amp;gt; gawk.exe”. In this case gawk.exe must be copied to awk.exe by executing: &lt;br /&gt;
&lt;br /&gt;
 cd /bin&lt;br /&gt;
 rm awk.exe&lt;br /&gt;
 cp gawk.exe awk.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case you overlook something here or you have a newer Cygwin version with additional symlinks not mentioned here it&amp;#039;s not a problem. You will get a helpful error message about an existing link in the configuration step (configure) later. The message will tell you which link you have to remove and you can do it following the advice given above for the awk.exe/gawk.exe pair.&lt;br /&gt;
&lt;br /&gt;
=== installing additional perl modules in cygwin ===&lt;br /&gt;
As explained some perl modules must be installed with CPAN. The necessary command in the cygwin shell is&lt;br /&gt;
&lt;br /&gt;
 perl -MCPAN -e shell&lt;br /&gt;
&lt;br /&gt;
If this command is executed the first time CPAN will ask for configuration. Choose autoconfiguration. &lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Caution|Please note that CPAN is not able to deal with usernames containing spaces. To work around this fact, when CPAN asks you to specify the &amp;#039;&amp;#039;CPAN build and cache directory&amp;#039;&amp;#039;, change the default suggestion to &amp;lt;tt&amp;gt;/cpan&amp;lt;/tt&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
At the end the CPAN shell appeared and is ready to accept commands for installations. Each module is installed by typing &amp;lt;code&amp;gt;install $MODULENAME&amp;lt;/code&amp;gt;. The modules that must be installed are:&lt;br /&gt;
&lt;br /&gt;
* Archive::Zip&lt;br /&gt;
* XML::Parser (though it seems that this is already installed; doesn&amp;#039;t hurt to do it)&lt;br /&gt;
* URI&lt;br /&gt;
* LWP::UserAgent&lt;br /&gt;
* Crypt::SSLeay&lt;br /&gt;
* SOAP::Lite&lt;br /&gt;
&lt;br /&gt;
CPAN will detect if a selected module depends on other modules and it will offer to download them also. As explained please just confirm this.&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Note|The last three modules are only needed if you want to use the cws tooling. These tools are necessary if you want to create and maintain your own [http://wiki.services.openoffice.org/wiki/CWS Child Workspaces] or if you want to build one of them. I recommend to install them anyway as sooner or later you want to work on a child workspace.}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Caution|I got an error message from CPAN somewhat like the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygiconv-2.dll to same&lt;br /&gt;
address as parent(0x7C0000) != 0x7D0000&amp;lt;/pre&amp;gt;&lt;br /&gt;
To fix this, I had to exit the Cygwin shell, run cmd.exe, then type &amp;quot;c:\cygwin\bin\ash.exe&amp;quot; to start the minimal shell, then type &amp;lt;code&amp;gt;/bin/rebaseall&amp;lt;/code&amp;gt;. Then CPAN worked when I ran it again.}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Caution| I got another error when cygwin was performing &amp;lt;tt&amp;gt;make install&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;ERROR: Can&amp;#039;t create &amp;#039;/usr/bin&amp;#039;; Do not have write permissions on &amp;#039;/usr/bin&amp;#039;&amp;lt;/pre&amp;gt;&lt;br /&gt;
I can actually write to /usr/bin; however when I do &amp;lt;tt&amp;gt;ls -ld /usr/bin&amp;lt;/tt&amp;gt;, cygwin reports no write permission; and &amp;lt;tt&amp;gt;chmod u+w /usr/bin&amp;lt;/tt&amp;gt; gives &amp;lt;tt&amp;gt;Permission denied&amp;lt;/tt&amp;gt;.  This causes the install process to fail when it checks permissions. As a kludge, I installed vim, and edited line 368 of /usr/lib/perl5/5.10/ExtUtils/Install.pm, replacing this:&lt;br /&gt;
&amp;lt;pre&amp;gt;return -w $dir;&amp;lt;/pre&amp;gt;&lt;br /&gt;
with this:&lt;br /&gt;
&amp;lt;pre&amp;gt;return 1;&amp;lt;/pre&amp;gt;&lt;br /&gt;
which allowed installation to proceed.}}&lt;br /&gt;
&lt;br /&gt;
= Full Builds =&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Caution| Use a short absolute directory name to store OpenOffice.org source, such as &amp;lt;tt&amp;gt;C:\ooo&amp;lt;/tt&amp;gt;. Otherwise, there are weird issues during the building of the &amp;lt;tt&amp;gt;postprocess&amp;lt;/tt&amp;gt; module, because the command line length of some build actions is too long: &amp;lt;pre&amp;gt; 1 [main] perl 1972 C:\cygwin\bin\perl.exe: *** fatal error - fork: can&amp;#039;t reserve memory for stack 0x83C840 - 0x840000, &lt;br /&gt;
Win32 error 487&lt;br /&gt;
 &amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== configure ==&lt;br /&gt;
Finally the &amp;lt;code&amp;gt;configure&amp;lt;/code&amp;gt; tool is used to create the environment. It checks that all software, hardware, and system requirements for the build are satisfied, and creates configuration files called winenv.set (for tcsh) and winenv.set.sh (for bash) that are used to set all necessary build environment variables. Before running configure, make sure that all needed programs are in the system path or start configure with the appropriate command line switches. If configure detects a problem it will stop and give you a useful hint how to fix it.&lt;br /&gt;
&lt;br /&gt;
For building OOo from the Mercurial repository:&lt;br /&gt;
You will find the &amp;lt;code&amp;gt;configure&amp;lt;/code&amp;gt; script in &amp;lt;code&amp;gt;$SRC_ROOT&amp;lt;/code&amp;gt;. The resulting configuration files are created there too.&lt;br /&gt;
&lt;br /&gt;
For building OOo from the Apache svn repository:&lt;br /&gt;
call &amp;quot;autoconf&amp;quot; in &amp;lt;code&amp;gt;$SRC_ROOT&amp;lt;/code&amp;gt;. This will create the configure step. Repeat that and the configure step after each change in configure.in (either by yourself or anyone else).&lt;br /&gt;
&lt;br /&gt;
==== sample configure calls ====&lt;br /&gt;
&lt;br /&gt;
You can get short explanations for all parameters by using ./configure --help.&lt;br /&gt;
&lt;br /&gt;
minimum (requires the most prerequisites) - pathes of course are machine dependent:&lt;br /&gt;
&lt;br /&gt;
 ./configure &lt;br /&gt;
  --disable-build-mozilla &lt;br /&gt;
  --with-mozilla-build=&amp;quot;/cygdrive/d/OOo/mozilla-build-1.3&amp;quot; \&lt;br /&gt;
  --with-cl-home=&amp;quot;/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC&amp;quot; \&lt;br /&gt;
  --with-mspdb-path=&amp;quot;/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/Common7/IDE&amp;quot; \&lt;br /&gt;
  --with-frame-home=&amp;quot;/cygdrive/c/Program Files/Microsoft SDKs/Windows/v6.1&amp;quot; \&lt;br /&gt;
  --with-psdk-home=&amp;quot;/cygdrive/c/Program Files/Microsoft SDKs/Windows/v6.1&amp;quot; \&lt;br /&gt;
  --with-midl-path=&amp;quot;/cygdrive/c/Program Files/Microsoft SDKs/Windows/v6.1/Bin&amp;quot; \&lt;br /&gt;
  --with-asm-home=&amp;quot;/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/Bin&amp;quot; \&lt;br /&gt;
  --with-csc-path=&amp;quot;/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5&amp;quot; \&lt;br /&gt;
  --with-jdk-home=&amp;quot;/cygdrive/c/j2sdk1.5.0.06&amp;quot; \&lt;br /&gt;
  --with-directx-home=&amp;quot;/cygdrive/d/OOo/DirectXSDK&amp;quot; \&lt;br /&gt;
  --with-ant-home=/ant \&lt;br /&gt;
&lt;br /&gt;
some further settings that might help to get rid of some prerequisites that not every developer needs (but be aware, this will also remove some parts from the final build result):&lt;br /&gt;
&lt;br /&gt;
  --disable-mozilla \&lt;br /&gt;
  --disable-activex \&lt;br /&gt;
  --disable-directx \&lt;br /&gt;
  --disable-atl \&lt;br /&gt;
  --without-junit \&lt;br /&gt;
  --disable-binfilter \&lt;br /&gt;
  --disable-odk \&lt;br /&gt;
&lt;br /&gt;
for all builds on code lines older than OOo330 or older than milestone m77 on the DEV300 code line:&lt;br /&gt;
&lt;br /&gt;
  --with-use-shell=bash&lt;br /&gt;
&lt;br /&gt;
some other settings worth considering: &lt;br /&gt;
&lt;br /&gt;
  --enable-pch \&lt;br /&gt;
  --enable-werror \&lt;br /&gt;
  --enable-dbgutil \&lt;br /&gt;
&lt;br /&gt;
in case you want to have several workspaces on your hard disk, it might be a good idea to share external source tarballs:&lt;br /&gt;
&lt;br /&gt;
  --with-external-tar=d:/OOo/ext_sources \&lt;br /&gt;
&lt;br /&gt;
==== configure settings tips ====&lt;br /&gt;
{{Template:Documentation/Caution|Make sure that the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; variable in your cygwin shell does not contain any blanks and quotes.}}&lt;br /&gt;
{{Template:Documentation/Caution|Paths might have problems with spaces. Install requirements into pathes without them. Alternatively, feel free to install the various packages using the default path containing spaces and then use the mixed short path for the configure stage. The mixed short path can be obtained using Cygwin&amp;#039;s cygpath tool, eg:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ cygpath -m -s &amp;quot;c:\Program Files\Microsoft Visual Studio 9.0\VC&amp;quot;&lt;br /&gt;
 c:/PROGRA~1/MICROS~1.0/VC&amp;lt;/pre&amp;gt;&lt;br /&gt;
The &amp;lt;code&amp;gt;with-psdk-home&amp;lt;/code&amp;gt; setting needs a case-sensitive path name. I recommend to use case-sensitive usage in all cases - it&amp;#039;s good to get used to case sensitivity if you are going to work with Cygwin.}}&lt;br /&gt;
{{Template:Documentation/Caution|Beware of using &amp;lt;code&amp;gt;/c/&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;/cygdrive/c/&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
{{Template:Documentation/Caution|Avoid trailing slashes in configure parameters. They sure cause problems for &amp;lt;code&amp;gt;--with-psdk-home&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
{{Template:Documentation/Note|Paths to dependencies might be different for your installation. The pathes containing &amp;quot;msvc&amp;quot; and &amp;quot;msdk&amp;quot; should be self-explanatory.}}&lt;br /&gt;
{{Template:Documentation/Tip|There are a number of options that you can use with the configure script. To display these options, type the following command:&lt;br /&gt;
&amp;lt;pre&amp;gt;./configure --help&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
{{Template:Documentation/Tip|If you run into problems with early DEV300 releases, check your settings in winenv.set.sh for &amp;lt;code&amp;gt;WINDOWS_VISTA_PSDK&amp;lt;/code&amp;gt; to be set &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;. This is important if &amp;lt;code&amp;gt;configure&amp;lt;/code&amp;gt; fails to detect the Windows platform SDK version correctly. The detection failure results from the way how configure searches for the Vista PSDK in older releases: it will be found only if it is installed into the default location.}} &lt;br /&gt;
{{Template:Documentation/Caution|If you run into problems compiling on an &amp;quot;Express Edition&amp;quot; (such as &amp;lt;tt&amp;gt;Cannot open include files: &amp;#039;atlbase.h&amp;#039;: No such files or directory&amp;lt;/tt&amp;gt;), check your settings in winenv.set.sh for &amp;lt;code&amp;gt;DISABLE_ATL&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;DISABLE_ACTIVEX&amp;lt;/code&amp;gt;: all have to be set &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;. Visual Studio Express compilers do not contain everything needed to build the OOo ActiveX control, OLE automation and native Windows OLE support, so disable support for them via &amp;lt;code&amp;gt;--disable-atl --disable-activex&amp;lt;/code&amp;gt;. A &amp;quot;complete&amp;quot; Visual Studio (no “Express” version) is not limited in that way.}}&lt;br /&gt;
{{Template:Documentation/Tip|As DirectX is not needed for most developers, its SDK consumes a lot of disk space and is prone to incompatibilities I recommend to build without DirecX support by using &amp;lt;code&amp;gt;--disable-directx&amp;lt;/code&amp;gt; as shown above. Otherwise you have to provide the path to the SDK in &amp;lt;code&amp;gt;--with-directx-home&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
{{Template:Documentation/Tip|OOo uses some Mozilla components. It is not possible to build them from the sources using the Visual Studio 2005 compiler. Disabling the Mozilla components with &amp;lt;code&amp;gt;--disable-mozilla&amp;lt;/code&amp;gt; completely currently does might not work due to a bug in the module dependencies.}}&lt;br /&gt;
{{Template:Documentation/Tip|If you experiment with the newest sources, mind that it can happen sometimes that &amp;lt;code&amp;gt;configure.in&amp;lt;/code&amp;gt; was updated, but it was forgotten to update configure too. The configure script itself is created from &amp;lt;code&amp;gt;configure.in&amp;lt;/code&amp;gt; using the &amp;lt;code&amp;gt;autoreconf&amp;lt;/code&amp;gt; command. The perl script &amp;lt;code&amp;gt;set_soenv&amp;lt;/code&amp;gt; is created when you run configure from &amp;lt;code&amp;gt;set_soenv.in&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
{{Template:Documentation/Tip|csc.exe comes from the &amp;lt;code&amp;gt;c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322&amp;lt;/code&amp;gt; directory, you might need &amp;lt;code&amp;gt;--with-csc-path&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
{{Template:Documentation/Tip|If you fail to getting together a working installation of Cygwin, one possibility is to use a known-to-work combination of Cygwin packages, i.e. a direct copy of some other user&amp;#039;s Cygwin tree. [[User:TorLillqvist]] has such a tree (from late 2006) zipped up at http://download.go-oo.org/tstnvl/tml/tml-cygwin.zip . Don&amp;#039;t hesitate to ask for advice if necessary.}}&lt;br /&gt;
&lt;br /&gt;
== bootstrap ==&lt;br /&gt;
After running configure you must create the dmake make utility that is needed for the build of OpenOffice.org. This done from the SRC_ROOT directory by calling&lt;br /&gt;
&lt;br /&gt;
 ./bootstrap&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Note|1=Starting with DEV300m77, the sources for external modules (e.g. libxml2) were moved out of the source repository. The bootstrap step will now create a directory called &amp;quot;ext_sources&amp;quot; beside the repository and populate it with the required file via HTTP.&lt;br /&gt;
If need to change that behavior, checkout the configure switches &lt;br /&gt;
 --with-external-tar=&amp;lt;TARFILE PATH&amp;gt;  : Specify path to tarfiles manually&lt;br /&gt;
 --disable-fetch-external            : Disables fetching external tarballs from web sources.}}&lt;br /&gt;
&lt;br /&gt;
== setting the enviroment ==&lt;br /&gt;
&lt;br /&gt;
When the configure script has been run successfully a file &amp;lt;code&amp;gt;winenv.Set.sh&amp;lt;/code&amp;gt; was created&amp;lt;ref name=&amp;quot;Foot7&amp;quot;&amp;gt;{{Template:Documentation/Note|When you want to use tcsh instead of bash, you will need to use the file &amp;lt;code&amp;gt;winenv.Set&amp;lt;/code&amp;gt; instead:&lt;br /&gt;
&amp;lt;pre&amp;gt; source winenv.Set&lt;br /&gt;
 rehash&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you do not use tcsh, it is better to delete that file, as it will get in the way for tab-completion sooner or later.}}&amp;lt;/ref&amp;gt;. Do this:&lt;br /&gt;
&lt;br /&gt;
 source winenv.Set.sh&lt;br /&gt;
&lt;br /&gt;
to set up the enviroment for the build.&lt;br /&gt;
&lt;br /&gt;
== starting the build ==&lt;br /&gt;
Build the software by typing the following in &amp;lt;code&amp;gt;$SRC_ROOT&amp;lt;/code&amp;gt;&amp;lt;ref name=&amp;quot;Foot8&amp;quot;&amp;gt;{{Template:Documentation/Note|You can also run:&lt;br /&gt;
&amp;lt;pre&amp;gt;make&amp;lt;/pre&amp;gt;&lt;br /&gt;
but GNU/make will just start dmake. You can also run the following in the &amp;lt;code&amp;gt;instetoo_native&amp;lt;/code&amp;gt; module:&lt;br /&gt;
&amp;lt;pre&amp;gt;build --all&amp;lt;/pre&amp;gt;&lt;br /&gt;
For details run:&lt;br /&gt;
&amp;lt;pre&amp;gt;build --help&amp;lt;/pre&amp;gt;}}&amp;lt;/ref&amp;gt;:&lt;br /&gt;
 dmake&lt;br /&gt;
&lt;br /&gt;
The building procedure will take at least an hour (on a 3 GHz Quad-Core with 8GB RAM).&lt;br /&gt;
&lt;br /&gt;
There are some special things in the way how OOo builds its modules. Every module has an “output” folder (with some subfolders for the different kinds of generated output) that is created the first time a build is done in the module. The name of this folder is “wntmsci10.pro” for builds with MSVC++2003, “wntmsci11.pro” for builds with MSVC++2005 and &amp;quot;wntmsci12.pro&amp;quot; for builds with MSVC++2008 (for the meaning of the &amp;quot;pro&amp;quot; extension see below). After a successful build of a module some of the generated files are copied to the output folder of the “solver” module by executing a tool called “deliver” (this is automatically called by build --all for each of the modules). Other modules will take these “delivered” files (header files, libraries etc.) to resolve their dependencies. The content of the solver module will also be used to pack the installation sets in the final step.&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Tip|Using some not quite latest cygwin releases (1.5.18/1.5.19) can lead to tcsh freezing in places - the build will appear to hang. You can fix this by running &amp;#039;&amp;#039;ls /proc/$nnn/fd&amp;#039;&amp;#039; where $nnn is the number of the process. Or just run&lt;br /&gt;
&amp;lt;pre&amp;gt;ls /proc/*/fd&amp;lt;/pre&amp;gt;&lt;br /&gt;
to &amp;quot;unhang&amp;quot; the process. See {{Bug|51560}} for more info...}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Partial Builds =&lt;br /&gt;
There are two ways to do partial builds:&lt;br /&gt;
* compatible&lt;br /&gt;
* incompatible&lt;br /&gt;
Only do compatible partial builds if you know exactly what you are doing.&lt;br /&gt;
{{Documentation/Note|For more information, see [[Compatible Builds]].}}&lt;br /&gt;
== rebuilding from a module (incompatible build) ==&lt;br /&gt;
&lt;br /&gt;
If you decide to change a module in an incompatible way, you will need to rebuild all modules depending on it (directly or indirectly):&lt;br /&gt;
&lt;br /&gt;
 cd $SRC_ROOT/instsetoo_native&lt;br /&gt;
 build --from $INCOMPATIPLEMODULE --prepare&lt;br /&gt;
 build --from $INCOMPATIBLEMODULE&lt;br /&gt;
&lt;br /&gt;
== rebuilding a module (compatible build) ==&lt;br /&gt;
&lt;br /&gt;
To rebuild a module you can delete all output directories with, rebuild and redeliver into the solver with:&lt;br /&gt;
&lt;br /&gt;
 cd $MODULE&lt;br /&gt;
 build --from $MODULE --prepare&lt;br /&gt;
 build &amp;amp;&amp;amp; deliver&lt;br /&gt;
&lt;br /&gt;
A simple &amp;lt;code&amp;gt;build&amp;lt;/code&amp;gt; in &amp;lt;code&amp;gt;$SRC_ROOT/instsetoo_native&amp;lt;/code&amp;gt; will recreate the installation sets, provided all other modules have already been build.&amp;lt;ref name=&amp;quot;Foot9&amp;quot;&amp;gt;{{Documentation/Caution|&amp;lt;code&amp;gt;build --all&amp;lt;/code&amp;gt; would rebuild changed/missing files. However, it does not check for incompatible modules. If unsure, use &amp;lt;code&amp;gt;build --from --prepare&amp;lt;/code&amp;gt;.}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Building a Module with Debug Information =&lt;br /&gt;
&lt;br /&gt;
To rebuild a module with debug information and additional assertions and checks, run:&lt;br /&gt;
&lt;br /&gt;
 cd $MODULE&lt;br /&gt;
 build --from $MODULE --prepare # removes old output trees and solver&lt;br /&gt;
 build debug=true --from $MODULE&lt;br /&gt;
&lt;br /&gt;
Drop the newly created binaries into an existing installation. Building an installation set with them will not help, as binaries are stripped on packing by default.&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Tip|For details, see [[Windows Debugging]].}}&lt;br /&gt;
= Finding the Installation Sets =&lt;br /&gt;
After a successful build you will find the OOo installation set in &lt;br /&gt;
&lt;br /&gt;
 instsetoo_native/wntmscixx.pro/OpenOffice/msi/Install/en-US&lt;br /&gt;
&lt;br /&gt;
“instsetoo_native” is the module that packs the installation set.&lt;br /&gt;
&lt;br /&gt;
{{Documentation/Tip|If you already have a version of OOo installed you can install your freshly built version in parallel by installing it with setup /a that just unpacks all files without any system registration.}}&lt;br /&gt;
&lt;br /&gt;
= Tips And Tricks =&lt;br /&gt;
== ccache ==&lt;br /&gt;
For Windows: download from [http://artax.karlin.mff.cuni.cz/~kendy/ccache/ here], do the following:&lt;br /&gt;
&lt;br /&gt;
 export CCACHE_DIR=&amp;quot;some/place/with/space&amp;quot;&lt;br /&gt;
 ccache -M 2G -F 10000&lt;br /&gt;
 export CCACHE_CPP2=TRUE&lt;br /&gt;
 export CXX=&amp;quot;guw.pl ccache cl&amp;quot;&lt;br /&gt;
 # export USE_PCH=  if you experience trouble with precompiled headers&lt;br /&gt;
== dependencies ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;nodep&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you set the environment variable &amp;lt;code&amp;gt;nodep&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;TRUE&amp;lt;/code&amp;gt;, then dependendy information files are not created - the build finishes faster.&lt;br /&gt;
&lt;br /&gt;
{{Template:Documentation/Caution|But only enable that on a clean build. Once you have built OOo and then made modifications, unset the variable again to be on the safe side.}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NO_HIDS&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Similar to the &amp;lt;code&amp;gt;nodep&amp;lt;/code&amp;gt; variable, this one prevents the generation of HIDs (Help IDs) that are mainly used for automated testing - if you only want to build OOo, you don&amp;#039;t need those.&lt;br /&gt;
&lt;br /&gt;
== parallel builds ==&lt;br /&gt;
If you have a multiprocessor machine or similar, you can run a parallel build. There are two levels  of parallelism  - one operating on makefile (directory) level, the other one on the global level. The two levels of parallelism result from the two-step build procedure in the OOo build environment. The build script runs through all the directories it reads from the build.lst files in all modules and calls dmake for every directory. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;parallelism on the global level&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
For parallelism on the global level, you have to run build from &amp;lt;code&amp;gt;$SRC_ROOT&amp;gt;/instsetoo_native&amp;lt;/code&amp;gt; with the &amp;lt;code&amp;gt;-P&amp;lt;number&amp;gt;&amp;lt;/code&amp;gt; switch, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
build -P2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This takes build how many dmake processes it is allowd to start in parallel.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;parallelism on the directory level&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
 export MAXPROCESS=&amp;lt;numer or processes&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This tells dmake how many targets it is allowed to build in parallel. When you don&amp;#039;t use build.pl but build a single directory (single makefile), you can achieve the same with&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dmake -P2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;combining both levels&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you want to have parallelism on both levels, you can call&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
build -P2 -- -P2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;--&amp;quot; is a special build.pl parameter that passes every further parameters to the dmake processes it starts.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039; Recommendation &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Experience tells that using the doubled number of cores in your machine is a good choice, using more threads does not make a big difference, except if the combined option is chosen. So even on single core machines using two threads will speed up the build considerably.&lt;br /&gt;
&lt;br /&gt;
== create prebuilt mozilla ==&lt;br /&gt;
For the mozilla-components you have the choice to either build from mozilla sources, to use precompiled packages or to use system-mozilla (the one installed on your buildsystem, not everything might work, depending on the version you got installed).&lt;br /&gt;
You can easily create your own version of the prepacked binaries if you wish to do so (either because you cannot use the official ones because of mismatch of compiler version used to build them/other technical reasons or because you want to use stuff you didn&amp;#039;t build yourself).&lt;br /&gt;
To do so:&lt;br /&gt;
&lt;br /&gt;
* build the &amp;lt;code&amp;gt;moz&amp;lt;/code&amp;gt; module from the mozilla sources&lt;br /&gt;
* use &amp;lt;code&amp;gt;--enable-build-mozilla&amp;lt;/code&amp;gt; when running configure and put the mozilla-source tarball to &amp;lt;code&amp;gt;moz/download&amp;lt;/code&amp;gt;&lt;br /&gt;
* in &amp;lt;code&amp;gt;moz&amp;lt;/code&amp;gt; run &amp;lt;code&amp;gt;dmake zip&amp;lt;/code&amp;gt; to create the zip files&lt;br /&gt;
* you&amp;#039;ll find the zips in &amp;lt;code&amp;gt;{platform}.pro/zipped&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy them to a location of your liking.&lt;br /&gt;
Now instead of using &amp;lt;code&amp;gt;--enable-build-mozilla&amp;lt;/code&amp;gt;, use &amp;lt;code&amp;gt;--disable-build-mozilla&amp;lt;/code&amp;gt; and copy the zips you created or downloaded to &amp;lt;code&amp;gt;moz/zipped&amp;lt;/code&amp;gt; and these will be used when compiling.&lt;br /&gt;
This will greatly reduce build-time (you save the time that would otherwise be spent on compiling mozilla).&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
{{Template:Documentation/Note|For more information on building OOo on Windows see:&lt;br /&gt;
* [[Building on Windows (older releases)]]&lt;br /&gt;
* [[CPAN_install| Perl modules installation with CPAN]]&lt;br /&gt;
* [http://tools.openoffice.org/dev_docs/build_windows_tcsh.html Documentation on tools.openoffice.org]&lt;br /&gt;
* [http://website.openoffice.org/support/en/howtos/1.html#1 Documentation on website.openoffice.org]}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
{{PDL1}}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197471</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197471"/>
		<updated>2011-09-10T20:03:03Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part  // FIXME : specs ?&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* fix copyright statements for i18npool&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
:possibly Apache xalan?&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
* find replacement for ext_sources repository currently hosted on services.openoffice.org&lt;br /&gt;
* discuss usage of GNU cp&lt;br /&gt;
* the source code at idlc/source/preproc appears to be copied from LCC code (see &amp;lt;http://en.wikipedia.org/wiki/LCC_(compiler)&amp;gt;) and then erroneously decorated with the OOo license header.  This needs to be addressed.  Similarly, the code at soltools/cpp appears to be a second copy of that code, with the same memcpy error, but at least without the erroneous OOo license headers. (see [http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/201108.mbox/%3c4E5BF562.8010605@gmx.net%3e message at ooo-dev@incubator.apache.org])&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| GPL &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197405</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197405"/>
		<updated>2011-08-29T20:23:39Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part  // FIXME : specs ?&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
* find replacement for ext_sources repository currently hosted on services.openoffice.org&lt;br /&gt;
* discuss usage of GNU cp&lt;br /&gt;
* the source code at idlc/source/preproc appears to be copied from LCC code (see &amp;lt;http://en.wikipedia.org/wiki/LCC_(compiler)&amp;gt;) and then erroneously decorated with the OOo license header.  This needs to be addressed.  Similarly, the code at soltools/cpp appears to be a second copy of that code, with the same memcpy error, but at least without the erroneous OOo license headers.&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| GPL &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197240</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197240"/>
		<updated>2011-07-18T18:21:49Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
* find replacement for ext_sources repository currently hosted on services.openoffice.org&lt;br /&gt;
* discuss usage of GNU cp&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| GPL &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197239</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197239"/>
		<updated>2011-07-18T11:13:12Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
* find replacement for ext_sources repository currently hosted on services.openoffice.org&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| GPL &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; Apache&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197238</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197238"/>
		<updated>2011-07-18T11:08:40Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
* find replacement for ext_sources repository currently hosted on services.openoffice.org&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| GPL &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197237</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197237"/>
		<updated>2011-07-18T09:27:23Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
* find replacement for ext_sources repository currently hosted on services.openoffice.org&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| GPL &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197236</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197236"/>
		<updated>2011-07-17T19:47:32Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| GPL &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197235</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197235"/>
		<updated>2011-07-17T15:10:30Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197234</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197234"/>
		<updated>2011-07-17T15:00:00Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
* can we use cppunit ?&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197233</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197233"/>
		<updated>2011-07-17T14:58:52Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
* find replacement for neon&lt;br /&gt;
** use libcurl&lt;br /&gt;
** what about webdav? contribute to curl?&lt;br /&gt;
* find replacement for saxon&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197232</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197232"/>
		<updated>2011-07-17T14:39:02Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197231</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197231"/>
		<updated>2011-07-17T14:27:00Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| LGPL + SPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| SIL OpenFont License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| GPL, owned by Sun(Oracle)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197196</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197196"/>
		<updated>2011-06-24T15:08:49Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* connectivity (solvedd) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solved) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197195</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197195"/>
		<updated>2011-06-24T13:02:26Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
* sync unixODBC header files with opensource.apple.com&lt;br /&gt;
* clarify status of library files used for tests&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solvedd) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197194</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197194"/>
		<updated>2011-06-24T13:01:19Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Unclear files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== xmergesync ===&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== VBasicEventListener (solved) ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== connectivity (solvedd) ===&lt;br /&gt;
&lt;br /&gt;
connectivity/workben/TT/StartTest.class&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
Only test code, can be checked later.&lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197193</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197193"/>
		<updated>2011-06-24T12:59:16Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Unclear files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz (solved) ===&lt;br /&gt;
&lt;br /&gt;
Is not needed, can be omitted.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197192</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197192"/>
		<updated>2011-06-24T12:58:23Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* UnixODBC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC (solved) === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
There are very similar files at http://www.opensource.apple.com/source/iodbc/iodbc-36/iodbc/include/&lt;br /&gt;
&lt;br /&gt;
So we can take these, they have a BSD license.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!Tarball!!License&lt;br /&gt;
|-&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197190</id>
		<title>ApacheMigration/Permissive</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197190"/>
		<updated>2011-06-23T17:33:19Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* List of files that seem to be compatible with ASL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of files that seem to be compatible with ASL==&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;twain&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*****************************************************************************&lt;br /&gt;
 * The TWAIN License&lt;br /&gt;
 * The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and &lt;br /&gt;
 * documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming  &lt;br /&gt;
 * compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is  &lt;br /&gt;
 * provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, &lt;br /&gt;
 * including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular &lt;br /&gt;
 * purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from &lt;br /&gt;
 * the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
 * As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following &lt;br /&gt;
 * providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include &lt;br /&gt;
 * these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly &lt;br /&gt;
 * disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of &lt;br /&gt;
 * third party * rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, &lt;br /&gt;
 * indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit.&lt;br /&gt;
 ******************************************************************************/&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;agg&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Anti-Grain Geometry - Version 2.3&lt;br /&gt;
 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)&lt;br /&gt;
 //&lt;br /&gt;
 // Permission to copy, use, modify, sell and distribute this software&lt;br /&gt;
 // is granted provided this copyright notice appears in all copies.&lt;br /&gt;
 // This software is provided &amp;quot;as is&amp;quot; without express or implied&lt;br /&gt;
 // warranty, and with no claim as to its suitability for any purpose.&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Contact: mcseem@antigrain.com&lt;br /&gt;
 //          mcseemagg@yahoo.com&lt;br /&gt;
 //          http://www.antigrain.com&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 //&lt;br /&gt;
 // Arc vertex generator&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;apple_remote&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*****************************************************************************&lt;br /&gt;
  * RemoteControlWrapper.h&lt;br /&gt;
  * RemoteControlWrapper&lt;br /&gt;
  *&lt;br /&gt;
  * Created by Martin Kahr on 11.03.06 under a MIT-style license.&lt;br /&gt;
  * Copyright (c) 2006 martinkahr.com. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Code modified and adapted to OpenOffice.org&lt;br /&gt;
  * by Eric Bachard on 11.08.2008 under the same license&lt;br /&gt;
  *&lt;br /&gt;
  * Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
  * copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
  * to deal in the Software without restriction, including without limitation&lt;br /&gt;
  * the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
  * and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
  * Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
  *&lt;br /&gt;
  * The above copyright notice and this permission notice shall be included&lt;br /&gt;
  * in all copies or substantial portions of the Software.&lt;br /&gt;
  *&lt;br /&gt;
  * THE SOFTWARE IS PROVIDED ‚ÄúAS IS‚Äù, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL&lt;br /&gt;
  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
  * THE SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  *****************************************************************************/&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;psprint_config&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 *% Adobe Systems PostScript(R) Printer Description File&lt;br /&gt;
 *% Copyright 1987-1995 Adobe Systems Incorporated.&lt;br /&gt;
 *% All Rights Reserved.&lt;br /&gt;
 *% Permission is granted for redistribution of this file as&lt;br /&gt;
 *% long as this copyright notice is intact and the contents&lt;br /&gt;
 *% of the file is not altered in any way from its original form.&lt;br /&gt;
 *% End of Copyright statement&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;x11_extensions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * $XFree86: xc/include/extensions/randr.h,v 1.4 2001/11/24 07:24:58 keithp Exp $&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright © 2000, Compaq Computer Corporation,&lt;br /&gt;
  * Copyright © 2002, Hewlett Packard, Inc.&lt;br /&gt;
  *&lt;br /&gt;
  * Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
  * documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
  * the above copyright notice appear in all copies and that both that&lt;br /&gt;
  * copyright notice and this permission notice appear in supporting&lt;br /&gt;
  * documentation, and that the name of Compaq or HP not be used in advertising&lt;br /&gt;
  * or publicity pertaining to distribution of the software without specific,&lt;br /&gt;
  * written prior permission.  HP makes no representations about the&lt;br /&gt;
  * suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
  * without express or implied warranty.&lt;br /&gt;
  *&lt;br /&gt;
  * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP&lt;br /&gt;
  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES&lt;br /&gt;
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION&lt;br /&gt;
  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN&lt;br /&gt;
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  * Author:  Jim Gettys, HP Labs, Hewlett-Packard, Inc.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== sane/inc/sane.h ===&lt;br /&gt;
&lt;br /&gt;
 /* sane - Scanner Access Now Easy.&lt;br /&gt;
    Copyright (C) 1997 David Mosberger-Tang and Andreas Beck&lt;br /&gt;
    This file is part of the SANE package.&lt;br /&gt;
    This file is in the public domain.  You may use and modify it as&lt;br /&gt;
    you see fit, as long as this copyright message is included and&lt;br /&gt;
    that there is an indication as to what modifications have been&lt;br /&gt;
    made (if any).&lt;br /&gt;
    SANE is distributed in the hope that it will be useful, but WITHOUT&lt;br /&gt;
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or&lt;br /&gt;
    FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
    This file declares SANE application interface.  See the SANE&lt;br /&gt;
    standard for a detailed explanation of the interface.  */&lt;br /&gt;
&lt;br /&gt;
=== Fontmanager: ===&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.cxx&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.hxx&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * (C) 1988, 1989 by Adobe Systems Incorporated. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * This file may be freely copied and redistributed as long as:&lt;br /&gt;
  *   1) This entire notice continues to be included in the file,&lt;br /&gt;
  *   2) If the file has been modified in any way, a notice of such&lt;br /&gt;
  *      modification is conspicuously indicated.&lt;br /&gt;
  *&lt;br /&gt;
  * PostScript, Display PostScript, and Adobe are registered trademarks of&lt;br /&gt;
  * Adobe Systems Incorporated.&lt;br /&gt;
  *&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  * THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT&lt;br /&gt;
  * NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS&lt;br /&gt;
  * INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR&lt;br /&gt;
  * LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY&lt;br /&gt;
  * KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION,&lt;br /&gt;
  * AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /* Copyright (c) 2001-2004, The HSQL Development Group&lt;br /&gt;
  * All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions are met:&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
  * list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
  * this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
  * and/or other materials provided with the distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
  * contributors may be used to endorse or promote products derived from this&lt;br /&gt;
  * software without specific prior written permission.&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
  * ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== module icc: ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*************************************************************************&lt;br /&gt;
  *&lt;br /&gt;
  *  OpenOffice.org - a multi-platform office productivity suite&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  *  Derived by beppec56@openoffice.org from various examples&lt;br /&gt;
  *  in SampleICC library, the original copyright retained.&lt;br /&gt;
  *&lt;br /&gt;
  *  Copyright:  © see below&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * The ICC Software License, Version 0.1&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright (c) 2003-2006 The International Color Consortium. All rights&lt;br /&gt;
  * reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions&lt;br /&gt;
  * are met:&lt;br /&gt;
  *&lt;br /&gt;
  * 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer in&lt;br /&gt;
  *    the documentation and/or other materials provided with the&lt;br /&gt;
  *    distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * 3. The end-user documentation included with the redistribution,&lt;br /&gt;
  *    if any, must include the following acknowledgment:&lt;br /&gt;
  *       &amp;quot;This product includes software developed by the&lt;br /&gt;
  *        The International Color Consortium (www.color.org)&amp;quot;&lt;br /&gt;
  *    Alternately, this acknowledgment may appear in the software itself,&lt;br /&gt;
  *    if and wherever such third-party acknowledgments normally appear.&lt;br /&gt;
  *&lt;br /&gt;
  * 4. The names &amp;quot;ICC&amp;quot; and &amp;quot;The International Color Consortium&amp;quot; must&lt;br /&gt;
  *    not be used to imply that the ICC organization endorses or&lt;br /&gt;
  *    promotes products derived from this software without prior&lt;br /&gt;
  *    written permission. For written permission, please see&lt;br /&gt;
  *    &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED ``AS IS&amp;#039;&amp;#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
  * DISCLAIMED.  IN NO EVENT SHALL THE INTERNATIONAL COLOR CONSORTIUM OR&lt;br /&gt;
  * ITS CONTRIBUTING MEMBERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
  * SUCH DAMAGE.&lt;br /&gt;
  * ====================================================================&lt;br /&gt;
  *&lt;br /&gt;
  * This software consists of voluntary contributions made by many&lt;br /&gt;
  * individuals on behalf of the The International Color Consortium.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Membership in the ICC is encouraged when this software is used for&lt;br /&gt;
  * commercial purposes.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * For more information on The International Color Consortium, please&lt;br /&gt;
  * see &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
===  install-sh ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 # install - install a program, script, or datafile&lt;br /&gt;
 # This comes from X11R5 (mit/util/scripts/install.sh).&lt;br /&gt;
 #&lt;br /&gt;
 # Copyright 1991 by the Massachusetts Institute of Technology&lt;br /&gt;
 #&lt;br /&gt;
 # Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
 # documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
 # the above copyright notice appear in all copies and that both that&lt;br /&gt;
 # copyright notice and this permission notice appear in supporting&lt;br /&gt;
 # documentation, and that the name of M.I.T. not be used in advertising or&lt;br /&gt;
 # publicity pertaining to distribution of the software without specific,&lt;br /&gt;
 # written prior permission.  M.I.T. makes no representations about the&lt;br /&gt;
 # suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
 # without express or implied warranty.&lt;br /&gt;
 #&lt;br /&gt;
 # Calling this script install-sh is preferred over install.sh, to prevent&lt;br /&gt;
 # `make&amp;#039; implicit rules from creating a file called install from it&lt;br /&gt;
 # when there is no Makefile.&lt;br /&gt;
 #&lt;br /&gt;
 # This script is compatible with the BSD install script, but was written&lt;br /&gt;
 # from scratch.  It can only install one file at a time, a restriction&lt;br /&gt;
 # shared with many OS&amp;#039;s install programs.&lt;br /&gt;
&lt;br /&gt;
=== MathMLDTD/math.dtd ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Copyright 1997-1999  World Wide Web Consortium,    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- (Massachusetts Institute of Technology,            --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Institut National de Recherche en Informatique et en Automatique, --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Keio University). All Rights Reserved.            --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- http://www.w3.org/Consortium/Legal/                --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Modified DTD for MathML 1.01                       --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Original DTD:                                      --&amp;gt;&lt;br /&gt;
 &amp;lt;!--    http://www.w3.org/1999/07/REC-MathML-19990707/mmlents.zip  --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== fingerprints for libtextcat ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2003, WiseGuys Internet B.V.&lt;br /&gt;
&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
- Neither the name of the WiseGuys Internet B.V. nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from&lt;br /&gt;
this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== soltools/mkdepend ===&lt;br /&gt;
&lt;br /&gt;
/* $XConsortium: pr.c,v 1.17 94/04/17 20:10:38 gildea Exp $ */&lt;br /&gt;
/*&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1993, 1994  X Consortium&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE&lt;br /&gt;
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN&lt;br /&gt;
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN&lt;br /&gt;
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&lt;br /&gt;
Except as contained in this notice, the name of the X Consortium shall not be&lt;br /&gt;
used in advertising or otherwise to promote the sale, use or other dealings&lt;br /&gt;
in this Software without prior written authorization from the X Consortium.&lt;br /&gt;
&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197189</id>
		<title>ApacheMigration/Permissive</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197189"/>
		<updated>2011-06-23T17:28:03Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* twain header */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of files that seem to be compatible with ASL==&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;twain&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit.&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;agg&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Anti-Grain Geometry - Version 2.3&lt;br /&gt;
 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)&lt;br /&gt;
 //&lt;br /&gt;
 // Permission to copy, use, modify, sell and distribute this software&lt;br /&gt;
 // is granted provided this copyright notice appears in all copies.&lt;br /&gt;
 // This software is provided &amp;quot;as is&amp;quot; without express or implied&lt;br /&gt;
 // warranty, and with no claim as to its suitability for any purpose.&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Contact: mcseem@antigrain.com&lt;br /&gt;
 //          mcseemagg@yahoo.com&lt;br /&gt;
 //          http://www.antigrain.com&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 //&lt;br /&gt;
 // Arc vertex generator&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;apple_remote&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*****************************************************************************&lt;br /&gt;
  * RemoteControlWrapper.h&lt;br /&gt;
  * RemoteControlWrapper&lt;br /&gt;
  *&lt;br /&gt;
  * Created by Martin Kahr on 11.03.06 under a MIT-style license.&lt;br /&gt;
  * Copyright (c) 2006 martinkahr.com. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Code modified and adapted to OpenOffice.org&lt;br /&gt;
  * by Eric Bachard on 11.08.2008 under the same license&lt;br /&gt;
  *&lt;br /&gt;
  * Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
  * copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
  * to deal in the Software without restriction, including without limitation&lt;br /&gt;
  * the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
  * and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
  * Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
  *&lt;br /&gt;
  * The above copyright notice and this permission notice shall be included&lt;br /&gt;
  * in all copies or substantial portions of the Software.&lt;br /&gt;
  *&lt;br /&gt;
  * THE SOFTWARE IS PROVIDED ‚ÄúAS IS‚Äù, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL&lt;br /&gt;
  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
  * THE SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  *****************************************************************************/&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;psprint_config&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 *% Adobe Systems PostScript(R) Printer Description File&lt;br /&gt;
 *% Copyright 1987-1995 Adobe Systems Incorporated.&lt;br /&gt;
 *% All Rights Reserved.&lt;br /&gt;
 *% Permission is granted for redistribution of this file as&lt;br /&gt;
 *% long as this copyright notice is intact and the contents&lt;br /&gt;
 *% of the file is not altered in any way from its original form.&lt;br /&gt;
 *% End of Copyright statement&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;x11_extensions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * $XFree86: xc/include/extensions/randr.h,v 1.4 2001/11/24 07:24:58 keithp Exp $&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright © 2000, Compaq Computer Corporation,&lt;br /&gt;
  * Copyright © 2002, Hewlett Packard, Inc.&lt;br /&gt;
  *&lt;br /&gt;
  * Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
  * documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
  * the above copyright notice appear in all copies and that both that&lt;br /&gt;
  * copyright notice and this permission notice appear in supporting&lt;br /&gt;
  * documentation, and that the name of Compaq or HP not be used in advertising&lt;br /&gt;
  * or publicity pertaining to distribution of the software without specific,&lt;br /&gt;
  * written prior permission.  HP makes no representations about the&lt;br /&gt;
  * suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
  * without express or implied warranty.&lt;br /&gt;
  *&lt;br /&gt;
  * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP&lt;br /&gt;
  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES&lt;br /&gt;
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION&lt;br /&gt;
  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN&lt;br /&gt;
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  * Author:  Jim Gettys, HP Labs, Hewlett-Packard, Inc.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== sane/inc/sane.h ===&lt;br /&gt;
&lt;br /&gt;
 /* sane - Scanner Access Now Easy.&lt;br /&gt;
    Copyright (C) 1997 David Mosberger-Tang and Andreas Beck&lt;br /&gt;
    This file is part of the SANE package.&lt;br /&gt;
    This file is in the public domain.  You may use and modify it as&lt;br /&gt;
    you see fit, as long as this copyright message is included and&lt;br /&gt;
    that there is an indication as to what modifications have been&lt;br /&gt;
    made (if any).&lt;br /&gt;
    SANE is distributed in the hope that it will be useful, but WITHOUT&lt;br /&gt;
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or&lt;br /&gt;
    FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
    This file declares SANE application interface.  See the SANE&lt;br /&gt;
    standard for a detailed explanation of the interface.  */&lt;br /&gt;
&lt;br /&gt;
=== Fontmanager: ===&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.cxx&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.hxx&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * (C) 1988, 1989 by Adobe Systems Incorporated. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * This file may be freely copied and redistributed as long as:&lt;br /&gt;
  *   1) This entire notice continues to be included in the file,&lt;br /&gt;
  *   2) If the file has been modified in any way, a notice of such&lt;br /&gt;
  *      modification is conspicuously indicated.&lt;br /&gt;
  *&lt;br /&gt;
  * PostScript, Display PostScript, and Adobe are registered trademarks of&lt;br /&gt;
  * Adobe Systems Incorporated.&lt;br /&gt;
  *&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  * THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT&lt;br /&gt;
  * NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS&lt;br /&gt;
  * INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR&lt;br /&gt;
  * LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY&lt;br /&gt;
  * KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION,&lt;br /&gt;
  * AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /* Copyright (c) 2001-2004, The HSQL Development Group&lt;br /&gt;
  * All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions are met:&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
  * list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
  * this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
  * and/or other materials provided with the distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
  * contributors may be used to endorse or promote products derived from this&lt;br /&gt;
  * software without specific prior written permission.&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
  * ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== module icc: ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*************************************************************************&lt;br /&gt;
  *&lt;br /&gt;
  *  OpenOffice.org - a multi-platform office productivity suite&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  *  Derived by beppec56@openoffice.org from various examples&lt;br /&gt;
  *  in SampleICC library, the original copyright retained.&lt;br /&gt;
  *&lt;br /&gt;
  *  Copyright:  © see below&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * The ICC Software License, Version 0.1&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright (c) 2003-2006 The International Color Consortium. All rights&lt;br /&gt;
  * reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions&lt;br /&gt;
  * are met:&lt;br /&gt;
  *&lt;br /&gt;
  * 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer in&lt;br /&gt;
  *    the documentation and/or other materials provided with the&lt;br /&gt;
  *    distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * 3. The end-user documentation included with the redistribution,&lt;br /&gt;
  *    if any, must include the following acknowledgment:&lt;br /&gt;
  *       &amp;quot;This product includes software developed by the&lt;br /&gt;
  *        The International Color Consortium (www.color.org)&amp;quot;&lt;br /&gt;
  *    Alternately, this acknowledgment may appear in the software itself,&lt;br /&gt;
  *    if and wherever such third-party acknowledgments normally appear.&lt;br /&gt;
  *&lt;br /&gt;
  * 4. The names &amp;quot;ICC&amp;quot; and &amp;quot;The International Color Consortium&amp;quot; must&lt;br /&gt;
  *    not be used to imply that the ICC organization endorses or&lt;br /&gt;
  *    promotes products derived from this software without prior&lt;br /&gt;
  *    written permission. For written permission, please see&lt;br /&gt;
  *    &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED ``AS IS&amp;#039;&amp;#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
  * DISCLAIMED.  IN NO EVENT SHALL THE INTERNATIONAL COLOR CONSORTIUM OR&lt;br /&gt;
  * ITS CONTRIBUTING MEMBERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
  * SUCH DAMAGE.&lt;br /&gt;
  * ====================================================================&lt;br /&gt;
  *&lt;br /&gt;
  * This software consists of voluntary contributions made by many&lt;br /&gt;
  * individuals on behalf of the The International Color Consortium.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Membership in the ICC is encouraged when this software is used for&lt;br /&gt;
  * commercial purposes.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * For more information on The International Color Consortium, please&lt;br /&gt;
  * see &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
===  install-sh ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 # install - install a program, script, or datafile&lt;br /&gt;
 # This comes from X11R5 (mit/util/scripts/install.sh).&lt;br /&gt;
 #&lt;br /&gt;
 # Copyright 1991 by the Massachusetts Institute of Technology&lt;br /&gt;
 #&lt;br /&gt;
 # Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
 # documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
 # the above copyright notice appear in all copies and that both that&lt;br /&gt;
 # copyright notice and this permission notice appear in supporting&lt;br /&gt;
 # documentation, and that the name of M.I.T. not be used in advertising or&lt;br /&gt;
 # publicity pertaining to distribution of the software without specific,&lt;br /&gt;
 # written prior permission.  M.I.T. makes no representations about the&lt;br /&gt;
 # suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
 # without express or implied warranty.&lt;br /&gt;
 #&lt;br /&gt;
 # Calling this script install-sh is preferred over install.sh, to prevent&lt;br /&gt;
 # `make&amp;#039; implicit rules from creating a file called install from it&lt;br /&gt;
 # when there is no Makefile.&lt;br /&gt;
 #&lt;br /&gt;
 # This script is compatible with the BSD install script, but was written&lt;br /&gt;
 # from scratch.  It can only install one file at a time, a restriction&lt;br /&gt;
 # shared with many OS&amp;#039;s install programs.&lt;br /&gt;
&lt;br /&gt;
=== MathMLDTD/math.dtd ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Copyright 1997-1999  World Wide Web Consortium,    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- (Massachusetts Institute of Technology,            --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Institut National de Recherche en Informatique et en Automatique, --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Keio University). All Rights Reserved.            --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- http://www.w3.org/Consortium/Legal/                --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Modified DTD for MathML 1.01                       --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Original DTD:                                      --&amp;gt;&lt;br /&gt;
 &amp;lt;!--    http://www.w3.org/1999/07/REC-MathML-19990707/mmlents.zip  --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== fingerprints for libtextcat ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2003, WiseGuys Internet B.V.&lt;br /&gt;
&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
- Neither the name of the WiseGuys Internet B.V. nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from&lt;br /&gt;
this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== soltools/mkdepend ===&lt;br /&gt;
&lt;br /&gt;
/* $XConsortium: pr.c,v 1.17 94/04/17 20:10:38 gildea Exp $ */&lt;br /&gt;
/*&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1993, 1994  X Consortium&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE&lt;br /&gt;
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN&lt;br /&gt;
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN&lt;br /&gt;
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&lt;br /&gt;
Except as contained in this notice, the name of the X Consortium shall not be&lt;br /&gt;
used in advertising or otherwise to promote the sale, use or other dealings&lt;br /&gt;
in this Software without prior written authorization from the X Consortium.&lt;br /&gt;
&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197188</id>
		<title>ApacheMigration/Permissive</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197188"/>
		<updated>2011-06-23T16:58:37Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* MathMLDTD/math.dtd */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of files that seem to be compatible with ASL==&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;twain&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;agg&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Anti-Grain Geometry - Version 2.3&lt;br /&gt;
 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)&lt;br /&gt;
 //&lt;br /&gt;
 // Permission to copy, use, modify, sell and distribute this software&lt;br /&gt;
 // is granted provided this copyright notice appears in all copies.&lt;br /&gt;
 // This software is provided &amp;quot;as is&amp;quot; without express or implied&lt;br /&gt;
 // warranty, and with no claim as to its suitability for any purpose.&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Contact: mcseem@antigrain.com&lt;br /&gt;
 //          mcseemagg@yahoo.com&lt;br /&gt;
 //          http://www.antigrain.com&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 //&lt;br /&gt;
 // Arc vertex generator&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;apple_remote&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*****************************************************************************&lt;br /&gt;
  * RemoteControlWrapper.h&lt;br /&gt;
  * RemoteControlWrapper&lt;br /&gt;
  *&lt;br /&gt;
  * Created by Martin Kahr on 11.03.06 under a MIT-style license.&lt;br /&gt;
  * Copyright (c) 2006 martinkahr.com. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Code modified and adapted to OpenOffice.org&lt;br /&gt;
  * by Eric Bachard on 11.08.2008 under the same license&lt;br /&gt;
  *&lt;br /&gt;
  * Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
  * copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
  * to deal in the Software without restriction, including without limitation&lt;br /&gt;
  * the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
  * and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
  * Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
  *&lt;br /&gt;
  * The above copyright notice and this permission notice shall be included&lt;br /&gt;
  * in all copies or substantial portions of the Software.&lt;br /&gt;
  *&lt;br /&gt;
  * THE SOFTWARE IS PROVIDED ‚ÄúAS IS‚Äù, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL&lt;br /&gt;
  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
  * THE SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  *****************************************************************************/&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;psprint_config&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 *% Adobe Systems PostScript(R) Printer Description File&lt;br /&gt;
 *% Copyright 1987-1995 Adobe Systems Incorporated.&lt;br /&gt;
 *% All Rights Reserved.&lt;br /&gt;
 *% Permission is granted for redistribution of this file as&lt;br /&gt;
 *% long as this copyright notice is intact and the contents&lt;br /&gt;
 *% of the file is not altered in any way from its original form.&lt;br /&gt;
 *% End of Copyright statement&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;x11_extensions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * $XFree86: xc/include/extensions/randr.h,v 1.4 2001/11/24 07:24:58 keithp Exp $&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright © 2000, Compaq Computer Corporation,&lt;br /&gt;
  * Copyright © 2002, Hewlett Packard, Inc.&lt;br /&gt;
  *&lt;br /&gt;
  * Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
  * documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
  * the above copyright notice appear in all copies and that both that&lt;br /&gt;
  * copyright notice and this permission notice appear in supporting&lt;br /&gt;
  * documentation, and that the name of Compaq or HP not be used in advertising&lt;br /&gt;
  * or publicity pertaining to distribution of the software without specific,&lt;br /&gt;
  * written prior permission.  HP makes no representations about the&lt;br /&gt;
  * suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
  * without express or implied warranty.&lt;br /&gt;
  *&lt;br /&gt;
  * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP&lt;br /&gt;
  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES&lt;br /&gt;
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION&lt;br /&gt;
  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN&lt;br /&gt;
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  * Author:  Jim Gettys, HP Labs, Hewlett-Packard, Inc.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== sane/inc/sane.h ===&lt;br /&gt;
&lt;br /&gt;
 /* sane - Scanner Access Now Easy.&lt;br /&gt;
    Copyright (C) 1997 David Mosberger-Tang and Andreas Beck&lt;br /&gt;
    This file is part of the SANE package.&lt;br /&gt;
    This file is in the public domain.  You may use and modify it as&lt;br /&gt;
    you see fit, as long as this copyright message is included and&lt;br /&gt;
    that there is an indication as to what modifications have been&lt;br /&gt;
    made (if any).&lt;br /&gt;
    SANE is distributed in the hope that it will be useful, but WITHOUT&lt;br /&gt;
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or&lt;br /&gt;
    FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
    This file declares SANE application interface.  See the SANE&lt;br /&gt;
    standard for a detailed explanation of the interface.  */&lt;br /&gt;
&lt;br /&gt;
=== Fontmanager: ===&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.cxx&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.hxx&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * (C) 1988, 1989 by Adobe Systems Incorporated. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * This file may be freely copied and redistributed as long as:&lt;br /&gt;
  *   1) This entire notice continues to be included in the file,&lt;br /&gt;
  *   2) If the file has been modified in any way, a notice of such&lt;br /&gt;
  *      modification is conspicuously indicated.&lt;br /&gt;
  *&lt;br /&gt;
  * PostScript, Display PostScript, and Adobe are registered trademarks of&lt;br /&gt;
  * Adobe Systems Incorporated.&lt;br /&gt;
  *&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  * THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT&lt;br /&gt;
  * NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS&lt;br /&gt;
  * INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR&lt;br /&gt;
  * LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY&lt;br /&gt;
  * KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION,&lt;br /&gt;
  * AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /* Copyright (c) 2001-2004, The HSQL Development Group&lt;br /&gt;
  * All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions are met:&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
  * list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
  * this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
  * and/or other materials provided with the distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
  * contributors may be used to endorse or promote products derived from this&lt;br /&gt;
  * software without specific prior written permission.&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
  * ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== module icc: ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*************************************************************************&lt;br /&gt;
  *&lt;br /&gt;
  *  OpenOffice.org - a multi-platform office productivity suite&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  *  Derived by beppec56@openoffice.org from various examples&lt;br /&gt;
  *  in SampleICC library, the original copyright retained.&lt;br /&gt;
  *&lt;br /&gt;
  *  Copyright:  © see below&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * The ICC Software License, Version 0.1&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright (c) 2003-2006 The International Color Consortium. All rights&lt;br /&gt;
  * reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions&lt;br /&gt;
  * are met:&lt;br /&gt;
  *&lt;br /&gt;
  * 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer in&lt;br /&gt;
  *    the documentation and/or other materials provided with the&lt;br /&gt;
  *    distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * 3. The end-user documentation included with the redistribution,&lt;br /&gt;
  *    if any, must include the following acknowledgment:&lt;br /&gt;
  *       &amp;quot;This product includes software developed by the&lt;br /&gt;
  *        The International Color Consortium (www.color.org)&amp;quot;&lt;br /&gt;
  *    Alternately, this acknowledgment may appear in the software itself,&lt;br /&gt;
  *    if and wherever such third-party acknowledgments normally appear.&lt;br /&gt;
  *&lt;br /&gt;
  * 4. The names &amp;quot;ICC&amp;quot; and &amp;quot;The International Color Consortium&amp;quot; must&lt;br /&gt;
  *    not be used to imply that the ICC organization endorses or&lt;br /&gt;
  *    promotes products derived from this software without prior&lt;br /&gt;
  *    written permission. For written permission, please see&lt;br /&gt;
  *    &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED ``AS IS&amp;#039;&amp;#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
  * DISCLAIMED.  IN NO EVENT SHALL THE INTERNATIONAL COLOR CONSORTIUM OR&lt;br /&gt;
  * ITS CONTRIBUTING MEMBERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
  * SUCH DAMAGE.&lt;br /&gt;
  * ====================================================================&lt;br /&gt;
  *&lt;br /&gt;
  * This software consists of voluntary contributions made by many&lt;br /&gt;
  * individuals on behalf of the The International Color Consortium.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Membership in the ICC is encouraged when this software is used for&lt;br /&gt;
  * commercial purposes.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * For more information on The International Color Consortium, please&lt;br /&gt;
  * see &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
===  install-sh ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 # install - install a program, script, or datafile&lt;br /&gt;
 # This comes from X11R5 (mit/util/scripts/install.sh).&lt;br /&gt;
 #&lt;br /&gt;
 # Copyright 1991 by the Massachusetts Institute of Technology&lt;br /&gt;
 #&lt;br /&gt;
 # Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
 # documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
 # the above copyright notice appear in all copies and that both that&lt;br /&gt;
 # copyright notice and this permission notice appear in supporting&lt;br /&gt;
 # documentation, and that the name of M.I.T. not be used in advertising or&lt;br /&gt;
 # publicity pertaining to distribution of the software without specific,&lt;br /&gt;
 # written prior permission.  M.I.T. makes no representations about the&lt;br /&gt;
 # suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
 # without express or implied warranty.&lt;br /&gt;
 #&lt;br /&gt;
 # Calling this script install-sh is preferred over install.sh, to prevent&lt;br /&gt;
 # `make&amp;#039; implicit rules from creating a file called install from it&lt;br /&gt;
 # when there is no Makefile.&lt;br /&gt;
 #&lt;br /&gt;
 # This script is compatible with the BSD install script, but was written&lt;br /&gt;
 # from scratch.  It can only install one file at a time, a restriction&lt;br /&gt;
 # shared with many OS&amp;#039;s install programs.&lt;br /&gt;
&lt;br /&gt;
=== MathMLDTD/math.dtd ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Copyright 1997-1999  World Wide Web Consortium,    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- (Massachusetts Institute of Technology,            --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Institut National de Recherche en Informatique et en Automatique, --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Keio University). All Rights Reserved.            --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- http://www.w3.org/Consortium/Legal/                --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Modified DTD for MathML 1.01                       --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Original DTD:                                      --&amp;gt;&lt;br /&gt;
 &amp;lt;!--    http://www.w3.org/1999/07/REC-MathML-19990707/mmlents.zip  --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== fingerprints for libtextcat ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2003, WiseGuys Internet B.V.&lt;br /&gt;
&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
- Neither the name of the WiseGuys Internet B.V. nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from&lt;br /&gt;
this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== soltools/mkdepend ===&lt;br /&gt;
&lt;br /&gt;
/* $XConsortium: pr.c,v 1.17 94/04/17 20:10:38 gildea Exp $ */&lt;br /&gt;
/*&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1993, 1994  X Consortium&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE&lt;br /&gt;
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN&lt;br /&gt;
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN&lt;br /&gt;
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&lt;br /&gt;
Except as contained in this notice, the name of the X Consortium shall not be&lt;br /&gt;
used in advertising or otherwise to promote the sale, use or other dealings&lt;br /&gt;
in this Software without prior written authorization from the X Consortium.&lt;br /&gt;
&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197187</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197187"/>
		<updated>2011-06-23T16:54:14Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
* get new break iterator data from current ICU&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197186</id>
		<title>ApacheMigration/Permissive</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197186"/>
		<updated>2011-06-23T16:51:36Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* List of files that seem to be compatible with ASL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of files that seem to be compatible with ASL==&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;twain&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;agg&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Anti-Grain Geometry - Version 2.3&lt;br /&gt;
 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)&lt;br /&gt;
 //&lt;br /&gt;
 // Permission to copy, use, modify, sell and distribute this software&lt;br /&gt;
 // is granted provided this copyright notice appears in all copies.&lt;br /&gt;
 // This software is provided &amp;quot;as is&amp;quot; without express or implied&lt;br /&gt;
 // warranty, and with no claim as to its suitability for any purpose.&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Contact: mcseem@antigrain.com&lt;br /&gt;
 //          mcseemagg@yahoo.com&lt;br /&gt;
 //          http://www.antigrain.com&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 //&lt;br /&gt;
 // Arc vertex generator&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;apple_remote&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*****************************************************************************&lt;br /&gt;
  * RemoteControlWrapper.h&lt;br /&gt;
  * RemoteControlWrapper&lt;br /&gt;
  *&lt;br /&gt;
  * Created by Martin Kahr on 11.03.06 under a MIT-style license.&lt;br /&gt;
  * Copyright (c) 2006 martinkahr.com. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Code modified and adapted to OpenOffice.org&lt;br /&gt;
  * by Eric Bachard on 11.08.2008 under the same license&lt;br /&gt;
  *&lt;br /&gt;
  * Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
  * copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
  * to deal in the Software without restriction, including without limitation&lt;br /&gt;
  * the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
  * and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
  * Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
  *&lt;br /&gt;
  * The above copyright notice and this permission notice shall be included&lt;br /&gt;
  * in all copies or substantial portions of the Software.&lt;br /&gt;
  *&lt;br /&gt;
  * THE SOFTWARE IS PROVIDED ‚ÄúAS IS‚Äù, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL&lt;br /&gt;
  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
  * THE SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  *****************************************************************************/&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;psprint_config&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 *% Adobe Systems PostScript(R) Printer Description File&lt;br /&gt;
 *% Copyright 1987-1995 Adobe Systems Incorporated.&lt;br /&gt;
 *% All Rights Reserved.&lt;br /&gt;
 *% Permission is granted for redistribution of this file as&lt;br /&gt;
 *% long as this copyright notice is intact and the contents&lt;br /&gt;
 *% of the file is not altered in any way from its original form.&lt;br /&gt;
 *% End of Copyright statement&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;x11_extensions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * $XFree86: xc/include/extensions/randr.h,v 1.4 2001/11/24 07:24:58 keithp Exp $&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright © 2000, Compaq Computer Corporation,&lt;br /&gt;
  * Copyright © 2002, Hewlett Packard, Inc.&lt;br /&gt;
  *&lt;br /&gt;
  * Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
  * documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
  * the above copyright notice appear in all copies and that both that&lt;br /&gt;
  * copyright notice and this permission notice appear in supporting&lt;br /&gt;
  * documentation, and that the name of Compaq or HP not be used in advertising&lt;br /&gt;
  * or publicity pertaining to distribution of the software without specific,&lt;br /&gt;
  * written prior permission.  HP makes no representations about the&lt;br /&gt;
  * suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
  * without express or implied warranty.&lt;br /&gt;
  *&lt;br /&gt;
  * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP&lt;br /&gt;
  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES&lt;br /&gt;
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION&lt;br /&gt;
  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN&lt;br /&gt;
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  * Author:  Jim Gettys, HP Labs, Hewlett-Packard, Inc.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== sane/inc/sane.h ===&lt;br /&gt;
&lt;br /&gt;
 /* sane - Scanner Access Now Easy.&lt;br /&gt;
    Copyright (C) 1997 David Mosberger-Tang and Andreas Beck&lt;br /&gt;
    This file is part of the SANE package.&lt;br /&gt;
    This file is in the public domain.  You may use and modify it as&lt;br /&gt;
    you see fit, as long as this copyright message is included and&lt;br /&gt;
    that there is an indication as to what modifications have been&lt;br /&gt;
    made (if any).&lt;br /&gt;
    SANE is distributed in the hope that it will be useful, but WITHOUT&lt;br /&gt;
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or&lt;br /&gt;
    FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
    This file declares SANE application interface.  See the SANE&lt;br /&gt;
    standard for a detailed explanation of the interface.  */&lt;br /&gt;
&lt;br /&gt;
=== Fontmanager: ===&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.cxx&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.hxx&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * (C) 1988, 1989 by Adobe Systems Incorporated. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * This file may be freely copied and redistributed as long as:&lt;br /&gt;
  *   1) This entire notice continues to be included in the file,&lt;br /&gt;
  *   2) If the file has been modified in any way, a notice of such&lt;br /&gt;
  *      modification is conspicuously indicated.&lt;br /&gt;
  *&lt;br /&gt;
  * PostScript, Display PostScript, and Adobe are registered trademarks of&lt;br /&gt;
  * Adobe Systems Incorporated.&lt;br /&gt;
  *&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  * THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT&lt;br /&gt;
  * NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS&lt;br /&gt;
  * INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR&lt;br /&gt;
  * LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY&lt;br /&gt;
  * KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION,&lt;br /&gt;
  * AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /* Copyright (c) 2001-2004, The HSQL Development Group&lt;br /&gt;
  * All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions are met:&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
  * list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
  * this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
  * and/or other materials provided with the distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
  * contributors may be used to endorse or promote products derived from this&lt;br /&gt;
  * software without specific prior written permission.&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
  * ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== module icc: ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*************************************************************************&lt;br /&gt;
  *&lt;br /&gt;
  *  OpenOffice.org - a multi-platform office productivity suite&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  *  Derived by beppec56@openoffice.org from various examples&lt;br /&gt;
  *  in SampleICC library, the original copyright retained.&lt;br /&gt;
  *&lt;br /&gt;
  *  Copyright:  © see below&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * The ICC Software License, Version 0.1&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright (c) 2003-2006 The International Color Consortium. All rights&lt;br /&gt;
  * reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions&lt;br /&gt;
  * are met:&lt;br /&gt;
  *&lt;br /&gt;
  * 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer in&lt;br /&gt;
  *    the documentation and/or other materials provided with the&lt;br /&gt;
  *    distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * 3. The end-user documentation included with the redistribution,&lt;br /&gt;
  *    if any, must include the following acknowledgment:&lt;br /&gt;
  *       &amp;quot;This product includes software developed by the&lt;br /&gt;
  *        The International Color Consortium (www.color.org)&amp;quot;&lt;br /&gt;
  *    Alternately, this acknowledgment may appear in the software itself,&lt;br /&gt;
  *    if and wherever such third-party acknowledgments normally appear.&lt;br /&gt;
  *&lt;br /&gt;
  * 4. The names &amp;quot;ICC&amp;quot; and &amp;quot;The International Color Consortium&amp;quot; must&lt;br /&gt;
  *    not be used to imply that the ICC organization endorses or&lt;br /&gt;
  *    promotes products derived from this software without prior&lt;br /&gt;
  *    written permission. For written permission, please see&lt;br /&gt;
  *    &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED ``AS IS&amp;#039;&amp;#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
  * DISCLAIMED.  IN NO EVENT SHALL THE INTERNATIONAL COLOR CONSORTIUM OR&lt;br /&gt;
  * ITS CONTRIBUTING MEMBERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
  * SUCH DAMAGE.&lt;br /&gt;
  * ====================================================================&lt;br /&gt;
  *&lt;br /&gt;
  * This software consists of voluntary contributions made by many&lt;br /&gt;
  * individuals on behalf of the The International Color Consortium.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Membership in the ICC is encouraged when this software is used for&lt;br /&gt;
  * commercial purposes.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * For more information on The International Color Consortium, please&lt;br /&gt;
  * see &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
===  install-sh ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 # install - install a program, script, or datafile&lt;br /&gt;
 # This comes from X11R5 (mit/util/scripts/install.sh).&lt;br /&gt;
 #&lt;br /&gt;
 # Copyright 1991 by the Massachusetts Institute of Technology&lt;br /&gt;
 #&lt;br /&gt;
 # Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
 # documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
 # the above copyright notice appear in all copies and that both that&lt;br /&gt;
 # copyright notice and this permission notice appear in supporting&lt;br /&gt;
 # documentation, and that the name of M.I.T. not be used in advertising or&lt;br /&gt;
 # publicity pertaining to distribution of the software without specific,&lt;br /&gt;
 # written prior permission.  M.I.T. makes no representations about the&lt;br /&gt;
 # suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
 # without express or implied warranty.&lt;br /&gt;
 #&lt;br /&gt;
 # Calling this script install-sh is preferred over install.sh, to prevent&lt;br /&gt;
 # `make&amp;#039; implicit rules from creating a file called install from it&lt;br /&gt;
 # when there is no Makefile.&lt;br /&gt;
 #&lt;br /&gt;
 # This script is compatible with the BSD install script, but was written&lt;br /&gt;
 # from scratch.  It can only install one file at a time, a restriction&lt;br /&gt;
 # shared with many OS&amp;#039;s install programs.&lt;br /&gt;
&lt;br /&gt;
=== MathMLDTD/math.dtd ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Copyright 1997-1999  World Wide Web Consortium,    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- (Massachusetts Institute of Technology,            --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Institut National de Recherche en Informatique et en Automatique, --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Keio University). All Rights Reserved.            --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- http://www.w3.org/Consortium/Legal/                --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Modified DTD for MathML 1.01                       --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Original DTD:                                      --&amp;gt;&lt;br /&gt;
 &amp;lt;!--    http://www.w3.org/1999/07/REC-MathML-19990707/mmlents.zip  --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== fingerprints for libtextcat ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2003, WiseGuys Internet B.V.&lt;br /&gt;
&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
- Neither the name of the WiseGuys Internet B.V. nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from&lt;br /&gt;
this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== soltools/mkdepend ===&lt;br /&gt;
&lt;br /&gt;
/* $XConsortium: pr.c,v 1.17 94/04/17 20:10:38 gildea Exp $ */&lt;br /&gt;
/*&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1993, 1994  X Consortium&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE&lt;br /&gt;
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN&lt;br /&gt;
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN&lt;br /&gt;
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&lt;br /&gt;
Except as contained in this notice, the name of the X Consortium shall not be&lt;br /&gt;
used in advertising or otherwise to promote the sale, use or other dealings&lt;br /&gt;
in this Software without prior written authorization from the X Consortium.&lt;br /&gt;
&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197185</id>
		<title>ApacheMigration/Permissive</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197185"/>
		<updated>2011-06-23T16:51:22Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* List of files that seem to be compatible with ASL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of files that seem to be compatible with ASL==&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;twain&amp;quot;&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;agg&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Anti-Grain Geometry - Version 2.3&lt;br /&gt;
 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)&lt;br /&gt;
 //&lt;br /&gt;
 // Permission to copy, use, modify, sell and distribute this software&lt;br /&gt;
 // is granted provided this copyright notice appears in all copies.&lt;br /&gt;
 // This software is provided &amp;quot;as is&amp;quot; without express or implied&lt;br /&gt;
 // warranty, and with no claim as to its suitability for any purpose.&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Contact: mcseem@antigrain.com&lt;br /&gt;
 //          mcseemagg@yahoo.com&lt;br /&gt;
 //          http://www.antigrain.com&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 //&lt;br /&gt;
 // Arc vertex generator&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;apple_remote&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*****************************************************************************&lt;br /&gt;
  * RemoteControlWrapper.h&lt;br /&gt;
  * RemoteControlWrapper&lt;br /&gt;
  *&lt;br /&gt;
  * Created by Martin Kahr on 11.03.06 under a MIT-style license.&lt;br /&gt;
  * Copyright (c) 2006 martinkahr.com. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Code modified and adapted to OpenOffice.org&lt;br /&gt;
  * by Eric Bachard on 11.08.2008 under the same license&lt;br /&gt;
  *&lt;br /&gt;
  * Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
  * copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
  * to deal in the Software without restriction, including without limitation&lt;br /&gt;
  * the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
  * and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
  * Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
  *&lt;br /&gt;
  * The above copyright notice and this permission notice shall be included&lt;br /&gt;
  * in all copies or substantial portions of the Software.&lt;br /&gt;
  *&lt;br /&gt;
  * THE SOFTWARE IS PROVIDED ‚ÄúAS IS‚Äù, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL&lt;br /&gt;
  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
  * THE SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  *****************************************************************************/&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;psprint_config&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 *% Adobe Systems PostScript(R) Printer Description File&lt;br /&gt;
 *% Copyright 1987-1995 Adobe Systems Incorporated.&lt;br /&gt;
 *% All Rights Reserved.&lt;br /&gt;
 *% Permission is granted for redistribution of this file as&lt;br /&gt;
 *% long as this copyright notice is intact and the contents&lt;br /&gt;
 *% of the file is not altered in any way from its original form.&lt;br /&gt;
 *% End of Copyright statement&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;x11_extensions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * $XFree86: xc/include/extensions/randr.h,v 1.4 2001/11/24 07:24:58 keithp Exp $&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright © 2000, Compaq Computer Corporation,&lt;br /&gt;
  * Copyright © 2002, Hewlett Packard, Inc.&lt;br /&gt;
  *&lt;br /&gt;
  * Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
  * documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
  * the above copyright notice appear in all copies and that both that&lt;br /&gt;
  * copyright notice and this permission notice appear in supporting&lt;br /&gt;
  * documentation, and that the name of Compaq or HP not be used in advertising&lt;br /&gt;
  * or publicity pertaining to distribution of the software without specific,&lt;br /&gt;
  * written prior permission.  HP makes no representations about the&lt;br /&gt;
  * suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
  * without express or implied warranty.&lt;br /&gt;
  *&lt;br /&gt;
  * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP&lt;br /&gt;
  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES&lt;br /&gt;
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION&lt;br /&gt;
  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN&lt;br /&gt;
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  * Author:  Jim Gettys, HP Labs, Hewlett-Packard, Inc.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== sane/inc/sane.h ===&lt;br /&gt;
&lt;br /&gt;
 /* sane - Scanner Access Now Easy.&lt;br /&gt;
    Copyright (C) 1997 David Mosberger-Tang and Andreas Beck&lt;br /&gt;
    This file is part of the SANE package.&lt;br /&gt;
    This file is in the public domain.  You may use and modify it as&lt;br /&gt;
    you see fit, as long as this copyright message is included and&lt;br /&gt;
    that there is an indication as to what modifications have been&lt;br /&gt;
    made (if any).&lt;br /&gt;
    SANE is distributed in the hope that it will be useful, but WITHOUT&lt;br /&gt;
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or&lt;br /&gt;
    FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
    This file declares SANE application interface.  See the SANE&lt;br /&gt;
    standard for a detailed explanation of the interface.  */&lt;br /&gt;
&lt;br /&gt;
=== Fontmanager: ===&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.cxx&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.hxx&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * (C) 1988, 1989 by Adobe Systems Incorporated. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * This file may be freely copied and redistributed as long as:&lt;br /&gt;
  *   1) This entire notice continues to be included in the file,&lt;br /&gt;
  *   2) If the file has been modified in any way, a notice of such&lt;br /&gt;
  *      modification is conspicuously indicated.&lt;br /&gt;
  *&lt;br /&gt;
  * PostScript, Display PostScript, and Adobe are registered trademarks of&lt;br /&gt;
  * Adobe Systems Incorporated.&lt;br /&gt;
  *&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  * THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT&lt;br /&gt;
  * NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS&lt;br /&gt;
  * INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR&lt;br /&gt;
  * LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY&lt;br /&gt;
  * KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION,&lt;br /&gt;
  * AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /* Copyright (c) 2001-2004, The HSQL Development Group&lt;br /&gt;
  * All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions are met:&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
  * list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
  * this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
  * and/or other materials provided with the distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
  * contributors may be used to endorse or promote products derived from this&lt;br /&gt;
  * software without specific prior written permission.&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
  * ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== module icc: ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*************************************************************************&lt;br /&gt;
  *&lt;br /&gt;
  *  OpenOffice.org - a multi-platform office productivity suite&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  *  Derived by beppec56@openoffice.org from various examples&lt;br /&gt;
  *  in SampleICC library, the original copyright retained.&lt;br /&gt;
  *&lt;br /&gt;
  *  Copyright:  © see below&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * The ICC Software License, Version 0.1&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright (c) 2003-2006 The International Color Consortium. All rights&lt;br /&gt;
  * reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions&lt;br /&gt;
  * are met:&lt;br /&gt;
  *&lt;br /&gt;
  * 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer in&lt;br /&gt;
  *    the documentation and/or other materials provided with the&lt;br /&gt;
  *    distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * 3. The end-user documentation included with the redistribution,&lt;br /&gt;
  *    if any, must include the following acknowledgment:&lt;br /&gt;
  *       &amp;quot;This product includes software developed by the&lt;br /&gt;
  *        The International Color Consortium (www.color.org)&amp;quot;&lt;br /&gt;
  *    Alternately, this acknowledgment may appear in the software itself,&lt;br /&gt;
  *    if and wherever such third-party acknowledgments normally appear.&lt;br /&gt;
  *&lt;br /&gt;
  * 4. The names &amp;quot;ICC&amp;quot; and &amp;quot;The International Color Consortium&amp;quot; must&lt;br /&gt;
  *    not be used to imply that the ICC organization endorses or&lt;br /&gt;
  *    promotes products derived from this software without prior&lt;br /&gt;
  *    written permission. For written permission, please see&lt;br /&gt;
  *    &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED ``AS IS&amp;#039;&amp;#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
  * DISCLAIMED.  IN NO EVENT SHALL THE INTERNATIONAL COLOR CONSORTIUM OR&lt;br /&gt;
  * ITS CONTRIBUTING MEMBERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
  * SUCH DAMAGE.&lt;br /&gt;
  * ====================================================================&lt;br /&gt;
  *&lt;br /&gt;
  * This software consists of voluntary contributions made by many&lt;br /&gt;
  * individuals on behalf of the The International Color Consortium.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Membership in the ICC is encouraged when this software is used for&lt;br /&gt;
  * commercial purposes.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * For more information on The International Color Consortium, please&lt;br /&gt;
  * see &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
===  install-sh ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 # install - install a program, script, or datafile&lt;br /&gt;
 # This comes from X11R5 (mit/util/scripts/install.sh).&lt;br /&gt;
 #&lt;br /&gt;
 # Copyright 1991 by the Massachusetts Institute of Technology&lt;br /&gt;
 #&lt;br /&gt;
 # Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
 # documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
 # the above copyright notice appear in all copies and that both that&lt;br /&gt;
 # copyright notice and this permission notice appear in supporting&lt;br /&gt;
 # documentation, and that the name of M.I.T. not be used in advertising or&lt;br /&gt;
 # publicity pertaining to distribution of the software without specific,&lt;br /&gt;
 # written prior permission.  M.I.T. makes no representations about the&lt;br /&gt;
 # suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
 # without express or implied warranty.&lt;br /&gt;
 #&lt;br /&gt;
 # Calling this script install-sh is preferred over install.sh, to prevent&lt;br /&gt;
 # `make&amp;#039; implicit rules from creating a file called install from it&lt;br /&gt;
 # when there is no Makefile.&lt;br /&gt;
 #&lt;br /&gt;
 # This script is compatible with the BSD install script, but was written&lt;br /&gt;
 # from scratch.  It can only install one file at a time, a restriction&lt;br /&gt;
 # shared with many OS&amp;#039;s install programs.&lt;br /&gt;
&lt;br /&gt;
=== MathMLDTD/math.dtd ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Copyright 1997-1999  World Wide Web Consortium,    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- (Massachusetts Institute of Technology,            --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Institut National de Recherche en Informatique et en Automatique, --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Keio University). All Rights Reserved.            --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- http://www.w3.org/Consortium/Legal/                --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Modified DTD for MathML 1.01                       --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Original DTD:                                      --&amp;gt;&lt;br /&gt;
 &amp;lt;!--    http://www.w3.org/1999/07/REC-MathML-19990707/mmlents.zip  --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== fingerprints for libtextcat ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2003, WiseGuys Internet B.V.&lt;br /&gt;
&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
- Neither the name of the WiseGuys Internet B.V. nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from&lt;br /&gt;
this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== soltools/mkdepend ===&lt;br /&gt;
&lt;br /&gt;
/* $XConsortium: pr.c,v 1.17 94/04/17 20:10:38 gildea Exp $ */&lt;br /&gt;
/*&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1993, 1994  X Consortium&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE&lt;br /&gt;
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN&lt;br /&gt;
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN&lt;br /&gt;
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&lt;br /&gt;
Except as contained in this notice, the name of the X Consortium shall not be&lt;br /&gt;
used in advertising or otherwise to promote the sale, use or other dealings&lt;br /&gt;
in this Software without prior written authorization from the X Consortium.&lt;br /&gt;
&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197184</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197184"/>
		<updated>2011-06-23T16:50:39Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Unclear files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197183</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197183"/>
		<updated>2011-06-23T16:49:28Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
* find replacements for nss and seamonkey&lt;br /&gt;
** xmlsecurity&lt;br /&gt;
** address book support&lt;br /&gt;
** AES encryption&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197182</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197182"/>
		<updated>2011-06-23T16:47:53Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* MPL headers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers (solved) ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
We can&amp;#039;t use nss anyway, so this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197181</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197181"/>
		<updated>2011-06-23T16:47:04Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Regexp */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp (solved) ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO. We have to reimplement this functionality. This is only used in a single place in the OOo source: http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/i18npool/source/search/textsearch.cxx&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197180</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197180"/>
		<updated>2011-06-23T16:44:59Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* ODMA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
=== ODMA (solved) ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197179</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197179"/>
		<updated>2011-06-23T16:44:38Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* A header from GNU c library */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library (solved) ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
=== ODMA ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197178</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197178"/>
		<updated>2011-06-23T16:44:20Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* dtrans/source/os2/clipb/OS2Bitmap.cxx */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx (solved) ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
=== ODMA ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197177</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197177"/>
		<updated>2011-06-23T16:44:02Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
* get new ksc5601.h file from XFree86&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
=== ODMA ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197176</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197176"/>
		<updated>2011-06-23T16:41:46Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Header files only with Copyright header, but no license */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== twain header ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
The TWAIN License&lt;br /&gt;
The TWAIN Working Group grants customer (&amp;quot;Customer&amp;quot;) the worldwide, royalty-free, non-exclusive license to reproduce and distribute the software and documentation of the TWAIN toolkit (&amp;quot;TWAIN Toolkit&amp;quot;). The TWAIN Toolkit was designed to be used by third parties to assist them in becoming compliant with the TWAIN standard, but it has not been developed to the standards of a commercial product. Consequently, the TWAIN toolkit is provided AS IS without any warranty. THE TWAIN Working Group disclaims all warranties in the TWAIN toolkit whether implied, express or statutory, including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. The TWAIN Working Group disclaims all liability for damages, whether direct, indirect, special, incidental, or consequential, arising from the reproduction, distribution, modification, or other use of the TWAIN Toolkit.&lt;br /&gt;
As a condition of this license, Customer agrees to include in software programs based in whole or in part on the TWAIN Toolkit the following providions in (i) the header or similar file in such software and (ii) prominently in its documentation and to require its sublicensees to include these provisions in similar locations: The TWAIN Toolkit is distributed as is. The developer and distributors of the TWAIN Toolkit expressly disclaim all implied, express or statutory warranties including, without limitation, the implied warranties of merchantability, noninfringement of third party rights and fitness for a particular purpose. Neither the developers nor the distributors will be liable for damages, whether direct, indirect, special, incidental, or consequential, as a result of the reproduction, modification, distribution or other use of the TWAIN Toolkit. &lt;br /&gt;
&lt;br /&gt;
=== ODMA ===&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197175</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197175"/>
		<updated>2011-06-23T16:24:18Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* A header from GNU c library */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
This file has been released by a permissive license (MIT style) by the FSF:&lt;br /&gt;
&lt;br /&gt;
see http://cvsweb.xfree86.org/cvsweb/xc/lib/X11/lcUniConv/#dirlist&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197174</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197174"/>
		<updated>2011-06-23T13:52:37Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* UnixODBC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197173</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197173"/>
		<updated>2011-06-23T13:44:12Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Unclear files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
=== UnixODBC === &lt;br /&gt;
&lt;br /&gt;
unixODBC/inc/sql.h&lt;br /&gt;
unixODBC/inc/sqlext.h&lt;br /&gt;
unixODBC/inc/sqltypes.h&lt;br /&gt;
unixODBC/inc/sqlucode.h&lt;br /&gt;
&lt;br /&gt;
No license information provided. http://www.unixodbc.org/ states that it is GPL+LGPL, but that comprises a whole package; no idea where the header are from.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197172</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197172"/>
		<updated>2011-06-23T13:41:14Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL; ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197170</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197170"/>
		<updated>2011-06-23T13:29:54Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| GPL/LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197167</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197167"/>
		<updated>2011-06-23T11:54:56Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz (based on myspell)&lt;br /&gt;
| LGPL+GPL+MPL (MySpell: permissive)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| LGPL+GPL+MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip (Pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip (pentaho)&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| ASL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| MIT style&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| BSD&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| OpenSSL License, SSLeay License (both BSD style)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| LGPL, parts Freetype License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| CPL+GPL+LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197166</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197166"/>
		<updated>2011-06-23T11:14:23Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip (saxon)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| CDDL+GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| MIT&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| MIT &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| GPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| permissive&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197165</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197165"/>
		<updated>2011-06-23T08:43:51Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| permissive &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| Boost Software License&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| LGPL + MPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197164</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197164"/>
		<updated>2011-06-23T08:04:17Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo external source tarballs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class = &amp;quot;wikitable&amp;quot;&lt;br /&gt;
| Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
|  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| boost_1_39_0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| bsh-2.0b1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cairo-1.8.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-codec-1.3-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-lang-2.3-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| core.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cppunit-1.12.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| cups-1.1.19.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| curl-7.19.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| epm-3.7.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| expat-2.0.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flow-engine-0.9.4.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| flute-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fondu_src-051010.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| fontconfig-2.2.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| gettext-0.18.1.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glib-2.28.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hsqldb_1_8_0.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hunspell-1.2.9.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| hyphen-2.7.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| icu4c-4_0_1-src.tgz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jaf-1_0_2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| javamail-1_3_1.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| jpeg-8c.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libbase-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libcroco-0.6.2.tar.gz&lt;br /&gt;
| LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libfonts.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libformula-1.1.7.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libgsf-1.14.19.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| liblayout-0.2.10.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libloader-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libpng-1.5.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librepository-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| librsvg-2.32.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libserializer-1.1.6.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libtextcat-2.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libwpd-0.8.8.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml-1.1.7.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxml2-2.7.6.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| libxslt-1.1.26.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lp_solve_5.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| lucene-2.3.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mdds_0.3.0.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| MesaLib-6.2.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mysql-connector-cpp.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| mythes-1.2.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| neon-0.29.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| openssl-0.9.8l.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pango-1.28.3.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| pixman-0.12.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Python-2.6.1.tar.bz2&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| raptor-1.4.18.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rasqal-0.9.16.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| redland-1.0.8.tar.gz&lt;br /&gt;
| LGPL 2.1+ / GPL 2+ / Apache 2 &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rhino1_5R5.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| sacjava-1.3.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SampleICC-1.3.2.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| silgraphite-2.3.1.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| source-9.0.0.7-bj.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| stax-api-1.0-2-sources.jar&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| STLport-4.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| swingExSrc.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| vigra1.4.0.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xpdf-3.02.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| xsltml_2.1.2.zip&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| zlib-1.2.5.tar.gz&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197160</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197160"/>
		<updated>2011-06-22T14:58:22Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* TODO */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
* get new odma.h file with suitable license&lt;br /&gt;
* get new os2bitmap.cxx file with suitable license&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8l.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libcroco-0.6.2.tar.gz&lt;br /&gt;
| | LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mythes-1.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pixman-0.12.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libtextcat-2.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hsqldb_1_8_0.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.12.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libpng-1.5.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pango-1.28.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lp_solve_5.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | raptor-1.4.18.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-lang-2.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fondu_src-051010.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | icu4c-4_0_1-src.tgz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-1.05.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | swingExSrc.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | sacjava-1.3.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libgsf-1.14.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | epm-3.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gettext-0.18.1.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.7.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lucene-2.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cairo-1.8.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cups-1.1.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xpdf-3.02.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss_3_12_5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8o.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hunspell-1.2.9.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | javamail-1_3_1.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.6.31.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5-0119.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.7.6.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rhino1_5R5.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | MesaLib-6.2.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | stax-api-1.0-2-sources.jar&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mysql-connector-cpp.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jaf-1_0_2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glib-2.28.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-8c.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xsltml_2.1.2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.1.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | source-9.0.0.7-bj.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-codec-1.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flow-engine-0.9.4.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cppunit-1.12.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.2.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | redland-1.0.8.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libwpd-0.8.8.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fontconfig-2.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mdds_0.3.0.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | silgraphite-2.3.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | core.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librsvg-2.32.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout-0.2.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-6b.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.26.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Python-2.6.1.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.24.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | bsh-2.0b1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | vigra1.4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | curl-7.19.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | expat-2.0.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.05.3.20100427.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rasqal-0.9.16.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | boost_1_39_0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | SampleICC-1.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.30.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197159</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197159"/>
		<updated>2011-06-22T14:57:38Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Header files only with Copyright header, but no license */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
This file will not be moved to Apache. As we don&amp;#039;t build the odma content provider regularly, we can add a new file with better license later.&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8l.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libcroco-0.6.2.tar.gz&lt;br /&gt;
| | LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mythes-1.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pixman-0.12.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libtextcat-2.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hsqldb_1_8_0.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.12.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libpng-1.5.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pango-1.28.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lp_solve_5.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | raptor-1.4.18.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-lang-2.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fondu_src-051010.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | icu4c-4_0_1-src.tgz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-1.05.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | swingExSrc.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | sacjava-1.3.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libgsf-1.14.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | epm-3.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gettext-0.18.1.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.7.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lucene-2.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cairo-1.8.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cups-1.1.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xpdf-3.02.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss_3_12_5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8o.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hunspell-1.2.9.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | javamail-1_3_1.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.6.31.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5-0119.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.7.6.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rhino1_5R5.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | MesaLib-6.2.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | stax-api-1.0-2-sources.jar&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mysql-connector-cpp.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jaf-1_0_2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glib-2.28.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-8c.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xsltml_2.1.2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.1.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | source-9.0.0.7-bj.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-codec-1.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flow-engine-0.9.4.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cppunit-1.12.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.2.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | redland-1.0.8.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libwpd-0.8.8.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fontconfig-2.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mdds_0.3.0.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | silgraphite-2.3.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | core.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librsvg-2.32.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout-0.2.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-6b.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.26.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Python-2.6.1.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.24.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | bsh-2.0b1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | vigra1.4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | curl-7.19.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | expat-2.0.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.05.3.20100427.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rasqal-0.9.16.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | boost_1_39_0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | SampleICC-1.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.30.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197158</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197158"/>
		<updated>2011-06-22T14:56:40Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* dtrans/source/os2/clipb/OS2Bitmap.cxx */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
This file can not be moved to Apache, perhaps Yuri Dario will provide a new file with better license.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8l.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libcroco-0.6.2.tar.gz&lt;br /&gt;
| | LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mythes-1.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pixman-0.12.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libtextcat-2.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hsqldb_1_8_0.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.12.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libpng-1.5.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pango-1.28.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lp_solve_5.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | raptor-1.4.18.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-lang-2.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fondu_src-051010.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | icu4c-4_0_1-src.tgz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-1.05.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | swingExSrc.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | sacjava-1.3.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libgsf-1.14.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | epm-3.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gettext-0.18.1.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.7.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lucene-2.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cairo-1.8.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cups-1.1.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xpdf-3.02.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss_3_12_5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8o.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hunspell-1.2.9.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | javamail-1_3_1.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.6.31.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5-0119.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.7.6.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rhino1_5R5.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | MesaLib-6.2.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | stax-api-1.0-2-sources.jar&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mysql-connector-cpp.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jaf-1_0_2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glib-2.28.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-8c.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xsltml_2.1.2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.1.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | source-9.0.0.7-bj.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-codec-1.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flow-engine-0.9.4.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cppunit-1.12.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.2.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | redland-1.0.8.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libwpd-0.8.8.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fontconfig-2.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mdds_0.3.0.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | silgraphite-2.3.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | core.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librsvg-2.32.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout-0.2.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-6b.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.26.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Python-2.6.1.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.24.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | bsh-2.0b1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | vigra1.4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | curl-7.19.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | expat-2.0.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.05.3.20100427.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rasqal-0.9.16.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | boost_1_39_0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | SampleICC-1.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.30.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197157</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197157"/>
		<updated>2011-06-22T09:27:01Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Regexp */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
We should remove that (and IMHO the whole OS/2 port) from our sources.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8l.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libcroco-0.6.2.tar.gz&lt;br /&gt;
| | LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mythes-1.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pixman-0.12.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libtextcat-2.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hsqldb_1_8_0.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.12.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libpng-1.5.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pango-1.28.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lp_solve_5.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | raptor-1.4.18.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-lang-2.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fondu_src-051010.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | icu4c-4_0_1-src.tgz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-1.05.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | swingExSrc.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | sacjava-1.3.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libgsf-1.14.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | epm-3.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gettext-0.18.1.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.7.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lucene-2.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cairo-1.8.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cups-1.1.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xpdf-3.02.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss_3_12_5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8o.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hunspell-1.2.9.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | javamail-1_3_1.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.6.31.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5-0119.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.7.6.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rhino1_5R5.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | MesaLib-6.2.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | stax-api-1.0-2-sources.jar&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mysql-connector-cpp.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jaf-1_0_2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glib-2.28.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-8c.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xsltml_2.1.2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.1.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | source-9.0.0.7-bj.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-codec-1.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flow-engine-0.9.4.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cppunit-1.12.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.2.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | redland-1.0.8.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libwpd-0.8.8.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fontconfig-2.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mdds_0.3.0.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | silgraphite-2.3.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | core.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librsvg-2.32.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout-0.2.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-6b.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.26.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Python-2.6.1.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.24.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | bsh-2.0b1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | vigra1.4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | curl-7.19.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | expat-2.0.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.05.3.20100427.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rasqal-0.9.16.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | boost_1_39_0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | SampleICC-1.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.30.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197156</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197156"/>
		<updated>2011-06-22T09:26:40Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Header files only with Copyright header, but no license */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
We should remove that (and IMHO the whole OS/2 port) from our sources.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8l.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libcroco-0.6.2.tar.gz&lt;br /&gt;
| | LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mythes-1.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pixman-0.12.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libtextcat-2.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hsqldb_1_8_0.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.12.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libpng-1.5.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pango-1.28.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lp_solve_5.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | raptor-1.4.18.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-lang-2.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fondu_src-051010.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | icu4c-4_0_1-src.tgz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-1.05.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | swingExSrc.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | sacjava-1.3.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libgsf-1.14.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | epm-3.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gettext-0.18.1.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.7.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lucene-2.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cairo-1.8.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cups-1.1.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xpdf-3.02.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss_3_12_5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8o.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hunspell-1.2.9.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | javamail-1_3_1.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.6.31.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5-0119.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.7.6.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rhino1_5R5.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | MesaLib-6.2.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | stax-api-1.0-2-sources.jar&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mysql-connector-cpp.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jaf-1_0_2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glib-2.28.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-8c.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xsltml_2.1.2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.1.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | source-9.0.0.7-bj.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-codec-1.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flow-engine-0.9.4.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cppunit-1.12.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.2.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | redland-1.0.8.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libwpd-0.8.8.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fontconfig-2.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mdds_0.3.0.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | silgraphite-2.3.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | core.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librsvg-2.32.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout-0.2.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-6b.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.26.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Python-2.6.1.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.24.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | bsh-2.0b1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | vigra1.4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | curl-7.19.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | expat-2.0.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.05.3.20100427.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rasqal-0.9.16.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | boost_1_39_0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | SampleICC-1.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.30.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197155</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197155"/>
		<updated>2011-06-22T09:26:07Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* More binary files in our code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
We should remove that (and IMHO the whole OS/2 port) from our sources.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8l.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libcroco-0.6.2.tar.gz&lt;br /&gt;
| | LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mythes-1.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pixman-0.12.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libtextcat-2.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hsqldb_1_8_0.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.12.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libpng-1.5.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pango-1.28.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lp_solve_5.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | raptor-1.4.18.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-lang-2.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fondu_src-051010.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | icu4c-4_0_1-src.tgz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-1.05.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | swingExSrc.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | sacjava-1.3.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libgsf-1.14.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | epm-3.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gettext-0.18.1.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.7.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lucene-2.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cairo-1.8.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cups-1.1.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xpdf-3.02.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss_3_12_5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8o.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hunspell-1.2.9.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | javamail-1_3_1.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.6.31.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5-0119.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.7.6.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rhino1_5R5.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | MesaLib-6.2.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | stax-api-1.0-2-sources.jar&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mysql-connector-cpp.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jaf-1_0_2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glib-2.28.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-8c.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xsltml_2.1.2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.1.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | source-9.0.0.7-bj.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-codec-1.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flow-engine-0.9.4.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cppunit-1.12.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.2.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | redland-1.0.8.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libwpd-0.8.8.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fontconfig-2.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mdds_0.3.0.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | silgraphite-2.3.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | core.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librsvg-2.32.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout-0.2.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-6b.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.26.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Python-2.6.1.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.24.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | bsh-2.0b1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | vigra1.4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | curl-7.19.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | expat-2.0.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.05.3.20100427.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rasqal-0.9.16.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | boost_1_39_0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | SampleICC-1.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.30.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197144</id>
		<title>ApacheMigration</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration&amp;diff=197144"/>
		<updated>2011-06-21T07:30:20Z</updated>

		<summary type="html">&lt;p&gt;Mba: /* Classification of OOo source code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== TODO ==&lt;br /&gt;
&lt;br /&gt;
* Rewrite regex part&lt;br /&gt;
&lt;br /&gt;
== Classification of OOo source code ==&lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/Permissive|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
[[ApacheMigration/GPL|List]] of files where it seems that the copyright owner is not Oracle, but the license probably is not compatible with the ASL &lt;br /&gt;
&lt;br /&gt;
All other files in the OOo code repository should have an Oracle Copyright and can be part of the software grant &lt;br /&gt;
&lt;br /&gt;
== Unclear files ==&lt;br /&gt;
&lt;br /&gt;
Here a list of files that need more investigation to decide in which of the three categories they belong: &lt;br /&gt;
&lt;br /&gt;
=== boost/Regex_Experimental.tar.gz ===&lt;br /&gt;
&lt;br /&gt;
Should be unpacked and committed or removed.&lt;br /&gt;
&lt;br /&gt;
=== connectivity/workben/TT/StartTest.class ===&lt;br /&gt;
&lt;br /&gt;
Binary file committed to the repository; I doubt that we want to have that in the Apache repo. As it is only test code, we can check that later. Would be nice to know what this is nevertheless. There is a java file with the same name in this folder.&lt;br /&gt;
&lt;br /&gt;
=== dtrans/source/os2/clipb/OS2Bitmap.cxx ===&lt;br /&gt;
&lt;br /&gt;
 *  This code is property of Serenity Systems Intl&lt;br /&gt;
 *  All rights reserverd.&lt;br /&gt;
&lt;br /&gt;
We should remove that (and IMHO the whole OS/2 port) from our sources.&lt;br /&gt;
&lt;br /&gt;
=== More binary files in our code ===&lt;br /&gt;
&lt;br /&gt;
extensions/test/ole/EventListenerSample/VBEventListener/VBasicEventListener.dll&lt;br /&gt;
xmerge/source/activesync/BIN/xmergesync.dll&lt;br /&gt;
&lt;br /&gt;
I doubt that we want to have them in the repository, or ... ?&lt;br /&gt;
&lt;br /&gt;
=== A header from GNU c library ===&lt;br /&gt;
&lt;br /&gt;
hwpfilter/source/ksc5601.h&lt;br /&gt;
&lt;br /&gt;
Are we allowed to use it in the build?&lt;br /&gt;
&lt;br /&gt;
=== Header files only with Copyright header, but no license ===&lt;br /&gt;
&lt;br /&gt;
twain/inc/twain.h&lt;br /&gt;
ucb/source/ucp/odma/odma.h&lt;br /&gt;
&lt;br /&gt;
=== MPL headers ===&lt;br /&gt;
&lt;br /&gt;
xmlsecurity/source/xmlsec/nss/nssrenam.h&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s only a header - I assume that because we can&amp;#039;t use nss anyway this header file is obsolete also.&lt;br /&gt;
&lt;br /&gt;
=== Regexp ===&lt;br /&gt;
&lt;br /&gt;
regexp/source/reclass.hxx&lt;br /&gt;
regexp/source/reclass.cxx&lt;br /&gt;
&lt;br /&gt;
A complete mess, IMHO.&lt;br /&gt;
&lt;br /&gt;
==Classification of OOo external source tarballs==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8l.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libcroco-0.6.2.tar.gz&lt;br /&gt;
| | LGPL&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mythes-1.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pixman-0.12.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libtextcat-2.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hsqldb_1_8_0.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Adobe-Core35_AFMs-314.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.12.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xmlsec1-1.2.14.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libpng-1.5.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | pango-1.28.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lp_solve_5.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | raptor-1.4.18.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jakarta-tomcat-5.0.30-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-lang-2.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-httpclient-3.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fondu_src-051010.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | icu4c-4_0_1-src.tgz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-1.05.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | swingExSrc.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gentiumbasic-fonts-1.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.32.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | sacjava-1.3.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libgsf-1.14.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | epm-3.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-logging-1.1.1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gettext-0.18.1.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.7.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | lucene-2.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glibc-2.1.3-stub.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cairo-1.8.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cups-1.1.19.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xpdf-3.02.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss_3_12_5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | openssl-0.9.8o.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hunspell-1.2.9.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | javamail-1_3_1.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.6.31.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.5-0119.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml2-2.7.6.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rhino1_5R5.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | MesaLib-6.2.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | stax-api-1.0-2-sources.jar&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mysql-connector-cpp.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jaf-1_0_2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | glib-2.28.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libloader.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | seamonkey-1.1.14.source.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-8c.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | xsltml_2.1.2.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | gdk-pixbuf-2.23.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.1.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxml-1.1.7.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | source-9.0.0.7-bj.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | commons-codec-1.3-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | nss-3.12.6-with-nspr-4.8.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.3.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flow-engine-0.9.4.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | cppunit-1.12.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | STLport-4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | zlib-1.2.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.06.0.20100721.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | redland-1.0.8.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libwpd-0.8.8.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | fontconfig-2.2.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | mdds_0.3.0.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | hyphen-2.4.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libformula.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | silgraphite-2.3.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | core.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | db-4.7.25.NC-custom.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librsvg-2.32.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liblayout-0.2.10.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | librepository.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | jpeg-6b.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.26.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | Python-2.6.1.tar.bz2&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libxslt-1.1.24.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | bsh-2.0b1-src.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | vigra1.4.0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | curl-7.19.7.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | expat-2.0.1.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libbase-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | liberation-fonts-ttf-1.05.3.20100427.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | flute.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libfonts.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | libserializer-1.1.6.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | rasqal-0.9.16.tar.gz&lt;br /&gt;
| | LGPL 2.1+ / GPL 2+ / Apache 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | boost_1_39_0.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | SampleICC-1.3.2.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | dejavu-fonts-ttf-2.30.zip&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| | neon-0.29.5.tar.gz&lt;br /&gt;
| | &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197143</id>
		<title>ApacheMigration/Permissive</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=ApacheMigration/Permissive&amp;diff=197143"/>
		<updated>2011-06-21T07:22:14Z</updated>

		<summary type="html">&lt;p&gt;Mba: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of files that seem to be compatible with ASL==&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;agg&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Anti-Grain Geometry - Version 2.3&lt;br /&gt;
 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)&lt;br /&gt;
 //&lt;br /&gt;
 // Permission to copy, use, modify, sell and distribute this software&lt;br /&gt;
 // is granted provided this copyright notice appears in all copies.&lt;br /&gt;
 // This software is provided &amp;quot;as is&amp;quot; without express or implied&lt;br /&gt;
 // warranty, and with no claim as to its suitability for any purpose.&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 // Contact: mcseem@antigrain.com&lt;br /&gt;
 //          mcseemagg@yahoo.com&lt;br /&gt;
 //          http://www.antigrain.com&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
 //&lt;br /&gt;
 // Arc vertex generator&lt;br /&gt;
 //&lt;br /&gt;
 //----------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;apple_remote&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*****************************************************************************&lt;br /&gt;
  * RemoteControlWrapper.h&lt;br /&gt;
  * RemoteControlWrapper&lt;br /&gt;
  *&lt;br /&gt;
  * Created by Martin Kahr on 11.03.06 under a MIT-style license.&lt;br /&gt;
  * Copyright (c) 2006 martinkahr.com. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Code modified and adapted to OpenOffice.org&lt;br /&gt;
  * by Eric Bachard on 11.08.2008 under the same license&lt;br /&gt;
  *&lt;br /&gt;
  * Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
  * copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
  * to deal in the Software without restriction, including without limitation&lt;br /&gt;
  * the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
  * and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
  * Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
  *&lt;br /&gt;
  * The above copyright notice and this permission notice shall be included&lt;br /&gt;
  * in all copies or substantial portions of the Software.&lt;br /&gt;
  *&lt;br /&gt;
  * THE SOFTWARE IS PROVIDED ‚ÄúAS IS‚Äù, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL&lt;br /&gt;
  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&lt;br /&gt;
  * THE SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  *****************************************************************************/&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;psprint_config&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 *% Adobe Systems PostScript(R) Printer Description File&lt;br /&gt;
 *% Copyright 1987-1995 Adobe Systems Incorporated.&lt;br /&gt;
 *% All Rights Reserved.&lt;br /&gt;
 *% Permission is granted for redistribution of this file as&lt;br /&gt;
 *% long as this copyright notice is intact and the contents&lt;br /&gt;
 *% of the file is not altered in any way from its original form.&lt;br /&gt;
 *% End of Copyright statement&lt;br /&gt;
&lt;br /&gt;
=== module &amp;quot;x11_extensions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * $XFree86: xc/include/extensions/randr.h,v 1.4 2001/11/24 07:24:58 keithp Exp $&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright © 2000, Compaq Computer Corporation,&lt;br /&gt;
  * Copyright © 2002, Hewlett Packard, Inc.&lt;br /&gt;
  *&lt;br /&gt;
  * Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
  * documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
  * the above copyright notice appear in all copies and that both that&lt;br /&gt;
  * copyright notice and this permission notice appear in supporting&lt;br /&gt;
  * documentation, and that the name of Compaq or HP not be used in advertising&lt;br /&gt;
  * or publicity pertaining to distribution of the software without specific,&lt;br /&gt;
  * written prior permission.  HP makes no representations about the&lt;br /&gt;
  * suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
  * without express or implied warranty.&lt;br /&gt;
  *&lt;br /&gt;
  * HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP&lt;br /&gt;
  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES&lt;br /&gt;
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION&lt;br /&gt;
  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN&lt;br /&gt;
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.&lt;br /&gt;
  *&lt;br /&gt;
  * Author:  Jim Gettys, HP Labs, Hewlett-Packard, Inc.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== sane/inc/sane.h ===&lt;br /&gt;
&lt;br /&gt;
 /* sane - Scanner Access Now Easy.&lt;br /&gt;
    Copyright (C) 1997 David Mosberger-Tang and Andreas Beck&lt;br /&gt;
    This file is part of the SANE package.&lt;br /&gt;
    This file is in the public domain.  You may use and modify it as&lt;br /&gt;
    you see fit, as long as this copyright message is included and&lt;br /&gt;
    that there is an indication as to what modifications have been&lt;br /&gt;
    made (if any).&lt;br /&gt;
    SANE is distributed in the hope that it will be useful, but WITHOUT&lt;br /&gt;
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or&lt;br /&gt;
    FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
    This file declares SANE application interface.  See the SANE&lt;br /&gt;
    standard for a detailed explanation of the interface.  */&lt;br /&gt;
&lt;br /&gt;
=== Fontmanager: ===&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.cxx&lt;br /&gt;
    vcl/unx/source/fontmanager/parseAFM.hxx&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * (C) 1988, 1989 by Adobe Systems Incorporated. All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * This file may be freely copied and redistributed as long as:&lt;br /&gt;
  *   1) This entire notice continues to be included in the file,&lt;br /&gt;
  *   2) If the file has been modified in any way, a notice of such&lt;br /&gt;
  *      modification is conspicuously indicated.&lt;br /&gt;
  *&lt;br /&gt;
  * PostScript, Display PostScript, and Adobe are registered trademarks of&lt;br /&gt;
  * Adobe Systems Incorporated.&lt;br /&gt;
  *&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  * THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT&lt;br /&gt;
  * NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS&lt;br /&gt;
  * INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR&lt;br /&gt;
  * LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY&lt;br /&gt;
  * KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION,&lt;br /&gt;
  * AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
  * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.&lt;br /&gt;
  * ************************************************************************&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /* Copyright (c) 2001-2004, The HSQL Development Group&lt;br /&gt;
  * All rights reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions are met:&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions of source code must retain the above copyright notice, this&lt;br /&gt;
  * list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistributions in binary form must reproduce the above copyright notice,&lt;br /&gt;
  * this list of conditions and the following disclaimer in the documentation&lt;br /&gt;
  * and/or other materials provided with the distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * Neither the name of the HSQL Development Group nor the names of its&lt;br /&gt;
  * contributors may be used to endorse or promote products derived from this&lt;br /&gt;
  * software without specific prior written permission.&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &amp;quot;AS IS&amp;quot;&lt;br /&gt;
  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE&lt;br /&gt;
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE&lt;br /&gt;
  * ARE DISCLAIMED. IN NO EVENT SHALL HSQL DEVELOPMENT GROUP, HSQLDB.ORG,&lt;br /&gt;
  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&lt;br /&gt;
  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&lt;br /&gt;
  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;&lt;br /&gt;
  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
=== module icc: ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 /*************************************************************************&lt;br /&gt;
  *&lt;br /&gt;
  *  OpenOffice.org - a multi-platform office productivity suite&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  *  Derived by beppec56@openoffice.org from various examples&lt;br /&gt;
  *  in SampleICC library, the original copyright retained.&lt;br /&gt;
  *&lt;br /&gt;
  *  Copyright:  © see below&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * The ICC Software License, Version 0.1&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Copyright (c) 2003-2006 The International Color Consortium. All rights&lt;br /&gt;
  * reserved.&lt;br /&gt;
  *&lt;br /&gt;
  * Redistribution and use in source and binary forms, with or without&lt;br /&gt;
  * modification, are permitted provided that the following conditions&lt;br /&gt;
  * are met:&lt;br /&gt;
  *&lt;br /&gt;
  * 1. Redistributions of source code must retain the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer.&lt;br /&gt;
  *&lt;br /&gt;
  * 2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
  *    notice, this list of conditions and the following disclaimer in&lt;br /&gt;
  *    the documentation and/or other materials provided with the&lt;br /&gt;
  *    distribution.&lt;br /&gt;
  *&lt;br /&gt;
  * 3. The end-user documentation included with the redistribution,&lt;br /&gt;
  *    if any, must include the following acknowledgment:&lt;br /&gt;
  *       &amp;quot;This product includes software developed by the&lt;br /&gt;
  *        The International Color Consortium (www.color.org)&amp;quot;&lt;br /&gt;
  *    Alternately, this acknowledgment may appear in the software itself,&lt;br /&gt;
  *    if and wherever such third-party acknowledgments normally appear.&lt;br /&gt;
  *&lt;br /&gt;
  * 4. The names &amp;quot;ICC&amp;quot; and &amp;quot;The International Color Consortium&amp;quot; must&lt;br /&gt;
  *    not be used to imply that the ICC organization endorses or&lt;br /&gt;
  *    promotes products derived from this software without prior&lt;br /&gt;
  *    written permission. For written permission, please see&lt;br /&gt;
  *    &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * THIS SOFTWARE IS PROVIDED ``AS IS&amp;#039;&amp;#039; AND ANY EXPRESSED OR IMPLIED&lt;br /&gt;
  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE&lt;br /&gt;
  * DISCLAIMED.  IN NO EVENT SHALL THE INTERNATIONAL COLOR CONSORTIUM OR&lt;br /&gt;
  * ITS CONTRIBUTING MEMBERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF&lt;br /&gt;
  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND&lt;br /&gt;
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,&lt;br /&gt;
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT&lt;br /&gt;
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF&lt;br /&gt;
  * SUCH DAMAGE.&lt;br /&gt;
  * ====================================================================&lt;br /&gt;
  *&lt;br /&gt;
  * This software consists of voluntary contributions made by many&lt;br /&gt;
  * individuals on behalf of the The International Color Consortium.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * Membership in the ICC is encouraged when this software is used for&lt;br /&gt;
  * commercial purposes.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  * For more information on The International Color Consortium, please&lt;br /&gt;
  * see &amp;lt;http://www.color.org/&amp;gt;.&lt;br /&gt;
  *&lt;br /&gt;
  *&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
===  install-sh ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 # install - install a program, script, or datafile&lt;br /&gt;
 # This comes from X11R5 (mit/util/scripts/install.sh).&lt;br /&gt;
 #&lt;br /&gt;
 # Copyright 1991 by the Massachusetts Institute of Technology&lt;br /&gt;
 #&lt;br /&gt;
 # Permission to use, copy, modify, distribute, and sell this software and its&lt;br /&gt;
 # documentation for any purpose is hereby granted without fee, provided that&lt;br /&gt;
 # the above copyright notice appear in all copies and that both that&lt;br /&gt;
 # copyright notice and this permission notice appear in supporting&lt;br /&gt;
 # documentation, and that the name of M.I.T. not be used in advertising or&lt;br /&gt;
 # publicity pertaining to distribution of the software without specific,&lt;br /&gt;
 # written prior permission.  M.I.T. makes no representations about the&lt;br /&gt;
 # suitability of this software for any purpose.  It is provided &amp;quot;as is&amp;quot;&lt;br /&gt;
 # without express or implied warranty.&lt;br /&gt;
 #&lt;br /&gt;
 # Calling this script install-sh is preferred over install.sh, to prevent&lt;br /&gt;
 # `make&amp;#039; implicit rules from creating a file called install from it&lt;br /&gt;
 # when there is no Makefile.&lt;br /&gt;
 #&lt;br /&gt;
 # This script is compatible with the BSD install script, but was written&lt;br /&gt;
 # from scratch.  It can only install one file at a time, a restriction&lt;br /&gt;
 # shared with many OS&amp;#039;s install programs.&lt;br /&gt;
&lt;br /&gt;
=== MathMLDTD/math.dtd ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Copyright 1997-1999  World Wide Web Consortium,    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- (Massachusetts Institute of Technology,            --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Institut National de Recherche en Informatique et en Automatique, --&amp;gt;&lt;br /&gt;
 &amp;lt;!--  Keio University). All Rights Reserved.            --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- http://www.w3.org/Consortium/Legal/                --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!-- Modified DTD for MathML 1.01                       --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
 &amp;lt;!-- Original DTD:                                      --&amp;gt;&lt;br /&gt;
 &amp;lt;!--    http://www.w3.org/1999/07/REC-MathML-19990707/mmlents.zip  --&amp;gt;&lt;br /&gt;
 &amp;lt;!--                                                    --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== fingerprints for libtextcat ===&lt;br /&gt;
&lt;br /&gt;
License:&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 2003, WiseGuys Internet B.V.&lt;br /&gt;
&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
Redistribution and use in source and binary forms, with or without&lt;br /&gt;
modification, are permitted provided that the following conditions are&lt;br /&gt;
met:&lt;br /&gt;
&lt;br /&gt;
- Redistributions of source code must retain the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer.&lt;br /&gt;
&lt;br /&gt;
- Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
documentation and/or other materials provided with the distribution.&lt;br /&gt;
&lt;br /&gt;
- Neither the name of the WiseGuys Internet B.V. nor the names of its&lt;br /&gt;
contributors may be used to endorse or promote products derived from&lt;br /&gt;
this software without specific prior written permission.&lt;br /&gt;
&lt;br /&gt;
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&lt;br /&gt;
&amp;quot;AS IS&amp;quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT&lt;br /&gt;
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT&lt;br /&gt;
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT&lt;br /&gt;
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE&lt;br /&gt;
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== soltools/mkdepend ===&lt;br /&gt;
&lt;br /&gt;
/* $XConsortium: pr.c,v 1.17 94/04/17 20:10:38 gildea Exp $ */&lt;br /&gt;
/*&lt;br /&gt;
&lt;br /&gt;
Copyright (c) 1993, 1994  X Consortium&lt;br /&gt;
&lt;br /&gt;
Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
in the Software without restriction, including without limitation the rights&lt;br /&gt;
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
furnished to do so, subject to the following conditions:&lt;br /&gt;
&lt;br /&gt;
The above copyright notice and this permission notice shall be included in&lt;br /&gt;
all copies or substantial portions of the Software.&lt;br /&gt;
&lt;br /&gt;
THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE&lt;br /&gt;
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN&lt;br /&gt;
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN&lt;br /&gt;
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;br /&gt;
&lt;br /&gt;
Except as contained in this notice, the name of the X Consortium shall not be&lt;br /&gt;
used in advertising or otherwise to promote the sale, use or other dealings&lt;br /&gt;
in this Software without prior written authorization from the X Consortium.&lt;br /&gt;
&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>Mba</name></author>
	</entry>
</feed>