Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: third_party/gpsd/README.chromium

Issue 8171006: Fix gps.h license issue, by deleting it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | third_party/gpsd/release-2.38/gps.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: gpsd 1 Name: gpsd
2 URL: http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=summary 2 URL: http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=summary
3 InfoURL: http://gpsd.berlios.de/ 3 InfoURL: http://gpsd.berlios.de/
4 Version: 2.38 4 Version: 2.94
5 License: BSD 5 License: BSD
6 6
7 Description: 7 Description:
8 versions 2.38, 2.94 8 versions 2.94
9 gpsd is a service daemon that monitors one or more GPSes or AIS receivers 9 gpsd is a service daemon that monitors one or more GPSes or AIS receivers
10 attached to a host computer through serial or USB ports, making all data on the 10 attached to a host computer through serial or USB ports, making all data on the
11 location/course/velocity of the sensors available to be queried on TCP port 11 location/course/velocity of the sensors available to be queried on TCP port
12 2947 of the host computer. 12 2947 of the host computer.
13 13
14 Local Modifications: 14 Local Modifications:
15 No modifications. 15 No modifications.
16 Only the gps.h file is imported, as the client library (libgps.so) is 16 Only the gps.h file is imported, as the client library (libgps.so) is
17 dynamically loaded (where present). We import 2 versions as the older (2.38) is 17 dynamically loaded (where present).
18 needed for Chrome OS and the newer for tip of tree builds (using the new client 18
19 API that aims to maintain binary compatibility across future releases). 19 Security Critical: yes
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | third_party/gpsd/release-2.38/gps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698