diff --git a/README b/README index f1db83c..7f04203 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ rtl-sdr -Software to turn Realtek RTL2832U based DVB-T receivers into SDR +turns your Realtek RTL2832 based DVB dongle into a SDR receiver ====================================================================== For more information see: diff --git a/include/rtl-sdr.h b/include/rtl-sdr.h index de1957a..83c45ec 100644 --- a/include/rtl-sdr.h +++ b/include/rtl-sdr.h @@ -1,5 +1,5 @@ /* - * rtl-sdr, a poor man's SDR using a Realtek RTL2832 based DVB-stick + * rtl-sdr, turns your Realtek RTL2832 based DVB dongle into a SDR receiver * Copyright (C) 2012 by Steve Markgraf * Copyright (C) 2012 by Dimitri Stolnikov * diff --git a/include/rtl-sdr_export.h b/include/rtl-sdr_export.h index d279f9f..69e178d 100644 --- a/include/rtl-sdr_export.h +++ b/include/rtl-sdr_export.h @@ -1,5 +1,5 @@ /* - * rtl-sdr, a poor man's SDR using a Realtek RTL2832 based DVB-stick + * rtl-sdr, turns your Realtek RTL2832 based DVB dongle into a SDR receiver * Copyright (C) 2012 by Hoernchen * * This program is free software: you can redistribute it and/or modify diff --git a/src/main.c b/src/main.c index e21059f..4f8d064 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * rtl-sdr, a poor man's SDR using a Realtek RTL2832 based DVB-stick + * rtl-sdr, turns your Realtek RTL2832 based DVB dongle into a SDR receiver * Copyright (C) 2012 by Steve Markgraf * * This program is free software: you can redistribute it and/or modify diff --git a/src/rtl-sdr.c b/src/rtl-sdr.c index 0b71071..dc71741 100644 --- a/src/rtl-sdr.c +++ b/src/rtl-sdr.c @@ -1,5 +1,5 @@ /* - * rtl-sdr, a poor man's SDR using a Realtek RTL2832 based DVB-stick + * rtl-sdr, turns your Realtek RTL2832 based DVB dongle into a SDR receiver * Copyright (C) 2012 by Steve Markgraf * Copyright (C) 2012 by Dimitri Stolnikov *