=================================================================== RCS file: /home/cvsd/home/cvs/libplaton/utils/crypt/crypt.c,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- libplaton/utils/crypt/crypt.c 2004/03/16 19:44:38 1.4 +++ libplaton/utils/crypt/crypt.c 2006/08/13 20:45:08 1.6 @@ -1,19 +1,19 @@ /* - * Platon SDG (http://platon.sk/) CVS encrypted password creator - * ============================================================= + * Platon Group (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 - * just compile this file with following command: + * account on cvs.platon.sk development server. In this case just + * compile this file with following command: * * gcc -lcrypt -pedantic -Wall -o crypt crypt.c * * Run this utility (ie. by typing ./crypt) and enter password that you * want to use for accessing your CVS account. Now copy and paste your * encrypted password what should appear on output screen and send it - * to Platon SDG CVS server administrator: + * to Platon Group CVS server administrator: * - * Lubomir Host + * 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 @@ -31,19 +31,21 @@ * If some problem occurs or you have some question, don't hesitate * to contact us at this e-mail address: * - * + * * * That's all folks for now! Thank you for your interest and we are * looking for productive cooperation. * * Utility developed and procedure written - * by Lubomir Host - * and Ondrej Jombik + * by Lubomir Host + * and Ondrej Jombik * - * Copyright (c) 2000-2003 Platon SDG, http://platon.sk/ + * Copyright (c) 2000-2006 Platon Group, http://platon.sk/ * Licensed under terms of GNU General Public License. */ +/* $Platon: libplaton/utils/crypt/crypt.c,v 1.5 2004/03/16 20:29:17 nepto Exp $ */ + #include #include #include