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/efl.c_eo.pxd | |
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/efl.c_eo.pxd')
-rw-r--r-- | include/efl.c_eo.pxd | 2 |
1 files changed, 1 insertions, 1 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 |