https://github.com/JuliaOpt/JuMP.jl
Raw File
Tip revision: a242e44d05f1b0baf27b6f6226778e03512bd146 authored by Miles Lubin on 14 January 2015, 16:34:26 UTC
prep for 0.7.3
Tip revision: a242e44
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