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® 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