summaryrefslogtreecommitdiff
path: root/test/test_vector3.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-12-06 18:01:47 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-12-06 18:01:47 +0000
commitb9f2cc816dc3e5369507db9509bea6d10b524a94 (patch)
tree7add4269f7eab2d0a70733e02f7d19ed353246a9 /test/test_vector3.cpp
parentd2af0fd62fc0a75baebd3ba16f9caf35d6e8a0c5 (diff)
downloadlibcxxabi_35a-b9f2cc816dc3e5369507db9509bea6d10b524a94.tar.gz
Add/update copyright notices
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@145949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/test_vector3.cpp')
-rw-r--r--test/test_vector3.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_vector3.cpp b/test/test_vector3.cpp
index 8143b95..3936837 100644
--- a/test/test_vector3.cpp
+++ b/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>