|
4 | 4 | "cell_type": "markdown", |
5 | 5 | "metadata": {}, |
6 | 6 | "source": [ |
7 | | - "## VrInstrumental Variables Example" |
| 7 | + "## Instrumental Variables - Pulley Example" |
8 | 8 | ] |
9 | 9 | }, |
10 | 10 | { |
|
13 | 13 | "metadata": {}, |
14 | 14 | "outputs": [], |
15 | 15 | "source": [ |
16 | | - "# Copyright [2021] [Alessio Russo - alessior@kth.se] \n", |
| 16 | + "# Copyright (c) [2021] Alessio Russo [alessior@kth.se]. All rights reserved.\n", |
17 | 17 | "# This file is part of PythonVRFT.\n", |
18 | 18 | "# 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", |
27 | 22 | "#\n", |
28 | 23 | "# 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", |
30 | 25 | "#\n", |
31 | 26 | "\n", |
32 | 27 | "# Example 4\n", |
|
0 commit comments