https://github.com/JuliaOpt/JuMP.jl
Raw File
Tip revision: 1337c90f9051e2841575ba8f470a0b89c1dcc612 authored by Miles Lubin on 02 May 2014, 17:40:40 UTC
update NEWS
Tip revision: 1337c90
LICENSE.md
Copyright (c) 2014: Iain Dunning, Miles Lubin, Joseph Huchette, and John Lepird.

The JuMP Julia module is licensed under the **[LGPL]** version 3:

[LGPL]: http://www.gnu.org/licenses/lgpl-3.0.txt

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License,
	Version 3, as published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

This distribution of JuMP also contains data files that are *not* LGPL licensed. See examples/data/README.md for more information. These are solely used as examples and may be removed from the distribution without affecting any functionality.
back to top