From a37d956f675449e7dc2911b36da156b4f24e1931 Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 7 Aug 1997 09:47:07 +0000 Subject: [PATCH] Fix address of the FSF. --- src/blowfish.c | 9 ++++++--- src/blowfish.h | 11 +++++++---- src/rand.c | 9 ++++++--- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/blowfish.c b/src/blowfish.c index 8cc302d..f447708 100644 --- a/src/blowfish.c +++ b/src/blowfish.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: blowfish.c,v 1.2 1997/08/04 10:24:20 mdw Exp $ + * $Id: blowfish.c,v 1.3 1997/08/07 09:42:58 mdw Exp $ * * Blowfish encryption routines * @@ -22,13 +22,16 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with `become'; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with `become'; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*----- Revision history --------------------------------------------------* * * $Log: blowfish.c,v $ + * Revision 1.3 1997/08/07 09:42:58 mdw + * Fix address of the FSF. + * * Revision 1.2 1997/08/04 10:24:20 mdw * Sources placed under CVS control. * diff --git a/src/blowfish.h b/src/blowfish.h index 46eb0ef..e291206 100644 --- a/src/blowfish.h +++ b/src/blowfish.h @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: blowfish.h,v 1.2 1997/08/04 10:24:20 mdw Exp $ + * $Id: blowfish.h,v 1.3 1997/08/07 09:43:20 mdw Exp $ * * Blowfish encryption routines * * (c) 1997 Mark Wooding */ -/*----- Licencing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of `become' * @@ -22,13 +22,16 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with `become'; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with `become'; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*----- Revision history --------------------------------------------------* * * $Log: blowfish.h,v $ + * Revision 1.3 1997/08/07 09:43:20 mdw + * Fix address of the FSF. + * * Revision 1.2 1997/08/04 10:24:20 mdw * Sources placed under CVS control. * diff --git a/src/rand.c b/src/rand.c index 3cbe135..3f18dbe 100644 --- a/src/rand.c +++ b/src/rand.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rand.c,v 1.1 1997/08/07 09:46:05 mdw Exp $ + * $Id: rand.c,v 1.2 1997/08/07 09:47:07 mdw Exp $ * * Random number generation * @@ -22,13 +22,16 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Become; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with `become'; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*----- Revision history --------------------------------------------------* * * $Log: rand.c,v $ + * Revision 1.2 1997/08/07 09:47:07 mdw + * Fix address of the FSF. + * * Revision 1.1 1997/08/07 09:46:05 mdw * New source file added to maintain a randomness pool. * -- 2.11.0