diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-01-29 17:18:40 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-01-29 17:19:17 +0200 |
| commit | ee17d07ddcb8da28ce52b631cf2b61fd1ed79753 (patch) | |
| tree | 8ba66ddc2dfc4e78a7bda76dd7bd7646284b3994 | |
| parent | 98cd472e44fdccd0c9e51e8ecc59748a5ca2d1df (diff) | |
Remove emails from README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Gascop -Gascop is a lightweight POCSAG decoder for use with [rtl-sdr](http://sdr.osmocom.org/trac/wiki/rtl-sdr) devices heavily inspired by [dump1090](https://github.com/antirez/dump1090/) and is currently under development mainly as an exercise in processing data from rtl-sdr devices. +Gascop is a lightweight POCSAG decoder for use with [rtl-sdr](http://sdr.osmocom.org/trac/wiki/rtl-sdr) devices, which is heavily inspired by [dump1090](https://github.com/antirez/dump1090/) and is currently under development mainly as an exercise in processing data from rtl-sdr devices. Gascop does not use any part of the GNU Radio stack (not that there's anything wrong with it / some of my best friends / etc...), and thus is very easy to build and use. @@ -18,6 +18,6 @@ $ ./gascop 123450000 # for listening on 123.450 Mhz ## License -Copyright (c) 2013 by Yuval Adam <yuv.adm@gmail.com> based on work by Salvatore Sanfilippo <antirez@gmail.com>, all rights reserved. +Copyright (c) 2013 by Yuval Adam, based on work by Salvatore Sanfilippo, all rights reserved. Gascop is free for use and distribution under the BSD license. |
