Added LLVM header notice.
[oota-llvm.git] / include / llvm / Config / sys / stat.h
index 7bf33d3f24b2d631a62ac785ad53fee551429411..a19fee4222cb67625282f12b00df590c166a938a 100644 (file)
@@ -1,9 +1,15 @@
-/*
- * Header file: stat.h
+/*===-- Config/sys/stat.h - Annotation classes --------------*- ----C++ -*-===//
+ * 
+ *                     The LLVM Compiler Infrastructure
  *
- * Description:
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ * 
+ *===----------------------------------------------------------------------===//
  *     This header file includes the headers needed for the stat() system
  *     call.
+ *
+ *===----------------------------------------------------------------------===//
  */
 
 #ifndef _CONFIG_SYS_STAT_H