Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
team-simpy
simpy
Commits
e11a1226
Commit
e11a1226
authored
Sep 05, 2013
by
Stefan Scherfke
Browse files
Changed license from GNU LGPL to MIT License.
parent
f944be37
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
508 deletions
+24
-508
LICENSE.txt
LICENSE.txt
+20
-503
README.txt
README.txt
+1
-1
docs/_templates/index.html
docs/_templates/index.html
+1
-1
setup.py
setup.py
+2
-3
No files found.
LICENSE.txt
View file @
e11a1226
This diff is collapsed.
Click to expand it.
README.txt
View file @
e11a1226
...
...
@@ -23,7 +23,7 @@ each other or with shared resources — use a simple ``while`` loop in this case
The SimPy distribution contains tutorials, in-depth documentation, and a large
number of examples.
SimPy is released under the
GNU LGPL
. Simulation model developers are
SimPy is released under the
MIT License
. Simulation model developers are
encouraged to share their SimPy modeling techniques with the SimPy community.
Please post a message to the `SimPy-Users mailing list`__.
...
...
docs/_templates/index.html
View file @
e11a1226
...
...
@@ -45,7 +45,7 @@ each other or with shared resources — use a simple <tt class="docutils literal
<p>
The SimPy distribution contains tutorials, in-depth documentation, and a large
number of examples.
</p>
<p>
SimPy is released under the
GNU LGPL
. Simulation model developers are
<p>
SimPy is released under the
MIT License
. Simulation model developers are
encouraged to share their SimPy modeling techniques with the SimPy community.
Please post a message to the
<a
href=
"http://lists.sourceforge.net/lists/listinfo/simpy-users"
>
SimPy-Users
...
...
setup.py
View file @
e11a1226
...
...
@@ -16,7 +16,7 @@ setup(
long_description
=
open
(
'README.txt'
).
read
(),
url
=
'https://simpy.readthedocs.org'
,
download_url
=
'https://bitbucket.org/simpy/simpy/downloads'
,
license
=
'
GNU LGPL
'
,
license
=
'
MIT License
'
,
packages
=
[
'simpy'
,
'simpy.resources'
,
...
...
@@ -32,8 +32,7 @@ setup(
'Programming Language :: Python :: 3.3'
,
'Programming Language :: Python :: Implementation :: PyPy'
,
'Operating System :: OS Independent'
,
'License :: OSI Approved :: GNU Library or Lesser General Public '
+
\
'License (LGPL)'
,
'License :: OSI Approved :: MIT License'
,
'Development Status :: 5 - Production/Stable'
,
'Intended Audience :: Science/Research'
,
'Topic :: Scientific/Engineering'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment