chiark / gitweb /
recommend building in a subdir
[nlopt.git] / src / algs / stogo / COPYRIGHT
1 The original StoGO code is:
2
3 Copyright (c) 1998 by S. Zertchaninov and K. Madsen.
4
5 Permission is hereby granted, free of charge, to any person obtaining
6 a copy of this software and associated documentation files (the
7 "Software"), to deal in the Software without restriction, including
8 without limitation the rights to use, copy, modify, merge, publish,
9 distribute, sublicense, and/or sell copies of the Software, and to
10 permit persons to whom the Software is furnished to do so, subject to
11 the following conditions:
12
13 The above copyright notice and this permission notice shall be
14 included in all copies or substantial portions of the Software.
15
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
24 ----------------------------------------------------------------------
25
26 The StoGO source code on the authors' web site has no copyright or
27 license information, but I (Steven G. Johnson) contacted the author
28 K. Madsen for clarification and he gave me permission to distribute
29 it under the MIT license above.  See the correspondence below:
30
31 ----------------------------------------------------------------------
32 Date: Fri, 24 Aug 2007 10:46:09 +0200
33 From: Kaj Madsen <km@imm.dtu.dk>
34 To: stevenj@math.mit.edu
35 Subject: RE: open source license for StoGO software?
36
37 The MIT licence is ok with me, and so is your copyright suggestion. 
38
39 Kaj Madsen. 
40
41 -----Original Message-----
42 From: Steven G. Johnson [mailto:stevenj@fftw.org] 
43 Sent: 23. august 2007 22:23
44 To: Kaj Madsen
45 Subject: RE: open source license for StoGO software?
46
47 On Thu, 23 Aug 2007, Kaj Madsen wrote:
48 > Many thanks for your mail. You can definitely consider the software as
49 > open source, please use it as you like, however please refer to us if 
50 > you publish results based on the software.
51 >
52 > I am now in a heavy administrative position as a Head of Department 
53 > (has been since 1998, therefore I never really followed up on this). 
54 > The paper was never published, however I am attaching two fdf-files, 
55 > one with the paper, one with some descriptions of the code. I hope 
56 > this makes sense, otherwise please don't hesitate to contact me again.
57
58 Thanks so much for your response!
59
60 To be open source it needs some specific open-source license to specify
61 the permissions in legal terms.  The simplest open-source license is
62 probably the MIT license, is this okay?
63
64         http://opensource.org/licenses/mit-license.php
65
66 Also, I need to know who the authors are for the copyright statement. 
67 Should I list it as:
68         Copyright (c) 1998 by S. Zertchaninov and K. Madsen ?
69
70 Thanks again!  I will definitely cite it if I publish any results based
71 on StoGO!  (It's one of the few public global-optimization programs that
72 is able to exploit gradient information.)
73
74 Regards,
75 Steven G. Johnson