From e5457d2df9234632bcac01f9b7ab538ea24d1afe Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 21 Feb 2004 13:47:54 +0000 Subject: [PATCH] updated licence information --- lam-0.4/lib/blowfish.inc | 20 ++++++++++++++++++-- lam/lib/blowfish.inc | 20 ++++++++++++++++++-- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/lam-0.4/lib/blowfish.inc b/lam-0.4/lib/blowfish.inc index 712f5ca0..1099daf5 100644 --- a/lam-0.4/lib/blowfish.inc +++ b/lam-0.4/lib/blowfish.inc @@ -4,15 +4,31 @@ * The Cipher_blowfish:: class implements the Cipher interface enryption data * using the Blowfish algorithm. * - * $Horde: horde/lib/Cipher/blowfish.php,v 1.2.2.4 2003/04/12 20:50:40 slusarz Exp $ + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. * * Copyright 2002-2003 Mike Cochrane * * See http://www.fsf.org/copyleft/lgpl.html for license information (LGPL). * + * This file was copied from the Horde project (http://www.horde.org). + * * author: Mike Cochrane + * * edited by Roland Gruber for LAM - * - added encrypt/decrypt functions + * - added encrypt/decrypt functions */ class Cipher_blowfish { diff --git a/lam/lib/blowfish.inc b/lam/lib/blowfish.inc index 712f5ca0..1099daf5 100644 --- a/lam/lib/blowfish.inc +++ b/lam/lib/blowfish.inc @@ -4,15 +4,31 @@ * The Cipher_blowfish:: class implements the Cipher interface enryption data * using the Blowfish algorithm. * - * $Horde: horde/lib/Cipher/blowfish.php,v 1.2.2.4 2003/04/12 20:50:40 slusarz Exp $ + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. * * Copyright 2002-2003 Mike Cochrane * * See http://www.fsf.org/copyleft/lgpl.html for license information (LGPL). * + * This file was copied from the Horde project (http://www.horde.org). + * * author: Mike Cochrane + * * edited by Roland Gruber for LAM - * - added encrypt/decrypt functions + * - added encrypt/decrypt functions */ class Cipher_blowfish {