diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2011-12-06 18:01:47 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2011-12-06 18:01:47 +0000 |
| commit | 987afbeede45b29b6b291a93e9b1f62b2177534f (patch) | |
| tree | d57818b319f9cd392a8e8219ae532c99a1f69864 /libcxxabi/test/test_vector3.cpp | |
| parent | 2642af9e23747782e8fd458640346e080b6609e9 (diff) | |
| download | bcm5719-llvm-987afbeede45b29b6b291a93e9b1f62b2177534f.tar.gz bcm5719-llvm-987afbeede45b29b6b291a93e9b1f62b2177534f.zip | |
Add/update copyright notices
llvm-svn: 145949
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> |

