summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2019-01-19 11:53:58 +0000
committerChandler Carruth <chandlerc@gmail.com>2019-01-19 11:53:58 +0000
commit8617e5bd27f75eb9b34bf7dcb905b9835f1b6cc7 (patch)
tree648f3034999d23e557f0bfa4ff412a560f20f112
parentd564d346a3d6aa8f7efc9ea07eb547aab80b08aa (diff)
downloadbcm5719-llvm-8617e5bd27f75eb9b34bf7dcb905b9835f1b6cc7.tar.gz
bcm5719-llvm-8617e5bd27f75eb9b34bf7dcb905b9835f1b6cc7.zip
Update the coding standards with the new file header.
llvm-svn: 351652
-rw-r--r--llvm/docs/CodingStandards.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst
index 88d8ff804d9..781b6bdae09 100644
--- a/llvm/docs/CodingStandards.rst
+++ b/llvm/docs/CodingStandards.rst
@@ -233,10 +233,9 @@ tree. The standard header looks like this:
//===-- 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
//
//===----------------------------------------------------------------------===//
///
OpenPOWER on IntegriCloud