Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / rand.c
index 422bda1d1bc991994ec5012c02c00a1ddeae4580..1dcfc8d4077884a2d28723ed5c0331ff7d85180f 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * rand.c: System.Security.Cryptography.RNGCryptoServiceProvider support
+/**
+ * \file
+ * System.Security.Cryptography.RNGCryptoServiceProvider support
  *
  * Authors:
  *      Mark Crichton (crichton@gimp.org)
@@ -8,6 +9,7 @@
  *
  * Copyright 2001-2003 Ximian, Inc (http://www.ximian.com)
  * Copyright 2004-2009 Novell, Inc (http://www.novell.com)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #include <glib.h>