From bbb8eade6976c56869f7d06d14fb429fdd6538d3 Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Tue, 15 Oct 2019 07:25:18 +0000 Subject: [PATCH] [Format] Add machine-readable SPDX license ID to clang-format.el llvm-svn: 374864 --- clang/tools/clang-format/clang-format.el | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/tools/clang-format/clang-format.el b/clang/tools/clang-format/clang-format.el index 0b9dc8d6fa8b..3096ec12f558 100644 --- a/clang/tools/clang-format/clang-format.el +++ b/clang/tools/clang-format/clang-format.el @@ -2,6 +2,7 @@ ;; Keywords: tools, c ;; Package-Requires: ((cl-lib "0.3")) +;; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ;;; Commentary: