summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-11-29 17:53:04 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-11-29 17:53:04 +0000
commitb96833d92cf956a524d1cc31fac7d30f44eedc89 (patch)
tree4255dbef026bbf453cab943f8003ddd6c084ed2b
parent49ea91736886479d11e04e08baa85b89fd43e2b6 (diff)
downloaddeluge-b96833d92cf956a524d1cc31fac7d30f44eedc89.tar.gz
deluge-b96833d92cf956a524d1cc31fac7d30f44eedc89.tar.bz2
deluge-b96833d92cf956a524d1cc31fac7d30f44eedc89.zip
Add blurb about icon copyright
-rw-r--r--README19
1 files changed, 14 insertions, 5 deletions
diff --git a/README b/README
index e503ea310..ae80eda15 100644
--- a/README
+++ b/README
@@ -11,6 +11,15 @@ Authors:
Homepage: http://deluge-torrent.org
==========================
+License
+==========================
+Deluge is under the GNU GPLv3 license.
+Icon data/pixmaps/deluge.svg and derivatives in data/icons are copyright
+Andrew Wedderburn and are under the GNU GPLv3.
+All other icons in data/pixmaps are copyright Andrew Resch and are under
+the GNU GPLv3.
+
+==========================
Contact/Support:
==========================
@@ -24,7 +33,7 @@ We have two options available for support:
Installation Instructions:
==========================
-First, make sure you have the proper build dependencies installed. On a normal
+First, make sure you have the proper build dependencies installed. On a normal
Debian or Ubuntu system:
sudo apt-get install g++ make python-all-dev python-all python-dbus \
@@ -59,11 +68,11 @@ I started "deluge" but i don't see the gtk-ui
The deluge command remembers the last interface it started. Be explicit and type one of the full "deluge -u <interface>" commands listed above.
-Why is deluge still listed in my system tray even after I close it ?
+Why is deluge still listed in my system tray even after I close it ?
You closed the gtk user-interface but you did not close the daemon. Choose "Quit & Shutdown Daemon" to close both Daemon and gtk-ui.
-How do I start the daemon ?
+How do I start the daemon ?
deluged
@@ -71,10 +80,10 @@ How do I start the daemon with logging to console ?
deluged -d
-I can't connect to the daemon from another machine
+I can't connect to the daemon from another machine
* Configure the daemon to allow remote connections
- * Restart the daemon.
+ * Restart the daemon.
Note: do not do this on a public ip , use the webui for unsecure networks.