[libcxx-commits] [libcxx] r353669 - The new file header didn't get carried over when these files were
Chandler Carruth via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 11 00:39:23 PST 2019
Author: chandlerc
Date: Mon Feb 11 00:39:23 2019
New Revision: 353669
URL: http://llvm.org/viewvc/llvm-project?rev=353669&view=rev
Log:
The new file header didn't get carried over when these files were
"moved" somehow, update them to use it.
Modified:
libcxx/trunk/utils/docker/scripts/build_gcc_version.sh
libcxx/trunk/utils/docker/scripts/build_llvm_version.sh
Modified: libcxx/trunk/utils/docker/scripts/build_gcc_version.sh
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/utils/docker/scripts/build_gcc_version.sh?rev=353669&r1=353668&r2=353669&view=diff
==============================================================================
--- libcxx/trunk/utils/docker/scripts/build_gcc_version.sh (original)
+++ libcxx/trunk/utils/docker/scripts/build_gcc_version.sh Mon Feb 11 00:39:23 2019
@@ -1,10 +1,9 @@
#!/usr/bin/env bash
#===- libcxx/utils/docker/scripts/build-gcc.sh ----------------------------===//
#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. 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/utils/docker/scripts/build_llvm_version.sh
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/utils/docker/scripts/build_llvm_version.sh?rev=353669&r1=353668&r2=353669&view=diff
==============================================================================
--- libcxx/trunk/utils/docker/scripts/build_llvm_version.sh (original)
+++ libcxx/trunk/utils/docker/scripts/build_llvm_version.sh Mon Feb 11 00:39:23 2019
@@ -1,10 +1,9 @@
#!/usr/bin/env bash
#===- libcxx/utils/docker/scripts/build_install_llvm_version_default.sh -----------------------===//
#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. 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