diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 15:12:28 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 15:12:28 +0000 |
commit | 10984a564d0f9d630d60f7d15c1ad5aea7b23995 (patch) | |
tree | 41fc10cb3ac8d0d2ba383ba85a9d203e09d2b3d2 /third_party/gpsd/README.chromium | |
parent | fdbf691a9f51709cc574a2feb978c190a3595c26 (diff) | |
download | chromium_src-10984a564d0f9d630d60f7d15c1ad5aea7b23995.zip chromium_src-10984a564d0f9d630d60f7d15c1ad5aea7b23995.tar.gz chromium_src-10984a564d0f9d630d60f7d15c1ad5aea7b23995.tar.bz2 |
Fix gps.h license issue, by deleting it
BUG=98132,99326
TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104481
Review URL: http://codereview.chromium.org/8171006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/gpsd/README.chromium')
-rw-r--r-- | third_party/gpsd/README.chromium | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/gpsd/README.chromium b/third_party/gpsd/README.chromium index 1f1bd3e..88a8130 100644 --- a/third_party/gpsd/README.chromium +++ b/third_party/gpsd/README.chromium @@ -1,11 +1,11 @@ Name: gpsd URL: http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=summary InfoURL: http://gpsd.berlios.de/ -Version: 2.38 +Version: 2.94 License: BSD Description: -versions 2.38, 2.94 +versions 2.94 gpsd is a service daemon that monitors one or more GPSes or AIS receivers attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port @@ -14,6 +14,6 @@ location/course/velocity of the sensors available to be queried on TCP port Local Modifications: No modifications. Only the gps.h file is imported, as the client library (libgps.so) is -dynamically loaded (where present). We import 2 versions as the older (2.38) is -needed for Chrome OS and the newer for tip of tree builds (using the new client -API that aims to maintain binary compatibility across future releases). +dynamically loaded (where present). + +Security Critical: yes |