Skip to content

Commit

Permalink
Streamline the license file a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Dec 31, 2011
1 parent 77d6538 commit 824f7d8
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Julia
Julia is licensed under the MIT License:

Julia is licensed under the MIT License.

Copyright (c) 2009-2012, Jeff Bezanson, Stefan Karpinski, Viral B. Shah,
Copyright (c) 2009-2012: Jeff Bezanson, Stefan Karpinski, Viral B. Shah,
Stephan Boyer, George Xing, and others.

Permission is hereby granted, free of charge, to any person obtaining
Expand All @@ -24,12 +22,9 @@ Julia is licensed under the MIT License.
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

## repl-readline.c

`repl-readline.c` is licensed under the GNU General Public License Version 2.
[`repl-readline.c`](https://github.com/JuliaLang/julia/blob/master/ui/repl-readline.c) is licensed under the GNU General Public License Version 2:

repl-readline.c: Julia REPL with readline support.
Copyright (c) 2009-2012, Jeff Bezanson, Stefan Karpinski, Viral B. Shah.
Copyright (c) 2009-2012: Jeff Bezanson, Stefan Karpinski, Viral B. Shah.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -45,8 +40,6 @@ Julia is licensed under the MIT License.
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

## External libraries

External libraries, if used, include their own licenses:

- ARPACK: http:https://www.caam.rice.edu/software/ARPACK/RiceBSD.txt#LICENSE
Expand Down

0 comments on commit 824f7d8

Please sign in to comment.