Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Benoit Jacob
Dear Avogadro developers,

Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.

Also, I would suggest moving to Eigen 3 if you haven't already: it is now
MPL2-licenced, which is closer to the 3-clause BSD license than Eigen2's
licensing options are.

Cheers,
Benoit

2013/3/12 Marcus D. Hanwell marcus.hanw...@kitware.com

 Hi,

 We have talked about this offline, and at times on the list. As many
 of you already know we are working on a rewrite of Avogadro, and we
 are preparing to make an initial alpha release. It features many great
 new features, but does not yet have feature parity with Avogadro 1.x.
 Avogadro 2 is a rewrite and re-architecture of Avogadro using a
 simpler, more liberal 3-clause BSD license. A lot of the API has
 changed, and we invite community participation. For some background to
 the project please see,

 http://wiki.openchemistry.org/
 http://www.slideshare.net/cryos/the-open-chemistry-project

 You can see the latest version make use of obabel command line tools
 for file translation, geometry optimization, and other pieces using a
 qprocess to manage execution. We are also looking at using this
 approach to run Python and Java in a more loosely coupled form, and we
 have ported most of the input generators to use a much simpler
 scripting framework where the addition of scripts can add new
 generators to the GUI using pure Python, or other languages.

 To that end, we would like to know which of our Avogadro contributors
 agree to relicensing their contributions under the 3-clause BSD
 license, linked below,

 http://opensource.org/licenses/BSD-3-Clause

 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),

   Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.

 or

   No, I do not agree.

 Anything other than the above Yes sentence will mean No. Without
 your agreement we will make no attempt to port your contribution to
 Avogadro 2's code base, we would also love input from our contributors
 on Avogadro 2, and have made every attempt to address many of the
 shortcomings we perceived in Avogadro.

 Thanks,

 Marcus


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 Avogadro-devel mailing list
 Avogadro-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/avogadro-devel

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Marcus D. Hanwell
On Mon, Mar 18, 2013 at 11:30 AM, Benoit Jacob jacob.benoi...@gmail.com wrote:
 Dear Avogadro developers,


 Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.

 Also, I would suggest moving to Eigen 3 if you haven't already: it is now
 MPL2-licenced, which is closer to the 3-clause BSD license than Eigen2's
 licensing options are.

Thanks, you may have recognized the relicensing email text which I
modeled on your emails ;-) Avogadro 2 is already using Eigen 3, and
there is possibly a patch to do most of this a contributor sent to me
recently - I need to take a look at it and assess the impact of it.

Thanks,

Marcus

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Benoit Jacob
Thanks Marcus and Geoff for the replies.

Just FYI there is a carefully documented Eigen2-Eigen3 porting path. Even
if you already have a patch doing most of the porting, it is still worth
taking a look at, as it lists some known pitfalls.

The main page is
http://eigen.tuxfamily.org/dox/Eigen2ToEigen3.html

and the detailed careful porting path (needed for nontrivial portings) is
http://eigen.tuxfamily.org/dox/Eigen2SupportModes.html

Benoit

2013/3/18 Marcus D. Hanwell marcus.hanw...@kitware.com

 On Mon, Mar 18, 2013 at 11:30 AM, Benoit Jacob jacob.benoi...@gmail.com
 wrote:
  Dear Avogadro developers,
 
 
  Yes, I agree to have all the code that I contributed to Avogadro
  relicensed to the 3-clause BSD license.
 
  Also, I would suggest moving to Eigen 3 if you haven't already: it is now
  MPL2-licenced, which is closer to the 3-clause BSD license than Eigen2's
  licensing options are.
 
 Thanks, you may have recognized the relicensing email text which I
 modeled on your emails ;-) Avogadro 2 is already using Eigen 3, and
 there is possibly a patch to do most of this a contributor sent to me
 recently - I need to take a look at it and assess the impact of it.

 Thanks,

 Marcus

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Michael Banck
Hi,

Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.


Michael

On Tue, Mar 12, 2013 at 04:35:43PM -0400, Marcus D. Hanwell wrote:
 We have talked about this offline, and at times on the list. As many
 of you already know we are working on a rewrite of Avogadro, and we
 are preparing to make an initial alpha release. It features many great
 new features, but does not yet have feature parity with Avogadro 1.x.
 Avogadro 2 is a rewrite and re-architecture of Avogadro using a
 simpler, more liberal 3-clause BSD license. A lot of the API has
 changed, and we invite community participation. For some background to
 the project please see,
 
 http://wiki.openchemistry.org/
 http://www.slideshare.net/cryos/the-open-chemistry-project
 
 You can see the latest version make use of obabel command line tools
 for file translation, geometry optimization, and other pieces using a
 qprocess to manage execution. We are also looking at using this
 approach to run Python and Java in a more loosely coupled form, and we
 have ported most of the input generators to use a much simpler
 scripting framework where the addition of scripts can add new
 generators to the GUI using pure Python, or other languages.
 
 To that end, we would like to know which of our Avogadro contributors
 agree to relicensing their contributions under the 3-clause BSD
 license, linked below,
 
 http://opensource.org/licenses/BSD-3-Clause
 
 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),
 
   Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.
 
 or
 
   No, I do not agree.
 
 Anything other than the above Yes sentence will mean No. Without
 your agreement we will make no attempt to port your contribution to
 Avogadro 2's code base, we would also love input from our contributors
 on Avogadro 2, and have made every attempt to address many of the
 shortcomings we perceived in Avogadro.
 
 Thanks,
 
 Marcus
 
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 Avogadro-devel mailing list
 Avogadro-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/avogadro-devel

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Eric Brown
Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.

Eric Brown

On Mar 13, 2013, at 10:42 AM, Marcus D. Hanwell marcus.hanw...@kitware.com 
wrote:

 Hi,
 
 Thanks to everyone who responded so far. In less than a day we have
 responses from (which already covers a large portion of the code
 base),
 
 Marcus D. Hanwell
 Casper Steinmann
 David Lonie
 Geoffrey Hutchison
 Jens Thomas
 Matthew Kennedy
 
 This leaves the following people (added to CC from emails found in git
 log). If they are no longer subscribed to the list we could make the
 list open for a few days as Eigen did (although it opened them up to
 quite a bit of spam too). The list below is crudely de-duplicated by
 me and roughly sorted by number of lines changed. I have not yet
 analyzed exactly what those lines were, but would certainly appreciate
 responses from all contributors.
 
 Tim Vandermeersch
 Konstantin Tokarev
 Donald Ephraim Curtis
 Eric Brown
 Michael Banck
 Jogvan Magnus Olsen
 Albert DeFusco
 Benoit Jacob
 Carsten Niehaus
 James Bunt
 Naomi Fox
 Raimondas Galvelis
 Ross Braithwaite
 Jordan Mantha
 Shahzad Ali
 Simon Ochsenreither
 Gary Kedziora
 Kristof Bal
 Reinis Danne
 Egon Willighagen
 
 The full email is included below, with the most important part being a
 response (to the Avogadro development list),
 
 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),
 
  Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.
 
 or
 
  No, I do not agree.
 
 Anything other than the above Yes sentence will mean No. Without
 your agreement we will make no attempt to port your contribution to
 Avogadro 2's code base.
 
 Thanks,
 
 Marcus
 
 On Wed, Mar 13, 2013 at 5:11 AM, Jens linuck...@gmail.com wrote:
 Yes, I agree to have all the code that I contributed to Avogadro relicensed
 to the 3-clause BSD license.
 
 Jens
 
 On 12 March 2013 20:35, Marcus D. Hanwell marcus.hanw...@kitware.com
 wrote:
 
 Hi,
 
 We have talked about this offline, and at times on the list. As many
 of you already know we are working on a rewrite of Avogadro, and we
 are preparing to make an initial alpha release. It features many great
 new features, but does not yet have feature parity with Avogadro 1.x.
 Avogadro 2 is a rewrite and re-architecture of Avogadro using a
 simpler, more liberal 3-clause BSD license. A lot of the API has
 changed, and we invite community participation. For some background to
 the project please see,
 
 http://wiki.openchemistry.org/
 http://www.slideshare.net/cryos/the-open-chemistry-project
 
 You can see the latest version make use of obabel command line tools
 for file translation, geometry optimization, and other pieces using a
 qprocess to manage execution. We are also looking at using this
 approach to run Python and Java in a more loosely coupled form, and we
 have ported most of the input generators to use a much simpler
 scripting framework where the addition of scripts can add new
 generators to the GUI using pure Python, or other languages.
 
 To that end, we would like to know which of our Avogadro contributors
 agree to relicensing their contributions under the 3-clause BSD
 license, linked below,
 
 http://opensource.org/licenses/BSD-3-Clause
 
 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),
 
  Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.
 
 or
 
  No, I do not agree.
 
 Anything other than the above Yes sentence will mean No. Without
 your agreement we will make no attempt to port your contribution to
 Avogadro 2's code base, we would also love input from our contributors
 on Avogadro 2, and have made every attempt to address many of the
 shortcomings we perceived in Avogadro.
 
 Thanks,
 
 Marcus


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Tim Vandermeersch
Yes, I agree to have all the code that I contributed to Avogadro relicensed
to the 3-clause BSD license.

On Wed, Mar 13, 2013 at 7:49 PM, Simon Ochsenreither si...@ochsenreither.de
 wrote:

 Hi,


 Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.


 Keep up the good work!

 Thanks and bye,

 Simon

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Simon Ochsenreither
Hi,

Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.

Keep up the good work!

Thanks and bye,

Simon

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Naomi Fox
That's fine with me.

On Wed, Mar 13, 2013 at 12:15 PM, Tim Vandermeersch 
tim.vandermeer...@gmail.com wrote:

 Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.

 On Wed, Mar 13, 2013 at 7:49 PM, Simon Ochsenreither 
 si...@ochsenreither.de wrote:

 Hi,


 Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.


 Keep up the good work!

 Thanks and bye,

 Simon





-- 
-Naomi
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread James Bunt
Yes, I agree to have all the code that I contributed to Avogadro relicensed
to the 3-clause BSD license.


On Thu, Mar 14, 2013 at 4:42 AM, Marcus D. Hanwell 
marcus.hanw...@kitware.com wrote:

 Hi,

 Thanks to everyone who responded so far. In less than a day we have
 responses from (which already covers a large portion of the code
 base),

 Marcus D. Hanwell
 Casper Steinmann
 David Lonie
 Geoffrey Hutchison
 Jens Thomas
 Matthew Kennedy

 This leaves the following people (added to CC from emails found in git
 log). If they are no longer subscribed to the list we could make the
 list open for a few days as Eigen did (although it opened them up to
 quite a bit of spam too). The list below is crudely de-duplicated by
 me and roughly sorted by number of lines changed. I have not yet
 analyzed exactly what those lines were, but would certainly appreciate
 responses from all contributors.

 Tim Vandermeersch
 Konstantin Tokarev
 Donald Ephraim Curtis
 Eric Brown
 Michael Banck
 Jogvan Magnus Olsen
 Albert DeFusco
 Benoit Jacob
 Carsten Niehaus
 James Bunt
 Naomi Fox
 Raimondas Galvelis
 Ross Braithwaite
 Jordan Mantha
 Shahzad Ali
 Simon Ochsenreither
 Gary Kedziora
 Kristof Bal
 Reinis Danne
 Egon Willighagen

 The full email is included below, with the most important part being a
 response (to the Avogadro development list),

 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),

   Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.

 or

   No, I do not agree.

 Anything other than the above Yes sentence will mean No. Without
 your agreement we will make no attempt to port your contribution to
 Avogadro 2's code base.

 Thanks,

 Marcus

 On Wed, Mar 13, 2013 at 5:11 AM, Jens linuck...@gmail.com wrote:
  Yes, I agree to have all the code that I contributed to Avogadro
 relicensed
  to the 3-clause BSD license.
 
  Jens
 
  On 12 March 2013 20:35, Marcus D. Hanwell marcus.hanw...@kitware.com
  wrote:
 
  Hi,
 
  We have talked about this offline, and at times on the list. As many
  of you already know we are working on a rewrite of Avogadro, and we
  are preparing to make an initial alpha release. It features many great
  new features, but does not yet have feature parity with Avogadro 1.x.
  Avogadro 2 is a rewrite and re-architecture of Avogadro using a
  simpler, more liberal 3-clause BSD license. A lot of the API has
  changed, and we invite community participation. For some background to
  the project please see,
 
  http://wiki.openchemistry.org/
  http://www.slideshare.net/cryos/the-open-chemistry-project
 
  You can see the latest version make use of obabel command line tools
  for file translation, geometry optimization, and other pieces using a
  qprocess to manage execution. We are also looking at using this
  approach to run Python and Java in a more loosely coupled form, and we
  have ported most of the input generators to use a much simpler
  scripting framework where the addition of scripts can add new
  generators to the GUI using pure Python, or other languages.
 
  To that end, we would like to know which of our Avogadro contributors
  agree to relicensing their contributions under the 3-clause BSD
  license, linked below,
 
  http://opensource.org/licenses/BSD-3-Clause
 
  If you contributed code to Avogadro, please reply to this email with
  either one of the following statements (adapted from the Eigen
  relicensing effort led by Benoit),
 
Yes, I agree to have all the code that I contributed to Avogadro
  relicensed to the 3-clause BSD license.
 
  or
 
No, I do not agree.
 
  Anything other than the above Yes sentence will mean No. Without
  your agreement we will make no attempt to port your contribution to
  Avogadro 2's code base, we would also love input from our contributors
  on Avogadro 2, and have made every attempt to address many of the
  shortcomings we perceived in Avogadro.
 
  Thanks,
 
  Marcus

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Konstantin Tokarev
Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.

-- 
Regards,
Konstantin

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-18 Thread Ross Braithwaite
Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.

Ross Braithwaite


On Wed, Mar 13, 2013 at 9:35 AM, Marcus D. Hanwell 
marcus.hanw...@kitware.com wrote:

 Hi,

 We have talked about this offline, and at times on the list. As many
 of you already know we are working on a rewrite of Avogadro, and we
 are preparing to make an initial alpha release. It features many great
 new features, but does not yet have feature parity with Avogadro 1.x.
 Avogadro 2 is a rewrite and re-architecture of Avogadro using a
 simpler, more liberal 3-clause BSD license. A lot of the API has
 changed, and we invite community participation. For some background to
 the project please see,

 http://wiki.openchemistry.org/
 http://www.slideshare.net/cryos/the-open-chemistry-project

 You can see the latest version make use of obabel command line tools
 for file translation, geometry optimization, and other pieces using a
 qprocess to manage execution. We are also looking at using this
 approach to run Python and Java in a more loosely coupled form, and we
 have ported most of the input generators to use a much simpler
 scripting framework where the addition of scripts can add new
 generators to the GUI using pure Python, or other languages.

 To that end, we would like to know which of our Avogadro contributors
 agree to relicensing their contributions under the 3-clause BSD
 license, linked below,

 http://opensource.org/licenses/BSD-3-Clause

 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),

   Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.

 or

   No, I do not agree.

 Anything other than the above Yes sentence will mean No. Without
 your agreement we will make no attempt to port your contribution to
 Avogadro 2's code base, we would also love input from our contributors
 on Avogadro 2, and have made every attempt to address many of the
 shortcomings we perceived in Avogadro.

 Thanks,

 Marcus


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 Avogadro-devel mailing list
 Avogadro-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/avogadro-devel

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-17 Thread Egon Willighagen
On Tue, Mar 12, 2013 at 9:35 PM, Marcus D. Hanwell
marcus.hanw...@kitware.com wrote:
 To that end, we would like to know which of our Avogadro contributors
 agree to relicensing their contributions under the 3-clause BSD
 license, linked below,

 http://opensource.org/licenses/BSD-3-Clause

 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),

Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.

Egon


--
Dr E.L. Willighagen
Postdoctoral Researcher
Department of Bioinformatics - BiGCaT
Maastricht University (http://www.bigcat.unimaas.nl/)
Homepage: http://egonw.github.com/
LinkedIn: http://se.linkedin.com/in/egonw
Blog: http://chem-bla-ics.blogspot.com/
PubList: http://www.citeulike.org/user/egonw/tag/papers

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


[Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-16 Thread Carsten Niehaus
Hi

Yes, I agree to have all the code that I contributed to Avogadro relicensed
to the 3-clause BSD license.

Carsten NIehaus


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-14 Thread Raimondas Galvelis
  Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


[Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-12 Thread Marcus D. Hanwell
Hi,

We have talked about this offline, and at times on the list. As many
of you already know we are working on a rewrite of Avogadro, and we
are preparing to make an initial alpha release. It features many great
new features, but does not yet have feature parity with Avogadro 1.x.
Avogadro 2 is a rewrite and re-architecture of Avogadro using a
simpler, more liberal 3-clause BSD license. A lot of the API has
changed, and we invite community participation. For some background to
the project please see,

http://wiki.openchemistry.org/
http://www.slideshare.net/cryos/the-open-chemistry-project

You can see the latest version make use of obabel command line tools
for file translation, geometry optimization, and other pieces using a
qprocess to manage execution. We are also looking at using this
approach to run Python and Java in a more loosely coupled form, and we
have ported most of the input generators to use a much simpler
scripting framework where the addition of scripts can add new
generators to the GUI using pure Python, or other languages.

To that end, we would like to know which of our Avogadro contributors
agree to relicensing their contributions under the 3-clause BSD
license, linked below,

http://opensource.org/licenses/BSD-3-Clause

If you contributed code to Avogadro, please reply to this email with
either one of the following statements (adapted from the Eigen
relicensing effort led by Benoit),

  Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.

or

  No, I do not agree.

Anything other than the above Yes sentence will mean No. Without
your agreement we will make no attempt to port your contribution to
Avogadro 2's code base, we would also love input from our contributors
on Avogadro 2, and have made every attempt to address many of the
shortcomings we perceived in Avogadro.

Thanks,

Marcus

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-12 Thread Casper Steinmann
Yes, I agree to have all the code that I contributed to Avogadro
relicensed to the 3-clause BSD license.


On Tue, Mar 12, 2013 at 9:35 PM, Marcus D. Hanwell 
marcus.hanw...@kitware.com wrote:

 Hi,

 We have talked about this offline, and at times on the list. As many
 of you already know we are working on a rewrite of Avogadro, and we
 are preparing to make an initial alpha release. It features many great
 new features, but does not yet have feature parity with Avogadro 1.x.
 Avogadro 2 is a rewrite and re-architecture of Avogadro using a
 simpler, more liberal 3-clause BSD license. A lot of the API has
 changed, and we invite community participation. For some background to
 the project please see,

 http://wiki.openchemistry.org/
 http://www.slideshare.net/cryos/the-open-chemistry-project

 You can see the latest version make use of obabel command line tools
 for file translation, geometry optimization, and other pieces using a
 qprocess to manage execution. We are also looking at using this
 approach to run Python and Java in a more loosely coupled form, and we
 have ported most of the input generators to use a much simpler
 scripting framework where the addition of scripts can add new
 generators to the GUI using pure Python, or other languages.

 To that end, we would like to know which of our Avogadro contributors
 agree to relicensing their contributions under the 3-clause BSD
 license, linked below,

 http://opensource.org/licenses/BSD-3-Clause

 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),

   Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.

 or

   No, I do not agree.

 Anything other than the above Yes sentence will mean No. Without
 your agreement we will make no attempt to port your contribution to
 Avogadro 2's code base, we would also love input from our contributors
 on Avogadro 2, and have made every attempt to address many of the
 shortcomings we perceived in Avogadro.

 Thanks,

 Marcus


 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 Avogadro-devel mailing list
 Avogadro-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/avogadro-devel

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel


Re: [Avogadro-devel] Contributor approval for 3-clause BSD relicensing (YOUR ACTION NEEDED)

2013-03-12 Thread Geoffrey Hutchison
Yes, I agree to have all the code that I contributed to Avogadro relicensed to 
the 3-clause BSD license.

-Geoffrey Hutchison

On Mar 12, 2013, at 4:35 PM, Marcus D. Hanwell marcus.hanw...@kitware.com 
wrote:

 Hi,
 
 We have talked about this offline, and at times on the list. As many
 of you already know we are working on a rewrite of Avogadro, and we
 are preparing to make an initial alpha release. It features many great
 new features, but does not yet have feature parity with Avogadro 1.x.
 Avogadro 2 is a rewrite and re-architecture of Avogadro using a
 simpler, more liberal 3-clause BSD license. A lot of the API has
 changed, and we invite community participation. For some background to
 the project please see,
 
 http://wiki.openchemistry.org/
 http://www.slideshare.net/cryos/the-open-chemistry-project
 
 You can see the latest version make use of obabel command line tools
 for file translation, geometry optimization, and other pieces using a
 qprocess to manage execution. We are also looking at using this
 approach to run Python and Java in a more loosely coupled form, and we
 have ported most of the input generators to use a much simpler
 scripting framework where the addition of scripts can add new
 generators to the GUI using pure Python, or other languages.
 
 To that end, we would like to know which of our Avogadro contributors
 agree to relicensing their contributions under the 3-clause BSD
 license, linked below,
 
 http://opensource.org/licenses/BSD-3-Clause
 
 If you contributed code to Avogadro, please reply to this email with
 either one of the following statements (adapted from the Eigen
 relicensing effort led by Benoit),
 
  Yes, I agree to have all the code that I contributed to Avogadro
 relicensed to the 3-clause BSD license.
 
 or
 
  No, I do not agree.
 
 Anything other than the above Yes sentence will mean No. Without
 your agreement we will make no attempt to port your contribution to
 Avogadro 2's code base, we would also love input from our contributors
 on Avogadro 2, and have made every attempt to address many of the
 shortcomings we perceived in Avogadro.
 
 Thanks,
 
 Marcus
 
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_mar
 ___
 Avogadro-devel mailing list
 Avogadro-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/avogadro-devel


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel