Re: blanket license statement ...

2012-05-28 Thread Jordan Ayers
Sure, My past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ licenses. Jordan Ayers On Wed, May 9, 2012 at 11:09 AM, Michael Meeks michael.me...@suse.com wrote: Hi Jordan,        I'm just working through the MPL/LGPLv3+ re-licensing audit at the moment (so

[Libreoffice] [PATCH] More cleanup in perl installer:: modules.

2011-08-28 Thread Jordan Ayers
to find last use (if any) in master, or initial commit of the code (if it was never used). LGPLv3+ / MPL. Jordan Ayers From 8a2ac510c7afea1f471da4935f25976f62fe06f6 Mon Sep 17 00:00:00 2001 From: Jordan Ayers jordan.ay...@gmail.com Date: Wed, 24 Aug 2011 21:55:08 -0500 Subject: [PATCH 1/3] Remove

[Libreoffice] [PATCH] Remove unused globals from make_installer.pl

2011-08-22 Thread Jordan Ayers
; a global is overkill here). LGPLv3+/MPL Jordan Ayers From fd8df702c4b606aeaca0c9252428e27663e26ce4 Mon Sep 17 00:00:00 2001 From: Jordan Ayers jordan.ay...@gmail.com Date: Sat, 13 Aug 2011 22:49:11 -0500 Subject: [PATCH] Clean up globals in make_installer.pl Reduce scope of $packjobref. Remove

[Libreoffice] [PATCH] Remove an unused perl module

2011-08-22 Thread Jordan Ayers
Another one related to fdo#39747. The file solenv/bin/modules/installer/configuration.pm isn't used at all currently. (I see that it was used for a while back in 2004 by make_installer.pl.) This patch drops the file. LGPLv3+/MPL Jordan Ayers From fc1a7ebdb81cfb927f80a4ba4fb625a40840263f Mon

[Libreoffice] [PATCH] Remove --server mode from build.pl

2011-08-10 Thread Jordan Ayers
unrelated to the --server switch. LGPLv3+/MPL Jordan Ayers From 5626f1468f646d118d51b8c3ac1f6bfb1e2a2b35 Mon Sep 17 00:00:00 2001 From: Jordan Ayers jordan.ay...@gmail.com Date: Wed, 10 Aug 2011 08:17:55 -0500 Subject: [PATCH] Remove --server mode and supporting code from build.pl. --- bootstrap.1

Re: [Libreoffice] [PUSHED] Re: [PATCH] Accelerate perl installer: optimize installer::scriptitems::optimize_list().

2010-12-02 Thread Jordan Ayers
On Thu, Dec 2, 2010 at 3:23 AM, Caolán McNamara caol...@redhat.com wrote: On Tue, 2010-11-30 at 23:02 -0600, Jordan Ayers wrote: Another performance improvement for the perl installer.  This one brought my ./bin/ooinstall -l dirname time down from about 4 1/2 minutes to under 4 minutes. Oky

[Libreoffice] [PATCH] Accelerate perl installer: optimize installer::scriptitems::optimize_list().

2010-11-30 Thread Jordan Ayers
). I'm finding the NYTProf module useful for finding performance bottlenecks in the perl code, although on my system the times seem to bloat out by a factor of 3 or so with the profiler running. LGPLv3+/MPL. Jordan Ayers From 7d6e4413d90f9e7bc6451b89fe3c481a303279de Mon Sep 17 00:00:00 2001 From

[Libreoffice] [PATCH] Perl Installer: Remove 'dead' code

2010-11-10 Thread Jordan Ayers
this routine for normal builds. LGPLv3+/MPL Jordan Ayers From 4f432b8b72ef38fcb272424912dfe7d688a05f93 Mon Sep 17 00:00:00 2001 From: Jordan Ayers jordan.ay...@gmail.com Date: Wed, 10 Nov 2010 21:26:46 -0600 Subject: [PATCH] Perl Installer: Remove disabled Win9x build guard. Remove the feature component

[Libreoffice] [PATCH] Remove wrapcmd from perl installer

2010-11-08 Thread Jordan Ayers
Minor cleanup item I saw when preparing my last patches. LGPLv3+/MPL Jordan Ayers From c2c5af35636a6f1bfd9f69b39e9baddc7da2f894 Mon Sep 17 00:00:00 2001 From: Jordan Ayers jordan.ay...@gmail.com Date: Mon, 8 Nov 2010 19:56:49 -0600 Subject: [PATCH] Remove unused global from perl installer Per

[Libreoffice] [PATCH] build.pl dead code, spelling fixes

2010-11-08 Thread Jordan Ayers
Miscellaneous cleanup to build.pl. Mostly removal of dead code, with a few spelling / German-English fixes. LGPLv3+/MPL Jordan Ayers From bcebd3c5cf9c62aa3321dca253a7d61bded6cde9 Mon Sep 17 00:00:00 2001 From: Jordan Ayers jordan.ay...@gmail.com Date: Wed, 3 Nov 2010 23:35:04 -0500 Subject

[Libreoffice] [PATCH] EasyHacks: Accelerate Perl Installer

2010-11-07 Thread Jordan Ayers
the current perlport doc. LGPLv3+/MPL. Jordan Ayers From 09210008700de4243b249e157a3df83a317bbac2 Mon Sep 17 00:00:00 2001 From: Jordan Ayers jordan.ay...@gmail.com Date: Sun, 7 Nov 2010 18:02:12 -0600 Subject: [PATCH 1/2] Perl Installer: Use built-in chmod Replace several system calls