X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/a62d3877288d677814f34c5c8af5a05c15eb4ec6..c758e6541ca05409b178dd9629e9337494c49890:/src/rand.c diff --git a/src/rand.c b/src/rand.c index 3cbe135..08e6181 100644 --- a/src/rand.c +++ b/src/rand.c @@ -1,10 +1,10 @@ /* -*-c-*- * - * $Id: rand.c,v 1.1 1997/08/07 09:46:05 mdw Exp $ + * $Id: rand.c,v 1.3 1998/01/12 16:46:23 mdw Exp $ * * Random number generation * - * (c) 1997 EBI + * (c) 1998 EBI */ /*----- Licencing notice --------------------------------------------------* @@ -22,13 +22,19 @@ * 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.3 1998/01/12 16:46:23 mdw + * Fix copyright date. + * + * 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. *