diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-15 05:57:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-15 05:57:06 +0000 |
commit | ab64806af2a10657dd15a5e8670ba6e900a3c29d (patch) | |
tree | 50c8e785ac7a41af8a1b0e5a517b7ad36cc9f920 /LICENSE.TXT | |
parent | 44a95e06cc0bb3a2d617fe94235aee92b1951910 (diff) |
Import the boost scoped_ptr class to LLVM. This patch was prepared by
Cédric Venet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LICENSE.TXT')
-rw-r--r-- | LICENSE.TXT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LICENSE.TXT b/LICENSE.TXT index e8e082fc24..d453def1db 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -66,3 +66,6 @@ Compiler Driver llvm/tools/llvmc Autoconf llvm/autoconf llvm/projects/ModuleMaker/autoconf llvm/projects/sample/autoconf +Boost C++ Libraries llvm/include : docs/BOOST_LICENSE_1_0.txt + + |