~phablet-team/telepathy-ofono/contact_info

« back to all changes in this revision

Viewing changes to tpofono/contacts.py

Change the license from GPLv2+ to GPLv3, remove an unused file and fix the debian packaging files in preparation for the open source release.

Approved by Michael Zanetti, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# telepathy-butterfly - an MSN connection manager for Telepathy
2
1
#
3
2
# Copyright (C) 2009 Olivier Le Thanh Duong <olivier@lethanh.be>
4
 
#
5
 
# This program is free software; you can redistribute it and/or modify
 
3
# Copyright (C) 2012-2013 Canonical, Ltd.
 
4
#
 
5
# This file is part of telepathy-ofono.
 
6
#
 
7
# telepathy-ofono is free software; you can redistribute it and/or modify
6
8
# it under the terms of the GNU General Public License as published by
7
 
# the Free Software Foundation; either version 2 of the License, or
8
 
# (at your option) any later version.
 
9
# the Free Software Foundation; version 3.
9
10
#
10
 
# This program is distributed in the hope that it will be useful,
 
11
# telepathy-ofono is distributed in the hope that it will be useful,
11
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
14
# GNU General Public License for more details.
14
15
#
15
16
# You should have received a copy of the GNU General Public License
16
 
# along with this program; if not, write to the Free Software
17
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 
 
 
17
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
18
 
20
19
import logging
21
20
import time