The ICU license simply states

"Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation. "

The sqlite license states that

"All of the deliverable code in SQLite has been dedicated to the
public domain by the authors. All code authors, and representatives of
the companies they work for, have signed affidavits dedicating their
contributions to the public domain and originals of those signed
affidavits are stored in a firesafe at the main offices of Hwaci.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute the original SQLite code, either in source code form or as
a compiled binary, for any purpose, commercial or non-commercial, and
by any means. "

Based on the above I presume that there aren't any licensing issues.
My compiling and linking the code shouldn't really have an effect on
the license or the distribution of the binaries.

Petros
On Jan 13, 8:52 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> This is great, thank you. Could you comment on licensing issues?
>
> Massimo
>
> On Jan 13, 1:31 pm, Petros Diveris <pdive...@gmail.com> wrote:
>
> > Hi,
>
> > Following my previous posts with regards to upper and lower case
> > problems I had with the sqlite3 version included in the python 2.5
> > (and therefore web2py) distribution, and my promise to resove this,
> > I'd like to announce that I have finally managed to compile
> > sqlite3.dll and the necessary ICU support files and make them
> > available. I have used MSVC2008 express and to my knowledge, no
> > support DLLs are required - it's all self contained.
>
> > The versions compiled are sqlite3.dll 3.8.6 and ICU 3.8.1. Please read
> > the instructions and get the files 
> > herehttp://www.urban-eye.com/pagesqliteicu.html.
> > You will need to overwrite the sqlite3.dll included in the web2py
> > folder and also include the the icu*.dll files. Please note that I
> > don't know how well or even if this works with Chinese or Russian -
> > have only tested German, Greek and English. Please also note that I
> > cannot guarantee the integrity of your data - please make backups and
> > test thoroughly!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to