~deejay1/geoclue/master

« back to all changes in this revision

Viewing changes to src/gclue-service-client.c

  • Committer: Zeeshan Ali (Khattak)
  • Date: 2013-08-20 14:26:55 UTC
  • Revision ID: git-v1:8ed341987ee8dd275bbe640dc34186846227e8c2
Relicense from LGPLv2+ to GPLv2+

Doing so that we can use both GPL and LGPL libraries in future, e.g
libwlocate from openwlanmap.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * Copyright (C) 2013 Red Hat, Inc.
5
5
 *
6
 
 * This file is free software; you can redistribute it and/or
7
 
 * modify it under the terms of the GNU Lesser General Public
8
 
 * License as published by the Free Software Foundation; either
9
 
 * version 2.1 of the License, or (at your option) any later version.
10
 
 *
11
 
 * This file is distributed in the hope that it will be useful,
12
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
 * Lesser General Public License for more details.
15
 
 *
16
 
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
6
 * Geoclue is free software; you can redistribute it and/or modify it under
 
7
 * the terms of the GNU General Public License as published by the Free
 
8
 * Software Foundation; either version 2 of the License, or (at your option)
 
9
 * any later version.
 
10
 *
 
11
 * Geoclue is distributed in the hope that it will be useful, but WITHOUT ANY
 
12
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
13
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 
14
 * details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License along
 
17
 * with Geoclue; if not, write to the Free Software Foundation, Inc.,
 
18
 * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
19
 *
19
20
 * Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
20
21
 */