Re: blanket license statement ...

2012-05-29 Thread Santiago Alessandri
Hi, Here goes my blanket statement regarding my contributions to LibreOffice: "All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license" Regards -- Santiago Alessandri Forensic Analyst, Co-Founder. Nasel (http://ww

[Libreoffice] [PATCH] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in base repo

2010-11-13 Thread Santiago Alessandri
With this patch I think there are no more misuses of createFromAscii in the base repository. It is released under MPL 1.1 / GPLv3+ / LGPLv3+ -- Santiago Alessandri From 23bf6c3ca93c68e50c0a1f5e08ddd05c38db64b5 Mon Sep 17 00:00:00 2001 From: Santiago Alessandri Date: Sat, 13 Nov 2010 12:48:57

Re: [Libreoffice] [PUSHED] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in /dbaccess/source/ in base repo

2010-11-12 Thread Santiago Alessandri
Oops, missed that ones, sry! Won't happen in the next patch =) On Fri, Nov 12, 2010 at 4:20 AM, David Tardon wrote: > On Thu, Nov 11, 2010 at 06:03:31PM -0300, Santiago Alessandri wrote: > > Hi! > > > > I'm attaching the patch for changing the

[Libreoffice] [PATCH] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in dbaccess/source/core/dataaccess/

2010-11-11 Thread Santiago Alessandri
Here goes a patch for the base repo. It's my first patch, hoping it's fine :-) (LGPLv3+ / MPL) Santiago Alessandri From ea85fc8fe1d340502be04ceb7b6759c252ba029d Mon Sep 17 00:00:00 2001 From: Santiago Alessandri Date: Thu, 11 Nov 2010 10:19:47 -0300 Subject: [PATCH] Replaced