X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/03f996bd8a0d6391518979cdab3dbe38cba0bf83..38b18db87ee952fef8fc9e856d4ec2dae6fa2847:/src/blowfish.c 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. *