diff options
Diffstat (limited to 'include/llvm/ADT/ilist')
-rw-r--r-- | include/llvm/ADT/ilist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/ADT/ilist b/include/llvm/ADT/ilist index c4d0a7c..3acc726 100644 --- a/include/llvm/ADT/ilist +++ b/include/llvm/ADT/ilist @@ -1,4 +1,11 @@ //===-- Support/ilist - Intrusive Linked List Template ----------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// 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 file defines classes to implement an intrusive doubly linked list class // (ie each node of the list must contain a next and previous field for the |