diff options
Diffstat (limited to 'clang/tools/clang-format/clang-format-test.el')
-rw-r--r-- | clang/tools/clang-format/clang-format-test.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/tools/clang-format/clang-format-test.el b/clang/tools/clang-format/clang-format-test.el index 0e1f4dde406..0defe7452cb 100644 --- a/clang/tools/clang-format/clang-format-test.el +++ b/clang/tools/clang-format/clang-format-test.el @@ -4,8 +4,9 @@ ;; Author: Philipp Stephani <phst@google.com> -;; 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 ;;; Commentary: |