diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2014-04-11 18:28:42 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2014-04-11 18:28:42 +0300 |
commit | c342feab6f8821076adf0f2f2496f61af77b670e (patch) | |
tree | 2cba62cc11ec825a2fc4a1e08ba9a86e7175ab1f /include/efl.ethumb_client.pxd | |
parent | 6ebdf2b607491594c44deb6599861a35ff633667 (diff) |
Ethumb: Adjust file headers to the new merged python-efl style.
Diffstat (limited to 'include/efl.ethumb_client.pxd')
-rw-r--r-- | include/efl.ethumb_client.pxd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/efl.ethumb_client.pxd b/include/efl.ethumb_client.pxd index 902f4dd..70c1cf9 100644 --- a/include/efl.ethumb_client.pxd +++ b/include/efl.ethumb_client.pxd | |||
@@ -1,19 +1,19 @@ | |||
1 | # Copyright (C) 2009 by ProFUSION embedded systems | 1 | # Copyright (C) 2007-2013 various contributors (see AUTHORS) |
2 | # | 2 | # |
3 | # This file is part of Python-Ethumb. | 3 | # This file is part of Python-EFL. |
4 | # | 4 | # |
5 | # Python-Ethumb is free software you can redistribute it and/or | 5 | # Python-EFL is free software; you can redistribute it and/or |
6 | # modify it under the terms of the GNU Lesser General Public | 6 | # modify it under the terms of the GNU Lesser General Public |
7 | # License as published by the Free Software Foundation either | 7 | # License as published by the Free Software Foundation; either |
8 | # version 2.1 of the License, or (at your option) any later version. | 8 | # version 3 of the License, or (at your option) any later version. |
9 | # | 9 | # |
10 | # Python-Ethumb is distributed in the hope that it will be useful, | 10 | # Python-EFL is distributed in the hope that it will be useful, |
11 | # but WITHOUT ANY WARRANTY without even the implied warranty of | 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 | # Lesser General Public License for more details. | 13 | # Lesser General Public License for more details. |
14 | # | 14 | # |
15 | # You should have received a copy of the GNU Lesser General Public License | 15 | # You should have received a copy of the GNU Lesser General Public License |
16 | # along with this Python-Ethumb. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 | ||
18 | from efl.eina cimport Eina_Bool, Eina_Free_Cb | 18 | from efl.eina cimport Eina_Bool, Eina_Free_Cb |
19 | from efl.ethumb.enums cimport Ethumb_Thumb_Orientation | 19 | from efl.ethumb.enums cimport Ethumb_Thumb_Orientation |