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.utils.logger.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.utils.logger.pxd')
-rw-r--r-- | include/efl.utils.logger.pxd | 17 |
1 files changed, 17 insertions, 0 deletions
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 |