Fix copyright date.
[become] / src / rand.c
index 3cbe135..08e6181 100644 (file)
@@ -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 --------------------------------------------------*
  * 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.
  *