Debianized-By: Wen-Yen Chuang Debianized-Date: Wed, 07 May 2008 23:40:15 +0800. Source-Downloaded-From: http://als.regnet.cz/fpm2/ Upstream-Author: Aleš Koval Files: po/Makefile.in.in Copyright: 1995-1997 by Ulrich Drepper Licence: other This file file be copied and used freely without restrictions. It can be used in projects which are not available under the GNU Public License but which still want to provide support for the GNU gettext functionality. Please note that the actual code is *not* freely available. - Modified by Owen Taylor to use GETTEXT_PACKAGE instead of PACKAGE and to look for po2tbl in ./ not in intl/ - Modified by jacob berkman to install Makefile.in.in and po2tbl.sed.in for use with glib-gettextize Files: src/fpm.[ch], src/main.c, src/callbacks.[ch], src/fpm_clist.c, src/fpm_crypt.c, src/fpm_file.[ch], src/fpm_launcher.c, src/gpg_trans.h Copyright: 2000 John Conneely 2008-2010 Aleš Koval Licence: GPL-2+ FPM is open source / 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. FPM 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Files: src/fpm_crypt.[ch], src/fpm_gpw.[ch] Copyright: 2000 John Conneely Licence: GPL-2+ FPM is open source / 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. FPM 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Files: src/bithelp.h Copyright: 2000 John Conneely except portions taken from GnuPG 1999 Free Software Foundation, Inc. Licence: GPL-2+ FPM is open source / 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. FPM 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA This file is part of GnuPG. GnuPG 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. GnuPG 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Files: src/blowfish.c Copyright: 2000 John Conneely except for portions taken from GnuPG. 1998 Free Software Foundation, Inc. Licence: GPL-2+ FPM is open source / 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. FPM 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA This file was taken from GnuPG. I've only modified it where necessary to make it compile with the rest of FPM. Changes made: - Removed GPG specific include files For a description of the algorithm, see: Bruce Schneier: Applied Cryptography. John Wiley & Sons, 1996. ISBN 0-471-11709-9. Pages 336 ff. This file is part of GnuPG. GnuPG 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. GnuPG 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Files: src/rijndael.c Copyright: 2000-2001 Free Software Foundation, Inc. Licence: GPL-2+ GnuPG 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. GnuPG 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ******************************************************************* The code here is based on the optimized implementation taken from http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ on Oct 2, 2000, which carries this notice: ------------------------------------------ rijndael-alg-fst.c v2.3 April '2000 Optimised ANSI C code authors: v1.0: Antoon Bosselaers v2.0: Vincent Rijmen v2.3: Paulo Barreto This code is placed in the public domain. ------------------------------------------ Files: src/sha256.c Copyright: 2008 Damien Bergamini 2003-2006 Free Software Foundation, Inc. 2009-2010 Aleš Koval Licence: GPL-2+ GnuPG 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. GnuPG 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. pkcs5_pbkdf2 function is taken from bioctl package Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: install-sh Copyright: 1994 X Consortium Licence: other-BSD Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other deal- ings in this Software without prior written authorization from the X Consor- tium. FSF changes to this file are in the public domain. Calling this script install-sh is preferred over install.sh, to prevent `make' implicit rules from creating a file called install from it when there is no Makefile. This script is compatible with the BSD install script, but was written from scratch. Files: aclocal.m4 Copyright: 1995-2009 Free Software Foundation, Inc. 2001-2004 Red Hat, Inc. 2004 Scott James Remnant . Licence: GPL-2+ with a special exception This file is free software, distributed under the terms of the GNU General Public License. As a special exception to the GNU General Public License, this file may be distributed as part of a program that contains a configuration script generated by Autoconf, under the same distribution terms as the rest of that program. This file can be copied and used freely without restrictions. It can be used in projects which are not available under the GNU Public License but which still want to provide support for the GNU gettext functionality. 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. 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. Files: po/bg.po Copyright: 2008 Mike Constabel 2008 Aleš Koval Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: po/cs.po Copyright: 2008-2010 Aleš Koval Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: po/de.po Copyright: 2008 Mike Constabel Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: po/es.po Copyright: 2009-2010 Antonio Rguez. Capita Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: po/eu.po Copyright: 2009 Maider Likona Santamarina 2009 Ales Zabala Alava (Shagi) 2008 Aleš Koval Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: po/fr.po Copyright: 2009 Christoph J. Thompson Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: po/hu.po Copyright: 2008 Peter Polonkai Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: po/it.po Copyright: 2009 Nicola Jelmorini 2008 Aleš Koval Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: po/ru.po Copyright: 2008-2010 Aleš Koval Licence: GPL-2+ This file is distributed under the same license as the fpm2 package. Files: debian/* Copyright: 2008-2010 Wen-Yen Chuang Licence: GPL-2+ 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. 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-2'