From 354d39cabcfc37ae29dc40009ed73f68a94013b6 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 16 Jan 2014 16:58:45 +0000 Subject: Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. llvm-svn: 199400 --- libcxx/include/support/solaris/floatingpoint.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libcxx/include/support/solaris/floatingpoint.h') diff --git a/libcxx/include/support/solaris/floatingpoint.h b/libcxx/include/support/solaris/floatingpoint.h index 21b0349aa59..999d144b1f2 100644 --- a/libcxx/include/support/solaris/floatingpoint.h +++ b/libcxx/include/support/solaris/floatingpoint.h @@ -1,3 +1,12 @@ +//===----------------------------------------------------------------------===// +// +// 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. +// +//===----------------------------------------------------------------------===// + #define atof sun_atof #define strtod sun_strtod #include_next "floatingpoint.h" -- cgit v1.2.3