This is deeply concerning -- from my initial inspection of the code, it's pretty clear that the NuoDB backend has been substantially copied from Django's postgresql_psycopg2 backend.
The code in the Django postgresql_psycogpy2 backend, like all of Django, is covered by Django's BSD license, which requires attribution of the copyright to: Copyright (c) Django Software Foundation and individual contributors. All rights reserved. The DSF takes this copyright very seriously. While I'm enthusiastic about the prospect of a new database supporting Django, that can't be at the cost of the Django community losing it's intellectual property rights. Lindsey -- I'll be in touch shortly in my capacity as DSF President to discuss this issue. Yours, Russ Magee %-) On Wed, Aug 7, 2013 at 9:27 PM, Michael Manfre <[email protected]> wrote: > Copyright (c) 2012, NuoDB, Inc. > All rights reserved. > > You might want to update the license to reflect that most of the code is > actually a copy & paste from Django's postgresql_psycopg2 backend, which > was obvious because whoever worked on the backend forgot to remove all of > the "postgresql" comments from the code. > > Regards, > Michael Manfre > > > On Tuesday, August 6, 2013 2:18:35 PM UTC-4, Lindsey Hoyem wrote: >> >> Read a full description of the 1.2 Release here : http://bit.ly/187MJYX, >> including previews, bug fixes, and product enhancements! If your >> interested in the Django Driver, it can be found on github: >> http://bit.ly/15Gpis6 > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

