summaryrefslogtreecommitdiff
path: root/Wammu/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Wammu/__init__.py')
-rw-r--r--Wammu/__init__.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/Wammu/__init__.py b/Wammu/__init__.py
index 63e7544..c0b0b8d 100644
--- a/Wammu/__init__.py
+++ b/Wammu/__init__.py
@@ -1,27 +1,27 @@
# -*- coding: UTF-8 -*-
#
-# Copyright © 2003 - 2015 Michal Čihař <michal@cihar.com>
+# Copyright © 2003 - 2018 Michal Čihař <michal@cihar.com>
#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License version 2 as published by
-# the Free Software Foundation.
+# This file is part of Wammu <https://wammu.eu/>
#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-# more details.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# vim: expandtab sw=4 ts=4 sts=4:
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
'''
Wammu - Phone manager
Wammu top level module
'''
-__version__ = '0.43'
+__version__ = '0.44'
gammu_error = None
configuration = None