diff options
author | Davide Andreoli <dave@gurumeditation.it> | 2013-02-13 19:16:02 +0000 |
---|---|---|
committer | Davide Andreoli <dave@gurumeditation.it> | 2013-02-13 19:16:02 +0000 |
commit | 744f1ee4bebe91e8f3e00b1a0a1b60f6b9f3da89 (patch) | |
tree | c045967d30d9941a5e625780c2c295a97ac10590 /include/efl.c_eo.pxd | |
parent | 8b8639886059814a36f57164d5572e97bcb00a47 (diff) |
todo--
updated copyright in ALL the files
SVN revision: 83873
Diffstat (limited to 'include/efl.c_eo.pxd')
-rw-r--r-- | include/efl.c_eo.pxd | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/include/efl.c_eo.pxd b/include/efl.c_eo.pxd index 0454489..a6c54eb 100644 --- a/include/efl.c_eo.pxd +++ b/include/efl.c_eo.pxd | |||
@@ -1,23 +1,19 @@ | |||
1 | ###################################################################### | 1 | # Copyright (C) 2007-2013 various contributors (see AUTHORS) |
2 | # Python Open Dynamics Engine Wrapper | ||
3 | # Copyright (C) 2004 PyODE developers (see file AUTHORS) | ||
4 | # All rights reserved. | ||
5 | # | 2 | # |
6 | # This library is free software; you can redistribute it and/or | 3 | # This file is part of Python-EFL. |
7 | # modify it under the terms of EITHER: | ||
8 | # (1) The GNU Lesser General Public License as published by the Free | ||
9 | # Software Foundation; either version 2.1 of the License, or (at | ||
10 | # your option) any later version. The text of the GNU Lesser | ||
11 | # General Public License is included with this library in the | ||
12 | # file LICENSE. | ||
13 | # (2) The BSD-style license that is included with this library in | ||
14 | # the file LICENSE-BSD. | ||
15 | # | 4 | # |
16 | # This library is distributed in the hope that it will be useful, | 5 | # Python-EFL is free software; you can redistribute it and/or |
6 | # modify it under the terms of the GNU Lesser General Public | ||
7 | # License as published by the Free Software Foundation; either | ||
8 | # version 2.1 of the License, or (at your option) any later version. | ||
9 | # | ||
10 | # Python-EFL is distributed in the hope that it will be useful, | ||
17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files | 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
19 | # LICENSE and LICENSE-BSD for more details. | 13 | # Lesser General Public License for more details. |
20 | ###################################################################### | 14 | # |
15 | # You should have received a copy of the GNU Lesser General Public License | ||
16 | # along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. | ||
21 | 17 | ||
22 | from efl cimport * | 18 | from efl cimport * |
23 | 19 | ||