[libcxx-commits] [libcxx] r353668 - Update some newly added files that mistakenly used the old file header
Chandler Carruth via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 11 00:39:14 PST 2019
Author: chandlerc
Date: Mon Feb 11 00:39:14 2019
New Revision: 353668
URL: http://llvm.org/viewvc/llvm-project?rev=353668&view=rev
Log:
Update some newly added files that mistakenly used the old file header
to the new one.
Modified:
libcxx/trunk/test/std/containers/associative/map/gcc_workaround.pass.cpp
libcxx/trunk/test/std/containers/associative/set/gcc_workaround.pass.cpp
Modified: libcxx/trunk/test/std/containers/associative/map/gcc_workaround.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/associative/map/gcc_workaround.pass.cpp?rev=353668&r1=353667&r2=353668&view=diff
==============================================================================
--- libcxx/trunk/test/std/containers/associative/map/gcc_workaround.pass.cpp (original)
+++ libcxx/trunk/test/std/containers/associative/map/gcc_workaround.pass.cpp Mon Feb 11 00:39:14 2019
@@ -1,9 +1,8 @@
//===----------------------------------------------------------------------===//
//
-// 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.
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
Modified: libcxx/trunk/test/std/containers/associative/set/gcc_workaround.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/associative/set/gcc_workaround.pass.cpp?rev=353668&r1=353667&r2=353668&view=diff
==============================================================================
--- libcxx/trunk/test/std/containers/associative/set/gcc_workaround.pass.cpp (original)
+++ libcxx/trunk/test/std/containers/associative/set/gcc_workaround.pass.cpp Mon Feb 11 00:39:14 2019
@@ -1,9 +1,8 @@
//===----------------------------------------------------------------------===//
//
-// 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.
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
More information about the libcxx-commits
mailing list