Tidy up file headers and copyrights; point to the wiki for docs
[ghc-hetmet.git] / includes / rts / Messages.h
index e01eff4..6f59d1d 100644 (file)
@@ -1,12 +1,17 @@
 /* -----------------------------------------------------------------------------
  *
- * (c) The GHC Team, 1998-2004
+ * (c) The GHC Team, 1998-2009
  *
  * Message API for use inside the RTS.  All messages generated by the
  * RTS should go through one of the functions declared here, and we
  * also provide hooks so that messages from the RTS can be redirected
  * as appropriate.
  *
+ * Do not #include this file directly: #include "Rts.h" instead.
+ *
+ * To understand the structure of the RTS headers, see the wiki:
+ *   http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ *
  * ---------------------------------------------------------------------------*/
 
 #ifndef RTS_MESSAGES_H