From 28855d3fd15047953d20ec8a1dc1dc590ddfcb51 Mon Sep 17 00:00:00 2001 From: hypercubus <hypercubus> Date: Fri, 20 Aug 2004 03:11:08 +0000 Subject: [PATCH] * adding systray client to clients.config * updating installer readme (the public domain 'license') --- installer/resources/clients.config | 5 +++++ installer/resources/readme.license.txt | 16 +++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/installer/resources/clients.config b/installer/resources/clients.config index 80fa91e925..26c6743d94 100644 --- a/installer/resources/clients.config +++ b/installer/resources/clients.config @@ -13,3 +13,8 @@ clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=localhost i2cp.tcp.port=7 clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup clientApp.2.name=Tunnels clientApp.2.args=i2ptunnel.config + +# kickstart the systray (currently only works on Win32 and KDE) +clientApp.3.main=net.i2p.apps.systray.SysTray +clientApp.3.name=Systray +clientApp.3.onBoot=true diff --git a/installer/resources/readme.license.txt b/installer/resources/readme.license.txt index 93cc306acd..1c7ca01a44 100644 --- a/installer/resources/readme.license.txt +++ b/installer/resources/readme.license.txt @@ -1,13 +1,15 @@ PUBLIC DOMAIN SOFTWARE -free (adj.) - unencumbered; not under the control of others +free (adj.) - unencumbered; not under the control + of others -This software is released into the public domain by the I2P -project with no warranty of any kind, either expressed or -implied. It probably won't make your computer catch on fire, -or eat your children, but it might. Use at your own risk. +This software is released into the public domain +by the I2P Project with no warranty of any kind, +either expressed or implied. It probably won't +make your computer catch on fire, or eat your +children, but it might. Use at your own risk. -I2P is distributed with the following non-public domain -software: +I2P makes use of the following non-public domain +software under various restrictive licenses: (Blah blah...) -- GitLab