All,

The change was done.

These are the repositories updated:

https://code.openbravo.com/erp/devel/pi
https://code.openbravo.com/erp/devel/dbsm-main
https://code.openbravo.com/erp/stable/2.40
https://code.openbravo.com/erp/stable/dbsm-2.40
https://code.openbravo.com/erp/mods/*
https://code.openbravo.com/erp/pmods/*

Regards,
Gorka

On Fri, Mar 12, 2010 at 11:03, Paolo Juvara <[email protected]> wrote:
> All,
>
> besides changing the license text in the source files, we also need to
> change the author of each module. In that case, making a mass update of all
> modules might be too expensive and there is no need to hurry but please
> remember that:
>
> If you publish a new version of an existing module, please take that
> opportunity to correct the author name in the module definition and set it
> to "Openbravo S.L.U."
> If you publish a new module, set the author to "Openbravo S.L.U."
>
> Thanks,
>
> Paolo
>
> On Thu, Mar 11, 2010 at 2:19 PM, Gorka Gil <[email protected]> wrote:
>>
>> Since in the previous mail the regular expresion was divided
>> incorrectly, for those who wants to make the changes by themselves:
>>
>> http://dpaste.com/hold/170772/
>>
>> Regards,
>> Gorka
>>
>> On Thu, Mar 11, 2010 at 00:28, Gorka Gil <[email protected]> wrote:
>> > All,
>> >
>> > Since Openbravo changes from "Openbravo S.L." to "Openbravo S.L.U.",
>> > this should be reflected in all Openbravo sources.
>> >
>> > Starting from now all the new files should have "Openbravo S.L.U." in
>> > the license text.
>> >
>> > Next Friday (March 12) at 19:00 CET aprox, we will update all the
>> > files in pi repository and also all the repositories in pmods and
>> > mods.
>> >
>> > For those who prefer to update the code of their modules by
>> > themselves, they can do it before this date. This linux command
>> > executed in the root of the repository will do the job:
>> >
>> > for file in $(grep -rI 'Openbravo,\? S\.\?L\.\?' * | awk -F : '{print
>> > $1}'); do sed 's/Openbravo\(,\)\?
>> > S\(\.\)\?L\(\.\)\?U\?\.\?/Openbravo\1 S\2L\3U\3/g' -i $file; done;
>> >
>> > Regards,
>> > Gorka
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> Download Intel&#174; Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> Openbravo-development mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/openbravo-development
>
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-development

Reply via email to