Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / rand.h
index 15af782fdc65b1b86409c61c56a9c401cc47126b..898f44f0c15f1728ef99cd31b4c991f2b4ae75d1 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * rand.h: System.Security.Cryptography.RNGCryptoServiceProvider support
+/**
+ * \file
+ * System.Security.Cryptography.RNGCryptoServiceProvider support
  *
  * Author:
  *      Mark Crichton (crichton@gimp.org)
@@ -7,6 +8,7 @@
  *
  * (C) 2001 Ximian, Inc.
  * Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #ifndef _MONO_METADATA_RAND_H_