From: stevenj Date: Mon, 10 Nov 2008 22:58:41 +0000 (-0500) Subject: copyright clarifications X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ab15e403064221f7a2a7fd0f7c474f6916a5d3f3;p=nlopt.git copyright clarifications darcs-hash:20081110225841-c8de0-230aaa8216cbf845c5345f99cf9bb05edcb147ce.gz --- diff --git a/COPYING b/COPYING index 73df965..c54a8dd 100644 --- a/COPYING +++ b/COPYING @@ -3,6 +3,18 @@ libraries by various authors. See the COPYING, COPYRIGHT, and README files in the subdirectories for the original copyright and licensing information of these packages. +The compiled NLopt library, i.e. the combined work of all of the +included optimization routines, is licensed under the conjunction of +all of these licensing terms. Currently, the most restrictive terms +are for the code in the "luksan" directory, which is licensed under +the GNU Lesser General Public License (GNU LGPL), version 2.1 or +later (see luksan/COPYRIGHT). + +That means that the compiled NLopt library is governed by the terms of +the LGPL. + +--------------------------------------------------------------------------- + Other portions of NLopt, including any modifications to the abovementioned packages, are licensed under the standard "MIT License:" diff --git a/Makefile.am b/Makefile.am index 17cab55..9ddb470 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,8 @@ CXX_DIRS = stogo CXX_LIBS = stogo/libstogo.la endif -SUBDIRS= util direct cdirect $(CXX_DIRS) praxis luksan crs mlsl mma cobyla newuoa lbfgs neldermead api . octave test -EXTRA_DIST=COPYRIGHT autogen.sh nlopt.pc.in m4 +SUBDIRS = util direct cdirect $(CXX_DIRS) praxis luksan crs mlsl mma cobyla newuoa lbfgs neldermead api . octave test +EXTRA_DIST = autogen.sh nlopt.pc.in m4 if WITH_NOCEDAL NOCEDAL_LBFGS=lbfgs/liblbfgs.la