X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/a62d3877288d677814f34c5c8af5a05c15eb4ec6..387501aeccded922e560da75c955f664f2faa6cd:/src/rand.c 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. *