~phablet-team/telepathy-ofono/contact_info

« back to all changes in this revision

Viewing changes to tpofono/ofono/ofonomanager.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
 
#!/usr/bin/python
2
 
# -*- coding: utf-8 -*-
3
1
#
4
 
# Copyright (C) 2011-2012 Canonical, Ltd.
 
2
# Copyright (C) 2012-2013 Canonical, Ltd.
5
3
#
6
4
# Authors:
 
5
#  Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>
7
6
#  Tiago Salem Herrmann <tiago.herrmann@canonical.com>
8
7
#
9
 
# This program is free software; you can redistribute it and/or modify
 
8
# This file is part of telepathy-ofono.
 
9
#
 
10
# telepathy-ofono is free software; you can redistribute it and/or modify
10
11
# it under the terms of the GNU General Public License as published by
11
12
# the Free Software Foundation; version 3.
12
13
#
13
 
# This program is distributed in the hope that it will be useful,
 
14
# telepathy-ofono is distributed in the hope that it will be useful,
14
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
17
# GNU General Public License for more details.