Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
geoclue
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
28
Issues
28
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geoclue
geoclue
Commits
6d2fc89c
Commit
6d2fc89c
authored
Aug 17, 2009
by
Keith Preston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added licensing text to all source files for bug #15054
parent
3a31d260
Changes
66
Hide whitespace changes
Inline
Side-by-side
Showing
66 changed files
with
1063 additions
and
0 deletions
+1063
-0
example/address-example.c
example/address-example.c
+16
-0
example/common-example.c
example/common-example.c
+16
-0
example/geocode-example.c
example/geocode-example.c
+16
-0
example/master-example.c
example/master-example.c
+16
-0
example/master-pos-example.c
example/master-pos-example.c
+16
-0
example/position-async-example.c
example/position-async-example.c
+16
-0
example/position-example.c
example/position-example.c
+16
-0
example/revgeocode-example.c
example/revgeocode-example.c
+16
-0
geoclue/gc-iface-address.c
geoclue/gc-iface-address.c
+16
-0
geoclue/gc-iface-address.h
geoclue/gc-iface-address.h
+16
-0
geoclue/gc-iface-geoclue.c
geoclue/gc-iface-geoclue.c
+16
-0
geoclue/gc-iface-geoclue.h
geoclue/gc-iface-geoclue.h
+16
-0
geoclue/gc-iface-geocode.c
geoclue/gc-iface-geocode.c
+16
-0
geoclue/gc-iface-geocode.h
geoclue/gc-iface-geocode.h
+16
-0
geoclue/gc-iface-position.c
geoclue/gc-iface-position.c
+16
-0
geoclue/gc-iface-position.h
geoclue/gc-iface-position.h
+16
-0
geoclue/gc-iface-reverse-geocode.c
geoclue/gc-iface-reverse-geocode.c
+16
-0
geoclue/gc-iface-reverse-geocode.h
geoclue/gc-iface-reverse-geocode.h
+16
-0
geoclue/gc-iface-velocity.c
geoclue/gc-iface-velocity.c
+16
-0
geoclue/gc-iface-velocity.h
geoclue/gc-iface-velocity.h
+16
-0
geoclue/gc-provider.c
geoclue/gc-provider.c
+16
-0
geoclue/gc-provider.h
geoclue/gc-provider.h
+16
-0
geoclue/gc-web-service.c
geoclue/gc-web-service.c
+16
-0
geoclue/gc-web-service.h
geoclue/gc-web-service.h
+16
-0
geoclue/geoclue-accuracy.c
geoclue/geoclue-accuracy.c
+16
-0
geoclue/geoclue-accuracy.h
geoclue/geoclue-accuracy.h
+16
-0
geoclue/geoclue-address-details.c
geoclue/geoclue-address-details.c
+16
-0
geoclue/geoclue-address-details.h
geoclue/geoclue-address-details.h
+23
-0
geoclue/geoclue-address.c
geoclue/geoclue-address.c
+16
-0
geoclue/geoclue-address.h
geoclue/geoclue-address.h
+16
-0
geoclue/geoclue-error.c
geoclue/geoclue-error.c
+16
-0
geoclue/geoclue-error.h
geoclue/geoclue-error.h
+16
-0
geoclue/geoclue-geocode.c
geoclue/geoclue-geocode.c
+16
-0
geoclue/geoclue-geocode.h
geoclue/geoclue-geocode.h
+16
-0
geoclue/geoclue-master-client.c
geoclue/geoclue-master-client.c
+16
-0
geoclue/geoclue-master-client.h
geoclue/geoclue-master-client.h
+16
-0
geoclue/geoclue-master.c
geoclue/geoclue-master.c
+16
-0
geoclue/geoclue-master.h
geoclue/geoclue-master.h
+16
-0
geoclue/geoclue-position.c
geoclue/geoclue-position.c
+16
-0
geoclue/geoclue-position.h
geoclue/geoclue-position.h
+16
-0
geoclue/geoclue-provider.c
geoclue/geoclue-provider.c
+16
-0
geoclue/geoclue-provider.h
geoclue/geoclue-provider.h
+16
-0
geoclue/geoclue-reverse-geocode.c
geoclue/geoclue-reverse-geocode.c
+16
-0
geoclue/geoclue-reverse-geocode.h
geoclue/geoclue-reverse-geocode.h
+16
-0
geoclue/geoclue-types.c
geoclue/geoclue-types.c
+16
-0
geoclue/geoclue-types.h
geoclue/geoclue-types.h
+16
-0
geoclue/geoclue-velocity.c
geoclue/geoclue-velocity.c
+16
-0
geoclue/geoclue-velocity.h
geoclue/geoclue-velocity.h
+16
-0
providers/example/geoclue-example.c
providers/example/geoclue-example.c
+16
-0
providers/geonames/geoclue-geonames.c
providers/geonames/geoclue-geonames.c
+16
-0
providers/gpsd/geoclue-gpsd.c
providers/gpsd/geoclue-gpsd.c
+16
-0
providers/gsmloc/geoclue-gsmloc.c
providers/gsmloc/geoclue-gsmloc.c
+16
-0
providers/gypsy/geoclue-gypsy.c
providers/gypsy/geoclue-gypsy.c
+16
-0
providers/hostip/geoclue-hostip.c
providers/hostip/geoclue-hostip.c
+16
-0
providers/localnet/geoclue-localnet.c
providers/localnet/geoclue-localnet.c
+16
-0
providers/manual/geoclue-manual.c
providers/manual/geoclue-manual.c
+16
-0
providers/plazes/geoclue-plazes.c
providers/plazes/geoclue-plazes.c
+16
-0
providers/yahoo/geoclue-yahoo.c
providers/yahoo/geoclue-yahoo.c
+16
-0
src/client.c
src/client.c
+16
-0
src/connectivity-conic.c
src/connectivity-conic.c
+16
-0
src/connectivity-networkmanager.c
src/connectivity-networkmanager.c
+16
-0
src/connectivity.c
src/connectivity.c
+16
-0
src/main.c
src/main.c
+16
-0
src/master-provider.c
src/master-provider.c
+16
-0
src/master.c
src/master.c
+16
-0
test/geoclue-test-gui.c
test/geoclue-test-gui.c
+16
-0
No files found.
example/address-example.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Jussi Kukkonen <jku@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
example/common-example.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Jussi Kukkonen <jku@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
example/geocode-example.c
View file @
6d2fc89c
...
...
@@ -7,6 +7,22 @@
*
* Author: Jussi Kukkonen <jku@openedhand.com>
* Copyright 2007, 2008 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
example/master-example.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2008 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
/* This example uses geoclue master to get approximate position
...
...
example/master-pos-example.c
View file @
6d2fc89c
...
...
@@ -6,6 +6,22 @@
* Jussi Kukkonen <jku@o-hand.com>
* Copyright 2008 by Garmin Ltd. or its subsidiaries
* 2008 OpenedHand Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
...
...
example/position-async-example.c
View file @
6d2fc89c
...
...
@@ -5,6 +5,22 @@
*
* Author: Jussi Kukkonen <jku@openedhand.com>
* Copyright 2008 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
/* NOTE: provider options are not used in this example */
...
...
example/position-example.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Jussi Kukkonen <jku@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
example/revgeocode-example.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Jussi Kukkonen <jku@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
geoclue/gc-iface-address.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
geoclue/gc-iface-address.h
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef _GC_IFACE_ADDRESS_H
...
...
geoclue/gc-iface-geoclue.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
geoclue/gc-iface-geoclue.h
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef _GC_IFACE_GEOCLUE_H
...
...
geoclue/gc-iface-geocode.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
/**
...
...
geoclue/gc-iface-geocode.h
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef _GC_IFACE_GEOCODE_H
...
...
geoclue/gc-iface-position.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
geoclue/gc-iface-position.h
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef _GC_IFACE_POSITION_H
...
...
geoclue/gc-iface-reverse-geocode.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
geoclue/gc-iface-reverse-geocode.h
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef _GC_IFACE_REVERSE_GEOCODE_H
...
...
geoclue/gc-iface-velocity.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#include <glib.h>
...
...
geoclue/gc-iface-velocity.h
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef _GC_IFACE_VELOCITY_H
...
...
geoclue/gc-provider.c
View file @
6d2fc89c
...
...
@@ -5,6 +5,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
/**
...
...
geoclue/gc-provider.h
View file @
6d2fc89c
...
...
@@ -5,6 +5,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef _GC_PROVIDER
...
...
geoclue/gc-web-service.c
View file @
6d2fc89c
...
...
@@ -6,6 +6,22 @@
*
* Copyright 2007 Jussi Kukkonen (from old geoclue_web_service.c)
* Copyright 2007, 2008 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
/**
...
...
geoclue/gc-web-service.h
View file @
6d2fc89c
...
...
@@ -3,6 +3,22 @@
* gc-web-service.h
*
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef GC_WEB_SERVICE_H
#define GC_WEB_SERVICE_H
...
...
geoclue/geoclue-accuracy.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
/**
...
...
geoclue/geoclue-accuracy.h
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Iain Holmes <iain@openedhand.com>
* Copyright 2007 by Garmin Ltd. or its subsidiaries
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
*/
#ifndef _GEOCLUE_ACCURACY_H
...
...
geoclue/geoclue-address-details.c
View file @
6d2fc89c
...
...
@@ -4,6 +4,22 @@
*
* Author: Jussi Kukkonen <jku@o-hand.com>