Skip to content

Commit 4634160

Browse files
committed
Change License to MIT
1 parent f6a44a4 commit 4634160

21 files changed

Lines changed: 28 additions & 82 deletions

LICENSE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Copyright (c) 2020: Matthew Wilhelm & Matthew Stuber.
1+
McCormick.jl is licensed under the MIT License:
22

3-
> This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
4-
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons,
5-
PO Box 1866, Mountain View, CA 94042, USA.
3+
> Copyright (c) 2020: Matthew Wilhelm & Matthew Stuber.
4+
>
5+
> Permission is hereby granted, free of charge, to any person obtaining a copy of this >software and associated documentation files (the "Software"), to deal in the Software >without restriction, including without limitation the rights to use, copy, modify, merge, >publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
>
7+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
>
9+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

benchmark/benchmarks.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

src/McCormick.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

src/forward_operators/activation_functions.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

src/forward_operators/arithmetic.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

src/forward_operators/comparison.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

src/forward_operators/concave_increasing.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

src/forward_operators/convex_increasing.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

src/forward_operators/division.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

src/forward_operators/extrema.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Copyright (c) 2018: Matthew Wilhelm & Matthew Stuber.
2-
# This work is licensed under the Creative Commons Attribution-NonCommercial-
3-
# ShareAlike 4.0 International License. To view a copy of this license, visit
4-
# http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative
5-
# Commons, PO Box 1866, Mountain View, CA 94042, USA.
2+
# This code is licensed under MIT license (see LICENSE.md for full details)
63
#############################################################################
74
# McCormick.jl
85
# A McCormick operator library in Julia

0 commit comments

Comments
 (0)