Skip to content

Commit eb0461c

Browse files
committed
Update license toMIT
1 parent 27d907d commit eb0461c

20 files changed

+111
-848
lines changed

LICENSE

Lines changed: 21 additions & 674 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ If you find this code useful in your research, please, consider citing it:
8989
> url = { https://github.com/rssalessio/PythonVRFT }
9090
>}
9191
92-
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
92+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
93+

examples/example1.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# Copyright [2017-2021] [Alessio Russo - alessior@kth.se]
1+
# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.
22
# This file is part of PythonVRFT.
33
# PythonVRFT is free software: you can redistribute it and/or modify
4-
# it under the terms of the GNU General Public License as published by
5-
# the Free Software Foundation, version 3 of the License.
6-
# PythonVRFT is distributed in the hope that it will be useful,
7-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
8-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9-
# GNU General Public License for more details.
10-
# You should have received a copy of the GNU General Public License
11-
# along with PythonVRFT. If not, see <http://www.gnu.org/licenses/>.
4+
# it under the terms of the MIT License. You should have received a copy of
5+
# the MIT License along with PythonVRFT.
6+
# If not, see <https://opensource.org/licenses/MIT>.
127
#
138
# Code author: [Alessio Russo - alessior@kth.se]
14-
# Last update: 08th January 2021, by alessior@kth.se
9+
# Last update: 10th January 2021, by alessior@kth.se
1510
#
1611

1712
import numpy as np

examples/example2.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# Copyright [2021] [Alessio Russo - alessior@kth.se]
1+
# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.
22
# This file is part of PythonVRFT.
33
# PythonVRFT is free software: you can redistribute it and/or modify
4-
# it under the terms of the GNU General Public License as published by
5-
# the Free Software Foundation, version 3 of the License.
6-
# PythonVRFT is distributed in the hope that it will be useful,
7-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
8-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9-
# GNU General Public License for more details.
10-
# You should have received a copy of the GNU General Public License
11-
# along with PythonVRFT. If not, see <http://www.gnu.org/licenses/>.
4+
# it under the terms of the MIT License. You should have received a copy of
5+
# the MIT License along with PythonVRFT.
6+
# If not, see <https://opensource.org/licenses/MIT>.
127
#
138
# Code author: [Alessio Russo - alessior@kth.se]
14-
# Last update: 08th January 2021, by alessior@kth.se
9+
# Last update: 10th January 2021, by alessior@kth.se
1510
#
1611

1712
import numpy as np

examples/example3.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# Copyright [2021] [Alessio Russo - alessior@kth.se]
1+
# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.
22
# This file is part of PythonVRFT.
33
# PythonVRFT is free software: you can redistribute it and/or modify
4-
# it under the terms of the GNU General Public License as published by
5-
# the Free Software Foundation, version 3 of the License.
6-
# PythonVRFT is distributed in the hope that it will be useful,
7-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
8-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9-
# GNU General Public License for more details.
10-
# You should have received a copy of the GNU General Public License
11-
# along with PythonVRFT. If not, see <http://www.gnu.org/licenses/>.
4+
# it under the terms of the MIT License. You should have received a copy of
5+
# the MIT License along with PythonVRFT.
6+
# If not, see <https://opensource.org/licenses/MIT>.
127
#
138
# Code author: [Alessio Russo - alessior@kth.se]
14-
# Last update: 08th January 2021, by alessior@kth.se
9+
# Last update: 10th January 2021, by alessior@kth.se
1510
#
1611

1712
import numpy as np

examples/example4.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# Copyright [2020] [Alessio Russo - alessior@kth.se]
1+
# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.
22
# This file is part of PythonVRFT.
33
# PythonVRFT is free software: you can redistribute it and/or modify
4-
# it under the terms of the GNU General Public License as published by
5-
# the Free Software Foundation, version 3 of the License.
6-
# PythonVRFT is distributed in the hope that it will be useful,
7-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
8-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9-
# GNU General Public License for more details.
10-
# You should have received a copy of the GNU General Public License
11-
# along with PythonVRFT. If not, see <http://www.gnu.org/licenses/>.
4+
# it under the terms of the MIT License. You should have received a copy of
5+
# the MIT License along with PythonVRFT.
6+
# If not, see <https://opensource.org/licenses/MIT>.
127
#
138
# Code author: [Alexander Berndt - alberndt@kth.se]
14-
# Last update: 09th January 2020, by alessior@kth.se
9+
# Last update: 10th January 2020, by alessior@kth.se
1510
#
1611

1712
import numpy as np

examples/notebook_example_1.ipynb

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,15 @@
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
16-
"# Copyright [2021] [Alessio Russo - alessior@kth.se] \n",
16+
"# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.\n",
1717
"# This file is part of PythonVRFT.\n",
1818
"# PythonVRFT is free software: you can redistribute it and/or modify\n",
19-
"# it under the terms of the GNU General Public License as published by\n",
20-
"# the Free Software Foundation, version 3 of the License.\n",
21-
"# PythonVRFT is distributed in the hope that it will be useful,\n",
22-
"# but WITHOUT ANY WARRANTY; without even the implied warranty of\n",
23-
"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n",
24-
"# GNU General Public License for more details.\n",
25-
"# You should have received a copy of the GNU General Public License\n",
26-
"# along with PythonVRFT. If not, see <http://www.gnu.org/licenses/>.\n",
19+
"# it under the terms of the MIT License. You should have received a copy of\n",
20+
"# the MIT License along with PythonVRFT.\n",
21+
"# If not, see <https://opensource.org/licenses/MIT>.\n",
2722
"#\n",
2823
"# Code author: [Alessio Russo - alessior@kth.se]\n",
29-
"# Last update: 08th January 2020, by alessior@kth.se\n",
24+
"# Last update: 10th January 2021, by alessior@kth.se\n",
3025
"#\n",
3126
"\n",
3227
"# Example 1\n",

examples/notebook_example_2.ipynb

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,15 @@
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
16-
"# Copyright [2021] [Alessio Russo - alessior@kth.se] \n",
16+
"# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.\n",
1717
"# This file is part of PythonVRFT.\n",
1818
"# PythonVRFT is free software: you can redistribute it and/or modify\n",
19-
"# it under the terms of the GNU General Public License as published by\n",
20-
"# the Free Software Foundation, version 3 of the License.\n",
21-
"# PythonVRFT is distributed in the hope that it will be useful,\n",
22-
"# but WITHOUT ANY WARRANTY; without even the implied warranty of\n",
23-
"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n",
24-
"# GNU General Public License for more details.\n",
25-
"# You should have received a copy of the GNU General Public License\n",
26-
"# along with PythonVRFT. If not, see <http://www.gnu.org/licenses/>.\n",
19+
"# it under the terms of the MIT License. You should have received a copy of\n",
20+
"# the MIT License along with PythonVRFT.\n",
21+
"# If not, see <https://opensource.org/licenses/MIT>.\n",
2722
"#\n",
2823
"# Code author: [Alessio Russo - alessior@kth.se]\n",
29-
"# Last update: 08th January 2020, by alessior@kth.se\n",
24+
"# Last update: 10th January 2020, by alessior@kth.se\n",
3025
"#\n",
3126
"\n",
3227
"# Example 2\n",

examples/notebook_example_3.ipynb

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## VrInstrumental Variables Example"
7+
"## Instrumental Variables Example"
88
]
99
},
1010
{
@@ -13,20 +13,15 @@
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
16-
"# Copyright [2021] [Alessio Russo - alessior@kth.se] \n",
16+
"# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.\n",
1717
"# This file is part of PythonVRFT.\n",
1818
"# PythonVRFT is free software: you can redistribute it and/or modify\n",
19-
"# it under the terms of the GNU General Public License as published by\n",
20-
"# the Free Software Foundation, version 3 of the License.\n",
21-
"# PythonVRFT is distributed in the hope that it will be useful,\n",
22-
"# but WITHOUT ANY WARRANTY; without even the implied warranty of\n",
23-
"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n",
24-
"# GNU General Public License for more details.\n",
25-
"# You should have received a copy of the GNU General Public License\n",
26-
"# along with PythonVRFT. If not, see <http://www.gnu.org/licenses/>.\n",
19+
"# it under the terms of the MIT License. You should have received a copy of\n",
20+
"# the MIT License along with PythonVRFT.\n",
21+
"# If not, see <https://opensource.org/licenses/MIT>.\n",
2722
"#\n",
2823
"# Code author: [Alessio Russo - alessior@kth.se]\n",
29-
"# Last update: 08th January 2020, by alessior@kth.se\n",
24+
"# Last update: 10th January 2020, by alessior@kth.se\n",
3025
"#\n",
3126
"\n",
3227
"# Example 3\n",

examples/notebook_example_4.ipynb

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## VrInstrumental Variables Example"
7+
"## Instrumental Variables - Pulley Example"
88
]
99
},
1010
{
@@ -13,20 +13,15 @@
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
16-
"# Copyright [2021] [Alessio Russo - alessior@kth.se] \n",
16+
"# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.\n",
1717
"# This file is part of PythonVRFT.\n",
1818
"# PythonVRFT is free software: you can redistribute it and/or modify\n",
19-
"# it under the terms of the GNU General Public License as published by\n",
20-
"# the Free Software Foundation, version 3 of the License.\n",
21-
"# PythonVRFT is distributed in the hope that it will be useful,\n",
22-
"# but WITHOUT ANY WARRANTY; without even the implied warranty of\n",
23-
"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n",
24-
"# GNU General Public License for more details.\n",
25-
"# You should have received a copy of the GNU General Public License\n",
26-
"# along with PythonVRFT. If not, see <http://www.gnu.org/licenses/>.\n",
19+
"# it under the terms of the MIT License. You should have received a copy of\n",
20+
"# the MIT License along with PythonVRFT.\n",
21+
"# If not, see <https://opensource.org/licenses/MIT>.\n",
2722
"#\n",
2823
"# Code author: [Alexander Berndt - alberndt@kth.se]\n",
29-
"# Last update: 09th January 2021, by alessior@kth.se\n",
24+
"# Last update: 10th January 2021, by alessior@kth.se\n",
3025
"#\n",
3126
"\n",
3227
"# Example 4\n",

0 commit comments

Comments
 (0)