About my contributions to LibreOffice and license statement

2012-05-16 Thread Francisco Kem Iti Saito
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license -- Francisco Kem Iti Saito Diretor de Mercados e Produtos http://www.4linux.com.br/ 11-2125-4774 11-9974-1583 ___ LibreOffice mailing

Re: [Libreoffice] [PATCH] removing the executable mode from some source files

2011-03-25 Thread saito
"\ script" (with space) will manage to sort out just the executable ones.So I changed my script to search for "\ script" using "grep" and "file" commands and no more file type (extensions) exclusion patterns.It was tested here  and attached on this email.

Re: [Libreoffice] [PATCH] removing the executable mode from some source files

2011-03-23 Thread saito
ion pattern since this perl file is meant to be executable but it does not get detected as "executable" by the command "file".If I change this perl scripts like rebase.pl to use shebangs and /usr/bin/env, this exclusion pattern probably will not be used. But It will be another scr

Re: [Libreoffice] [PATCH] removing the executable mode from some source files

2011-03-23 Thread saito
d that some perl files are not using shebang, so the "file command"  cannot detect it as executable.Can you send me the git-hook pre-commit so I can try to modify it to make this tests automatically?Francisco Kem Iti Saito 4linuxEm 23/03/2011 às 12:34 horas, "Tor Lillqvist" es

Re: [Libreoffice] [PATCH] removing the executable mode from some source files

2011-03-23 Thread saito
tside the source tree or I was unable to find it. Francisco Kem Iti Saito Em 23/03/2011 às 11:55 horas, "Tor Lillqvist" escreveu:Thanks, but maybe we should simply run a script over all the repos to chmod -x any .cxx .hxx .mk etc files?And then add a git hook to remove x bits in the fu

[Libreoffice] [PATCH] removing the executable mode from some source files

2011-03-23 Thread Francisco Kem Iti Saito
Hi, This will remove execution bit from some source files on the project filters. patch sended under LPGLv3+/MPL ! -- Francisco Kem Iti Saito 4Linux - Brazil diff below: diff --git a/oox/source/token/tokens.hxx.head b/oox/source/token/tokens.hxx.head old mode 100755 new mode