summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-09-05 21:36:16 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-10-04 16:36:09 -0700
commitcd9fd1dfdacd19b3a08f15f7e70c1974337cca5e (patch)
treecd96780a9be7240add9306ea627392ae85d5bf4d /.clang-format
parent015a4d4ca235830736b014363f7df40a56ace66d (diff)
downloadgjs-cd9fd1dfdacd19b3a08f15f7e70c1974337cca5e.tar.gz
maint: Add dual MIT/LGPL license to all GJS files that didn't have one
This adds a SPDX-License-Identifier comment to all files that are part of GJS, part of its unit tests, or auxiliary tools. (Except for some files like the debugger scripts that don't support comments.)
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index e0a5c46b..a08ef5c5 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,4 +1,5 @@
---
+# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
# Global Options Go Here
IndentWidth: 4
ColumnLimit: 80