diff options
Diffstat (limited to 'libcxxabi/test/test_vector3.cpp')
| -rw-r--r-- | libcxxabi/test/test_vector3.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxxabi/test/test_vector3.cpp b/libcxxabi/test/test_vector3.cpp index 8143b95c192..39368376671 100644 --- a/libcxxabi/test/test_vector3.cpp +++ b/libcxxabi/test/test_vector3.cpp @@ -1,3 +1,12 @@ +//===------------------------- test_vector3.cpp ---------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "cxxabi.h" #include <stdio.h> |

