Author: jflesch Date: 2007-07-27 18:17:47 +0000 (Fri, 27 Jul 2007) New Revision: 14396
Modified: trunk/apps/Thaw/readme.txt Log: Update the readme.txt joined in each .jar Modified: trunk/apps/Thaw/readme.txt =================================================================== --- trunk/apps/Thaw/readme.txt 2007-07-27 18:14:06 UTC (rev 14395) +++ trunk/apps/Thaw/readme.txt 2007-07-27 18:17:47 UTC (rev 14396) @@ -1,27 +1,29 @@ COPYRIGHT ========= -Thaw copyright is held by Freenet Project Incorporated. -Thaw is distributed under the GPLv2 license. You -can find it in a file called "gpl.txt" and joined with every copy of -Thaw. +Thaw copyright is held by Freenet Project Incorporated. Thaw is +distributed under the GPLv2 license. You can find it in a file called +"gpl.txt" in the folder "licenses". This file is included in every +.jar files of Thaw. ---------------- - Copyright (C) 2006 Freenet project - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. +Thaw, Freenet coffe machine +Copyright (C) 2007 Freenet Project Incorporated - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + --------------- COMPILATION @@ -34,7 +36,16 @@ Extract the zip, and copy "hsqldb/lib/hsqldb.jar" to "Thaw/lib". +You need also BouncyCastle: +* Download the provider for the JDK 1.4 +* Rename the file to BouncyCastle.jar +* Put this .jar in lib/ +* You will also need the "unrestricted policy files" for the JCE (see http://bouncycastle.org/fr/documentation.html ) +and jmDNS: +* download the jar and put it in lib/ +* (expected filename : jmdns.jar) + To compile: $ ant
