[compiler-rt] r354500 - Fix license headers

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 10:55:52 PST 2019


Author: vitalybuka
Date: Wed Feb 20 10:55:52 2019
New Revision: 354500

URL: http://llvm.org/viewvc/llvm-project?rev=354500&view=rev
Log:
Fix license headers

Modified:
    compiler-rt/trunk/test/fuzzer/Switch3Test.cpp

Modified: compiler-rt/trunk/test/fuzzer/Switch3Test.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/Switch3Test.cpp?rev=354500&r1=354499&r2=354500&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/Switch3Test.cpp (original)
+++ compiler-rt/trunk/test/fuzzer/Switch3Test.cpp Wed Feb 20 10:55:52 2019
@@ -1,5 +1,6 @@
-// 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
 
 // Simple test for a fuzzer. The fuzzer must find the interesting switch value.
 #include <cstddef>




More information about the llvm-commits mailing list