diff options
Diffstat (limited to 'libcxx/src/valarray.cpp')
-rw-r--r-- | libcxx/src/valarray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/src/valarray.cpp b/libcxx/src/valarray.cpp index 9e61f679ebc..2d8db52ac36 100644 --- a/libcxx/src/valarray.cpp +++ b/libcxx/src/valarray.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// |