]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: LGPLv2+ify dependapot config and codeql action
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 14 Nov 2021 09:37:54 +0000 (09:37 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 14 Nov 2021 09:48:22 +0000 (09:48 +0000)
.github/dependabot.yml
.github/workflows/codeql-analysis.yml

index c87da6a802e5d199af5a395ae48c442fd8bbaabd..3af03d106adba5664be02578be003f71e9a32ad0 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 version: 2
 updates:
   - package-ecosystem: "github-actions"
index 4918f0cd6226d0ccba908df2a966f7326644b81f..c003cc517965f082baa47de9fcf13c72ed5fac69 100644 (file)
@@ -1,3 +1,7 @@
+---
+# vi: ts=2 sw=2 et:
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
 name: "CodeQL"
 
 on: