[llvm] r351652 - Update the coding standards with the new file header.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 19 03:53:58 PST 2019


Author: chandlerc
Date: Sat Jan 19 03:53:58 2019
New Revision: 351652

URL: http://llvm.org/viewvc/llvm-project?rev=351652&view=rev
Log:
Update the coding standards with the new file header.

Modified:
    llvm/trunk/docs/CodingStandards.rst

Modified: llvm/trunk/docs/CodingStandards.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.rst?rev=351652&r1=351651&r2=351652&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.rst (original)
+++ llvm/trunk/docs/CodingStandards.rst Sat Jan 19 03:53:58 2019
@@ -233,10 +233,9 @@ tree.  The standard header looks like th
 
   //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
   //
-  //                     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 llvm-commits mailing list