=================================================================== RCS file: /home/cvsd/home/cvs/libplaton/utils/crypt/crypt.c,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- libplaton/utils/crypt/crypt.c 2002/09/24 16:53:57 1.1 +++ libplaton/utils/crypt/crypt.c 2004/03/16 20:29:17 1.5 @@ -1,6 +1,6 @@ /* - * Platon SDG (http://www.platon.sk/) CVS encrypted password creator - * ================================================================= + * Platon SDG (http://platon.sk/) CVS encrypted password creator + * ============================================================= * * If you are using this software you are probably requesting CVS * account on kepler.fmph.uniba.sk development server. In this case @@ -13,20 +13,20 @@ * encrypted password what should appear on output screen and send it * to Platon SDG CVS server administrator: * - * Lubomir Host <8host@pauli.fmph.uniba.sk> + * Lubomir Host * * Do not forget to write also username you want to use. Don't forget * also to use his GnuPG public key. You should recieve it via e-mail * or it should be attached to this program. If you either don't have * it, you can download it from following URL: * - * http://pauli.fmph.uniba.sk/~8host/gpg.key + * http://rajo.platon.sk/gpg.key * * You can import GnuPG key directly with command: * - * GET http://pauli.fmph.uniba.sk/~8host/gpg.key | gpg --import + * GET http://rajo.platon.sk/gpg.key | gpg --import * or - * wget -O - http://pauli.fmph.uniba.sk/~8host/gpg.key | gpg --import + * wget -O - http://rajo.platon.sk/gpg.key | gpg --import * * If some problem occurs or you have some question, don't hesitate * to contact us at this e-mail address: @@ -37,13 +37,15 @@ * looking for productive cooperation. * * Utility developed and procedure written - * by Lubomir Host <8host@pauli.fmph.uniba.sk> - * and Ondrej Jombik <9jombik@pauli.fmph.uniba.sk> + * by Lubomir Host + * and Ondrej Jombik * - * Copyright (c) 2000-2002 Platon SDG, http://www.platon.sk/ + * Copyright (c) 2000-2004 Platon SDG, http://platon.sk/ * Licensed under terms of GNU General Public License. */ +/* $Platon: $ */ + #include #include #include