Merge pull request #5260 from BrzVlad/fix-handler-block
[mono.git] / mono / utils / json.h
index cee9c8905dcfa9ea200a8bc63b07b11037a35c8e..03e6503fc9816d58f310493424012fddf1b24aae 100644 (file)
@@ -1,10 +1,12 @@
-/*
- * json.h: JSON writer
+/**
+ * \file
+ * JSON writer
  *
  * Author:
  *   Joao Matos (joao.matos@xamarin.com)
  *
  * Copyright 2015 Xamarin Inc (http://www.xamarin.com)
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #ifndef __MONO_UTILS_JSON_H__