commit | b64f8b07c104c6cc986570ac8ee0ed16a9f23976 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Tue Nov 16 22:09:02 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Tue Nov 16 22:09:02 2010 +0000 |
tree | a4ef4a03e7776aa6bf06b7a28927db7c82530401 | |
parent | f38bc6efc52ff2c773582d5b62dd53aaa92c186c [diff] [blame] |
license change git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119395 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/thread/thread.threads/thread.thread.this/yield.pass.cpp b/test/thread/thread.threads/thread.thread.this/yield.pass.cpp index faea605..52f53a6 100644 --- a/test/thread/thread.threads/thread.thread.this/yield.pass.cpp +++ b/test/thread/thread.threads/thread.thread.this/yield.pass.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. // //===----------------------------------------------------------------------===//