diff options
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/support/solaris/xlocale.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcxx/src/support/solaris/xlocale.c b/libcxx/src/support/solaris/xlocale.c index a2c1fa905cc..39dd8e36835 100644 --- a/libcxx/src/support/solaris/xlocale.c +++ b/libcxx/src/support/solaris/xlocale.c @@ -1,3 +1,11 @@ +//===----------------------------------------------------------------------===// +// +// 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. +// +//===----------------------------------------------------------------------===// #ifdef __sun__ |