|
1 |
| -// Natron |
2 |
| -/* This Source Code Form is subject to the terms of the Mozilla Public |
3 |
| - * License, v. 2.0. If a copy of the MPL was not distributed with this |
4 |
| - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
5 |
| -/* |
6 |
| - * Created by Alexandre GAUTHIER-FOICHAT on 6/1/2012. |
7 |
| - * contact: immarespond at gmail dot com |
| 1 | +/* ***** BEGIN LICENSE BLOCK ***** |
| 2 | + * This file is part of Natron <http://www.natron.fr/>, |
| 3 | + * Copyright (C) 2015 INRIA and Alexandre Gauthier |
8 | 4 | *
|
9 |
| - */ |
| 5 | + * Natron is free software: you can redistribute it and/or modify |
| 6 | + * it under the terms of the GNU General Public License as published by |
| 7 | + * the Free Software Foundation; either version 2 of the License, or |
| 8 | + * (at your option) any later version. |
| 9 | + * |
| 10 | + * Natron is distributed in the hope that it will be useful, |
| 11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | + * GNU General Public License for more details. |
| 14 | + * |
| 15 | + * You should have received a copy of the GNU General Public License |
| 16 | + * along with Natron. If not, see <http://www.gnu.org/licenses/gpl-2.0.html> |
| 17 | + * ***** END LICENSE BLOCK ***** */ |
10 | 18 |
|
11 | 19 | /**
|
12 | 20 | * @brief Simple wrap for the AppInstance class that is the API we want to expose to the Python
|
|
16 | 24 | #ifndef APPINSTANCEWRAPPER_H
|
17 | 25 | #define APPINSTANCEWRAPPER_H
|
18 | 26 |
|
| 27 | +// ***** BEGIN PYTHON BLOCK ***** |
19 | 28 | // from <https://docs.python.org/3/c-api/intro.html#include-files>:
|
20 | 29 | // "Since Python may define some pre-processor definitions which affect the standard headers on some systems, you must include Python.h before any standard headers are included."
|
21 | 30 | #include <Python.h>
|
| 31 | +// ***** END PYTHON BLOCK ***** |
22 | 32 |
|
23 | 33 | #include "Engine/NodeWrapper.h"
|
24 | 34 |
|
|
0 commit comments