From 8e61180fa48e00a9c91a06f5647d68bdf34619ed Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 25 Feb 2004 17:01:27 +0000 Subject: [PATCH] updated LGPL notice --- lam-0.4/lib/blowfish.inc | 23 +++++++++++------------ lam/lib/blowfish.inc | 23 +++++++++++------------ 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/lam-0.4/lib/blowfish.inc b/lam-0.4/lib/blowfish.inc index 1099daf5..79f262ed 100644 --- a/lam-0.4/lib/blowfish.inc +++ b/lam-0.4/lib/blowfish.inc @@ -4,20 +4,19 @@ * The Cipher_blowfish:: class implements the Cipher interface enryption data * using the Blowfish algorithm. * - * 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 free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 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. + * 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 + * Lesser 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. + * You should have received a copy of the GNU Lesser 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 * diff --git a/lam/lib/blowfish.inc b/lam/lib/blowfish.inc index 1099daf5..79f262ed 100644 --- a/lam/lib/blowfish.inc +++ b/lam/lib/blowfish.inc @@ -4,20 +4,19 @@ * The Cipher_blowfish:: class implements the Cipher interface enryption data * using the Blowfish algorithm. * - * 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 free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 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. + * 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 + * Lesser 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. + * You should have received a copy of the GNU Lesser 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 *