diff options
author | davemds <dave@gurumeditation.it> | 2013-12-07 17:54:58 +0100 |
---|---|---|
committer | davemds <dave@gurumeditation.it> | 2013-12-07 17:54:58 +0100 |
commit | 74244a5ac7d1dd484421451970fc1eef70710d61 (patch) | |
tree | b640201cf11e1dbd365b7cf58460ed563ab8bc75 /include | |
parent | d84fc043eaf17799d115de08fe0fb8fe4215138b (diff) |
Python-EFL: fix the mess with the lgpl version.
Elm was lgpl3, COPYING was lgpl3, docs say lgpl3. So fix everything to be v3.
Also fix the COPING for Lesser: we must include gpl (in COPYING) AND lgpl (in COPYING.LESSER).
Diffstat (limited to 'include')
-rw-r--r-- | include/efl.c_eo.pxd | 2 | ||||
-rw-r--r-- | include/efl.ecore.enums.pxd | 17 | ||||
-rw-r--r-- | include/efl.ecore.pxd | 2 | ||||
-rw-r--r-- | include/efl.edje.pxd | 2 | ||||
-rw-r--r-- | include/efl.edje_edit.pxd | 2 | ||||
-rw-r--r-- | include/efl.eina.pxd | 2 | ||||
-rw-r--r-- | include/efl.emotion.pxd | 2 | ||||
-rw-r--r-- | include/efl.eo.enums.pxd | 16 | ||||
-rw-r--r-- | include/efl.eo.pxd | 2 | ||||
-rw-r--r-- | include/efl.evas.enums.pxd | 17 | ||||
-rw-r--r-- | include/efl.evas.pxd | 2 | ||||
-rw-r--r-- | include/efl.utils.conversions.pxd | 17 | ||||
-rw-r--r-- | include/efl.utils.deprecated.pxd | 17 | ||||
-rw-r--r-- | include/efl.utils.logger.pxd | 17 |
14 files changed, 109 insertions, 8 deletions
diff --git a/include/efl.c_eo.pxd b/include/efl.c_eo.pxd index cf48e1d..5ce114d 100644 --- a/include/efl.c_eo.pxd +++ b/include/efl.c_eo.pxd | |||
@@ -5,7 +5,7 @@ | |||
5 | # Python-EFL 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-EFL 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 |
diff --git a/include/efl.ecore.enums.pxd b/include/efl.ecore.enums.pxd index 7e2df6c..aa7ca72 100644 --- a/include/efl.ecore.enums.pxd +++ b/include/efl.ecore.enums.pxd | |||
@@ -1,3 +1,20 @@ | |||
1 | # Copyright (C) 2007-2013 various contributors (see AUTHORS) | ||
2 | # | ||
3 | # This file is part of Python-EFL. | ||
4 | # | ||
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 3 of the License, or (at your option) any later version. | ||
9 | # | ||
10 | # Python-EFL 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 GNU | ||
13 | # Lesser General Public License for more details. | ||
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/>. | ||
17 | |||
1 | cdef extern from "Ecore.h": | 18 | cdef extern from "Ecore.h": |
2 | enum: | 19 | enum: |
3 | ECORE_EVENT_SIGNAL_USER | 20 | ECORE_EVENT_SIGNAL_USER |
diff --git a/include/efl.ecore.pxd b/include/efl.ecore.pxd index cf76a02..d014926 100644 --- a/include/efl.ecore.pxd +++ b/include/efl.ecore.pxd | |||
@@ -5,7 +5,7 @@ | |||
5 | # Python-EFL 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-EFL 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 |
diff --git a/include/efl.edje.pxd b/include/efl.edje.pxd index 6dc6113..e85791a 100644 --- a/include/efl.edje.pxd +++ b/include/efl.edje.pxd | |||
@@ -5,7 +5,7 @@ | |||
5 | # Python-EFL 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-EFL 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 |
diff --git a/include/efl.edje_edit.pxd b/include/efl.edje_edit.pxd index e9a655e..b9b4fc0 100644 --- a/include/efl.edje_edit.pxd +++ b/include/efl.edje_edit.pxd | |||
@@ -5,7 +5,7 @@ | |||
5 | # Python-EFL 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-EFL 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 |
diff --git a/include/efl.eina.pxd b/include/efl.eina.pxd index d50b161..0c67518 100644 --- a/include/efl.eina.pxd +++ b/include/efl.eina.pxd | |||
@@ -5,7 +5,7 @@ | |||
5 | # Python-EFL 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-EFL 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 |
diff --git a/include/efl.emotion.pxd b/include/efl.emotion.pxd index 6e66e84..67ceaf4 100644 --- a/include/efl.emotion.pxd +++ b/include/efl.emotion.pxd | |||
@@ -5,7 +5,7 @@ | |||
5 | # Python-EFL 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-EFL 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 |
diff --git a/include/efl.eo.enums.pxd b/include/efl.eo.enums.pxd index 2ad0435..567ac0e 100644 --- a/include/efl.eo.enums.pxd +++ b/include/efl.eo.enums.pxd | |||
@@ -1,3 +1,19 @@ | |||
1 | # Copyright (C) 2007-2013 various contributors (see AUTHORS) | ||
2 | # | ||
3 | # This file is part of Python-EFL. | ||
4 | # | ||
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 3 of the License, or (at your option) any later version. | ||
9 | # | ||
10 | # Python-EFL 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 GNU | ||
13 | # Lesser General Public License for more details. | ||
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/>. | ||
1 | 17 | ||
2 | cdef extern from "Eo.h": | 18 | cdef extern from "Eo.h": |
3 | enum: | 19 | enum: |
diff --git a/include/efl.eo.pxd b/include/efl.eo.pxd index a7f9a94..62badc3 100644 --- a/include/efl.eo.pxd +++ b/include/efl.eo.pxd | |||
@@ -5,7 +5,7 @@ | |||
5 | # Python-EFL 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-EFL 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 |
diff --git a/include/efl.evas.enums.pxd b/include/efl.evas.enums.pxd index 70d8862..53c8941 100644 --- a/include/efl.evas.enums.pxd +++ b/include/efl.evas.enums.pxd | |||
@@ -1,3 +1,20 @@ | |||
1 | # Copyright (C) 2007-2013 various contributors (see AUTHORS) | ||
2 | # | ||
3 | # This file is part of Python-EFL. | ||
4 | # | ||
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 3 of the License, or (at your option) any later version. | ||
9 | # | ||
10 | # Python-EFL 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 GNU | ||
13 | # Lesser General Public License for more details. | ||
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/>. | ||
17 | |||
1 | cdef extern from "Evas.h": | 18 | cdef extern from "Evas.h": |
2 | ctypedef enum: | 19 | ctypedef enum: |
3 | EVAS_LAYER_MIN # bottom-most layer number | 20 | EVAS_LAYER_MIN # bottom-most layer number |
diff --git a/include/efl.evas.pxd b/include/efl.evas.pxd index 92e572a..7808002 100644 --- a/include/efl.evas.pxd +++ b/include/efl.evas.pxd | |||
@@ -5,7 +5,7 @@ | |||
5 | # Python-EFL 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-EFL 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 |
diff --git a/include/efl.utils.conversions.pxd b/include/efl.utils.conversions.pxd index 6e01223..4e75995 100644 --- a/include/efl.utils.conversions.pxd +++ b/include/efl.utils.conversions.pxd | |||
@@ -1,3 +1,20 @@ | |||
1 | # Copyright (C) 2007-2013 various contributors (see AUTHORS) | ||
2 | # | ||
3 | # This file is part of Python-EFL. | ||
4 | # | ||
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 3 of the License, or (at your option) any later version. | ||
9 | # | ||
10 | # Python-EFL 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 GNU | ||
13 | # Lesser General Public License for more details. | ||
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/>. | ||
17 | |||
1 | from libc.string cimport const_char | 18 | from libc.string cimport const_char |
2 | from efl.eina cimport Eina_List, const_Eina_List | 19 | from efl.eina cimport Eina_List, const_Eina_List |
3 | 20 | ||
diff --git a/include/efl.utils.deprecated.pxd b/include/efl.utils.deprecated.pxd index f1e603b..731ee29 100644 --- a/include/efl.utils.deprecated.pxd +++ b/include/efl.utils.deprecated.pxd | |||
@@ -1,3 +1,20 @@ | |||
1 | # Copyright (C) 2007-2013 various contributors (see AUTHORS) | ||
2 | # | ||
3 | # This file is part of Python-EFL. | ||
4 | # | ||
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 3 of the License, or (at your option) any later version. | ||
9 | # | ||
10 | # Python-EFL 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 GNU | ||
13 | # Lesser General Public License for more details. | ||
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/>. | ||
17 | |||
1 | cdef: | 18 | cdef: |
2 | class DEPRECATED(object): | 19 | class DEPRECATED(object): |
3 | cdef: | 20 | cdef: |
diff --git a/include/efl.utils.logger.pxd b/include/efl.utils.logger.pxd index a4550af..e561e5c 100644 --- a/include/efl.utils.logger.pxd +++ b/include/efl.utils.logger.pxd | |||
@@ -1,3 +1,20 @@ | |||
1 | # Copyright (C) 2007-2013 various contributors (see AUTHORS) | ||
2 | # | ||
3 | # This file is part of Python-EFL. | ||
4 | # | ||
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 3 of the License, or (at your option) any later version. | ||
9 | # | ||
10 | # Python-EFL 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 GNU | ||
13 | # Lesser General Public License for more details. | ||
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/>. | ||
17 | |||
1 | cdef: | 18 | cdef: |
2 | object add_logger(object name) | 19 | object add_logger(object name) |
3 | int PY_EFL_LOG_DOMAIN | 20 | int PY_EFL_LOG_DOMAIN |