aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--include/rtl-sdr.h2
-rw-r--r--include/rtl-sdr_export.h2
-rw-r--r--src/main.c2
-rw-r--r--src/rtl-sdr.c2
5 files changed, 5 insertions, 5 deletions
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 <steve@steve-m.de>
* Copyright (C) 2012 by Dimitri Stolnikov <horiz0n@gmx.net>
*
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 <la@tfc-server.de>
*
* 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 <steve@steve-m.de>
*
* 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 <steve@steve-m.de>
* Copyright (C) 2012 by Dimitri Stolnikov <horiz0n@gmx.net>
*