r374864 - [Format] Add machine-readable SPDX license ID to clang-format.el

Sam McCall via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 15 00:25:18 PDT 2019


Author: sammccall
Date: Tue Oct 15 00:25:18 2019
New Revision: 374864

URL: http://llvm.org/viewvc/llvm-project?rev=374864&view=rev
Log:
[Format] Add machine-readable SPDX license ID to clang-format.el

Modified:
    cfe/trunk/tools/clang-format/clang-format.el

Modified: cfe/trunk/tools/clang-format/clang-format.el
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/clang-format.el?rev=374864&r1=374863&r2=374864&view=diff
==============================================================================
--- cfe/trunk/tools/clang-format/clang-format.el (original)
+++ cfe/trunk/tools/clang-format/clang-format.el Tue Oct 15 00:25:18 2019
@@ -2,6 +2,7 @@
 
 ;; Keywords: tools, c
 ;; Package-Requires: ((cl-lib "0.3"))
+;; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 
 ;;; Commentary:
 




More information about the cfe-commits mailing list